MikePopoloski / slang

SystemVerilog compiler and language services
MIT License
546 stars 114 forks source link

Review Werror / Wnone warning options #939

Open MikePopoloski opened 1 month ago

MikePopoloski commented 1 month ago

The way these work is still confusing; the exact positioning of Werror when used with -W groups can be unintuitive. Also Werror and Wnone are confusing in the context of warnings that default to errors except in compatibility modes, since it will just turn them off completely.