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

Niecza doesn't like CRLF in source code very much #78

Closed
sorear opened this issue Nov 5, 2011 · 1 comment
Closed

Niecza doesn't like CRLF in source code very much #78

sorear opened this issue Nov 5, 2011 · 1 comment

Comments

@sorear
Copy link
Owner

sorear commented Nov 5, 2011

stefan@stefans:~/rel/niecza$ mono-sgen run/Niecza.exe -e 'sub foo { }^M         
foo'                                                                            
===SORRY!===

Strange text after block (missing comma, semicolon, comment marker?) at (eval) line 1:
------> sub foo { }⏏

Parse failed

This is an instance of a more general problem that \n, ^^, and $$ are interpreted far too narrowly in regexes. It also raises questions about how I/O should work on Windows.

@coke coke closed this as completed Dec 6, 2011
@coke coke reopened this Dec 6, 2011
@sorear
Copy link
Owner Author

sorear commented Dec 29, 2011

This works now.

@sorear sorear closed this as completed Dec 29, 2011
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

No branches or pull requests

2 participants