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

don't abort when given unmatched '}' with 'start-condition stack unde… #771

Merged
merged 1 commit into from
Jan 17, 2016

Conversation

fkz
Copy link
Contributor

@fkz fkz commented Jan 12, 2016

…rflow'. This fixes #751

@domenkozar
Copy link
Member

@fkz what's the error with your fix? Let's make sure it's human readable.

@fkz
Copy link
Contributor Author

fkz commented Jan 13, 2016

before:

$ nix-instantiate -E '}'
start-condition stack underflow

after:

$ nix-instantiate -E '}'
error: syntax error, unexpected '}', at (string):1:1

@domenkozar
Copy link
Member

cc @edolstra

@domenkozar domenkozar mentioned this pull request Jan 13, 2016
7 tasks
@domenkozar
Copy link
Member

cc @shlevy

@shlevy shlevy merged commit 8d22b26 into NixOS:master Jan 17, 2016
zolodev pushed a commit to zolodev/nix that referenced this pull request Jan 1, 2024
Update installing-nixos-on-a-raspberry-pi.md
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.

Unmatched closing braces cause 'start-condition stack underflow'
3 participants