Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate no procrastinate mode #3292

Merged
merged 2 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion nyxt.asd
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
(:file "history-migration")
(:file "macro-edit")
(:file "no-image")
(:file "no-procrastinate" :depends-on ("blocker"))
(:file "no-script")
(:file "no-sound")
(:file "no-webgl")
Expand Down
5 changes: 4 additions & 1 deletion source/migration.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ major versions."
(:p "Deprecated support for lists as a value. Strings are the only valid values.")

(conservative-history-movement-p)
(:p "Deprecated in favor of " (:nxref :slot 'global-history-p :class-name 'buffer) "."))
(:p "Deprecated in favor of " (:nxref :slot 'global-history-p :class-name 'buffer) ".")

nyxt/mode/no-procrastinate
(:p "Deprecated mode."))

(define-migration "3"
(%slot-default)
Expand Down
334 changes: 0 additions & 334 deletions source/mode/no-procrastinate.lisp

This file was deleted.

12 changes: 0 additions & 12 deletions tests/offline/mode/no-procrastinate.lisp

This file was deleted.