cournape/Bento

Do not refer package_options in command contexts anymore

cournape opened this issue · 2 comments

Passing package_options to commands through command contexts is ugly. package_options (actually path options only) are used in the following cases:

  • configure options
  • in-place build

There should be a way to handle those through the options context registry.

Not used in configure anymore. in-place build will require more work (most likely put in global context, at least temporarily)

Fixed in 5308d8b