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
This package shares config directives between the library and tests by factoring them into the common config-options.build2 file. This will stop working without extra arrangements once 0.15.0 is released. For background and what those extra arrangements would be, see: https://build2.org/stage/bpkg/doc/build2-package-manager-manual.xhtml#package-skeleton
Thanks for reminding me, I intend to fix this while working on v9.0.0. I suppose I should also revise the other published versions that used the config options.
I suppose I should also revise the other published versions that used the config options.
I don't think this is urgent: the existing package archives will still work as long as nobody tries to configure them as dependencies. Which I think is highly unlikely to happen in this case (the only configuration variable it has is to enable modules support which I don't believe works correctly).
This package shares
config
directives between the library and tests by factoring them into the commonconfig-options.build2
file. This will stop working without extra arrangements once 0.15.0 is released. For background and what those extra arrangements would be, see: https://build2.org/stage/bpkg/doc/build2-package-manager-manual.xhtml#package-skeletonHowever, in this particular case, the better solution is to not have configuration in the tests at all and instead convey it from the library using metadata, as described here: https://github.com/build2/HOWTO/blob/master/entries/convey-additional-information-with-exe-lib.md
The text was updated successfully, but these errors were encountered: