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
Enhancements for warn/warning & info messages #35#36
Applied proposed patch from Marco Maccaferri, this fixes the primary
bug(s) with issue #37 but messages will display twice when using -u
Some misc code cleanup to address some warnings
This relates to Issue #33.
Add #warn as an alias to the #warning directive since there's an existing precedent in bstc for @warn.
Each should result in essentially the same output:
#warn User-Message-Here
generates
warning: #warn: User-Message-Here
and
#warning User-Message-Here
generates
warning: #warning: User-Message-Here
The text was updated successfully, but these errors were encountered: