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

@import causing process to hang #2106

Closed
xzyfer opened this issue Jun 14, 2016 · 2 comments
Closed

@import causing process to hang #2106

xzyfer opened this issue Jun 14, 2016 · 2 comments

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Jun 14, 2016

The following relative @import causes the process to hang iif a load path of . is given

// /tmp/index.scss
@import "../does-not-exist";

If the load path is omitted, an absolute path or something like subdir/.. the file executes and returns the expected error.

Error: File to import not found or unreadable: does-not-exist
       Parent style sheet: /tmp/index.scss
        on line 1 of index.scss
>> @import "../does-not-exist";
@xzyfer
Copy link
Contributor Author

xzyfer commented Jun 18, 2016

Thanks @mgreter.

xzyfer added a commit to xzyfer/sass-spec that referenced this issue Jun 18, 2016
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Jun 18, 2016
@xzyfer
Copy link
Contributor Author

xzyfer commented Jun 18, 2016

Spec added sass/sass-spec#874

@xzyfer xzyfer added this to the 3.3.7 milestone Jun 18, 2016
@xzyfer xzyfer modified the milestones: 3.3.7, 3.4 Oct 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants