-
Notifications
You must be signed in to change notification settings - Fork 223
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
Fix pattern syntax exception on windows #462
Fix pattern syntax exception on windows #462
Conversation
…or `.split(File.separator)` under windows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution. CI says
/home/travis/build/foundweekends/giter8/library/src/main/scala/g8.scala isn't formatted properly!
could you run scalafmt
from sbt please?
Sorry - I saw that it failed - but I could not find to Travis Logs;(. |
Thanks for merging. Are there nightly releases - or is there a release plant with this fix? |
I guess 0.13.0 at some point? It would be good to get a new ST4 for antlr/stringtemplate4#254 when it comes out. |
0.13.0-M1 released |
Is it possible to use version 0.13.0-M1 together with |
On Windows 10 we get the following Exception:
According to the following answer: https://stackoverflow.com/a/34129096/2750966
I could fix the Problem.