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
When we cleaned up super-error, we removed the compiler's -bs-super-error flag, but I ran into an issue where it wouldn't build if a dependent package used that flag. I was wondering if we could bring it back and deprecate it first.
FAILED: src/ReForm.ast
unknown option: '-bs-super-errors'.
Usage: bsc <options> <files>
Options are:
Options:
-w <list> Enable or disable warnings according to <list>:
+<spec> enable warnings in <spec>
-<spec> disable warnings in <spec>
@<spec> enable warnings in <spec> and treat them as errors
<spec> can be:
<num> a single warning number
<num1>..<num2> a range of consecutive warning numbers
default setting is +a-4-9-20-40-41-42-50-61-102
-bs-g Debug mode
-bs-D Define conditional variable e.g, -D DEBUG=true
-e (experimental) set the string to be evaluated in ReScript syntax
-v Print compiler version and location of standard library and exit
-version Print version and exit
-warn-help Show description of warning numbers
-warn-error <list> Enable or disable error status for warnings according
to <list>. See option -w for the syntax of <list>.
Default setting is -a+5+6+101+109
FAILED: cannot make progress due to previous errors.
The text was updated successfully, but these errors were encountered:
When we cleaned up super-error, we removed the compiler's -bs-super-error flag, but I ran into an issue where it wouldn't build if a dependent package used that flag. I was wondering if we could bring it back and deprecate it first.
The text was updated successfully, but these errors were encountered: