Hi Mark, Mark H Weaver <m...@netris.org> skribis:
> Here's a preliminary proposal: > > * Add new pseudo-warning types 'all' and 'default'. Yes, but only at the UI level–i.e., in ‘guild compile’, along with ‘help’. At the programming level there are better ways to do this, namely (map car %warning-types) and %auto-compilation-options. > * For each specific warning type 'FOO', we add 'no-FOO'. Ditto. (Keep in mind that currently, #:opts (#:warnings ()) means literally zero warnings, and #:opts (#:warnings (foo)) means “only warning foo”.) WDYT? Thanks, Ludo’.