Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows #warn as an alias to #warning #35

Closed
PropGit opened this issue May 15, 2017 · 1 comment
Closed

Allows #warn as an alias to #warning #35

PropGit opened this issue May 15, 2017 · 1 comment
Assignees

Comments

@PropGit
Copy link

PropGit commented May 15, 2017

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

@reltham reltham self-assigned this May 18, 2017
reltham added a commit that referenced this issue Feb 26, 2018
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
@reltham
Copy link
Collaborator

reltham commented Feb 26, 2018

This has been added.

@reltham reltham closed this as completed Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants