You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I ran into a similar issue in #3120 (for the new extend-configuration, not define-configuration specifically).
define-configuration works by adding hook handlers for customization. The only problem is that they are executed in reverse order (from last to first).
EDIT: @aadcg would fixing that count as a breaking change? It could maybe break user configs, I think.
EDIT: @aadcg would fixing that count as a breaking change? It could maybe break user configs, I think.
I would say that it's a bug fix, not a breaking change. We don't advertise multiple define-configuration over the same parameter as far as I know. But I'd listen to @jmercouris here too.
Describe the bug
If there are many
define-configuration
withsearch-engines
, only the first one is applied.Precise recipe to reproduce the issue
nyxt --no-init
C-SPC
,start-swank
C-n
.C-l
and now search-enginea
is defined.C-n
. But nowC-l
doesn't replacea
withb
.code block 1
code block 2
Information
NixOS 23.11 (Tapir)
show-system-information
:Output when started from a shell
Nothing useful.
The text was updated successfully, but these errors were encountered: