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

Cloud Compiler cannot parse non-ASCII characters #201

Closed
wants to merge 3 commits into from

Conversation

zfi
Copy link

@zfi zfi commented Aug 30, 2019

This addresses issue parallaxinc/solo#74 and #200.

The cloud compiler is parsing the source files with an ascii character set. Any characters above 0x7F in the source file cause the cloud compiler to fail parsing and ultimately fails the compile.

This patch replaces the horizontal line with an ASCII equivalent that will keep the parse happy.

@zfi
Copy link
Author

zfi commented Aug 30, 2019

See notes in issue 200. This change is no longer necessary.

@zfi zfi closed this Aug 30, 2019
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.

2 participants