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

store reference to TokenScannerSymbols in Nodes and Tokens #419

Merged

Conversation

boulter
Copy link
Contributor

@boulter boulter commented Apr 2, 2020

Before, we would parse nodes and tokens using one set of symbols from the config and potentially use a different set when reconstructing a tag. Instead, let's just store a reference to the symbols on each node so we can use it when rendering.

Follow up to #410

@gabru-md

@boulter boulter requested a review from mattcoley April 2, 2020 17:56
@gabru-md
Copy link
Contributor

gabru-md commented Apr 2, 2020

I apologise. I did not observe that two seperate set of symbols may be used. I thought I had done it successfully.
This PR definitely adds more insight to the project for me. Thank You.

@boulter
Copy link
Contributor Author

boulter commented Apr 2, 2020

I apologise. I did not observe that two seperate set of symbols may be used. I thought I had done it successfully.

Not a problem.

@boulter boulter merged commit 8eb9a6d into master Apr 2, 2020
@boulter boulter deleted the store-reference-to-TokenScannerSymbols-in-Nodes-and-Tokens branch April 2, 2020 19:18
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.

3 participants