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

Add deprecation warning to bad uses of lit() #1236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

captdeaf
Copy link
Contributor

@captdeaf captdeaf commented Sep 2, 2018

I'd really like to rewrite the parser and make its uses cleaner. FN_LITERAL, which is only used by lit(), is a big pain in my posterior because of how it alters the parser.

I'd like to switch lit() from FN_LITERAL to FN_NOPARSE. This PR is a first step - if lit() is called with mismatched, unescaped {}s or []s, this will simply warn executor and enactor.

@talvo
Copy link
Member

talvo commented Sep 2, 2018

This is still a no from me, even if you write it as a PR instead of a ticket :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants