-
I'm looking at the I can understand an always true or always false to indicate an extension that is always present, but what is the use with ORing another condition to |
Beta Was this translation helpful? Give feedback.
Answered by
Timmmm
Feb 8, 2025
Replies: 1 comment 1 reply
-
The true represents that there is currently no configuration for enabling/disabling the extension. The RHS of the or indicates that, even if you had not explicitly enabled Zba, B implies Zba. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, in the nearish future
true
will be replaced withconfig extensions.Zba
or something like that. Sail's newconfig
support isn't quite ready though - see rems-project/sail#865