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

Неправильно обрабатываются концы строк под windows #5

Open
just-boris opened this issue Feb 8, 2014 · 1 comment

Comments

@just-boris
Copy link

Под windows возникают странные ошибки, вроде вот этой: chestozo/noscript-demo#1
Чтобы этого избежать, нужно либо забить на строгость в переводах строк (я за это),
либо воспользоваться os.EOL http://nodejs.org/api/os.html#os_os_eol везде, где только можно (я против, потому что не гарантирует успех)

@just-boris
Copy link
Author

Еще один use-case. При установке yate через npm install -g yate вообще ничего не работает.

c:\Users\User\AppData\Roaming\npm\node_modules\yate\node_modules\parse-tools\li
b\pt.codegen.js:42
    for (var i = 0, l = parts.length; i < l; i++) {
                             ^
TypeError: Cannot read property 'length' of null
    at pt.Codegen._readTemplates (c:\Users\User\AppData\Roaming\npm\node_module
s\yate\node_modules\parse-tools\lib\pt.codegen.js:42:30)

Parse-tools не могут разбрать конфиги (файлы из yate\templates*.tmpl) поскольку регулярка в этой строке https://github.com/pasaran/parse-tools/blob/master/lib/pt.codegen.js#L40 не матчится

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

1 participant