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
CRYSTAL_CACHE_DIR="C:\Users\Dominic E Sisneros\AppData\Local\crystal\cache"
CRYSTAL_PATH=lib;F:\windows\scoop\apps\crystal\current\src
CRYSTAL_VERSION=1.7.3
CRYSTAL_LIBRARY_PATH=F:\windows\scoop\apps\crystal\current\lib
CRYSTAL_OPTS=""
when compiling a ECR file - get the following error
Error: expected '\n' after '\r'
I can correct that by changing it from dos mode to unix mode in vim but should that be required - Erb looks for \r?\n in what is the equivalent of ECR's lexer.cr
The text was updated successfully, but these errors were encountered:
Bug Report
CRYSTAL_CACHE_DIR="C:\Users\Dominic E Sisneros\AppData\Local\crystal\cache"
CRYSTAL_PATH=lib;F:\windows\scoop\apps\crystal\current\src
CRYSTAL_VERSION=1.7.3
CRYSTAL_LIBRARY_PATH=F:\windows\scoop\apps\crystal\current\lib
CRYSTAL_OPTS=""
when compiling a ECR file - get the following error
Error: expected '\n' after '\r'
I can correct that by changing it from dos mode to unix mode in vim but should that be required - Erb looks for \r?\n in what is the equivalent of ECR's lexer.cr
The text was updated successfully, but these errors were encountered: