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
A list of some issues we plan to tackle during puppethack:
Use the official parser API to do a syntax check first, preventing some crashes in the lexer (@rnelson0).
Add (and refactor to use!) a single implementation of token splicing (@arrdem).
Create a token array for double quoted string supertoken (i.e. treat "${somevar}_part_of_a_longer_string" as a single token) for addressing some alignment bugs.
These changes will target the 3.0.0 branch instead of master.
The text was updated successfully, but these errors were encountered:
A list of some issues we plan to tackle during puppethack:
"${somevar}_part_of_a_longer_string"
as a single token) for addressing some alignment bugs.These changes will target the
3.0.0
branch instead of master.The text was updated successfully, but these errors were encountered: