-
Notifications
You must be signed in to change notification settings - Fork 464
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
Regression with custom precision #364
Comments
Interesting ... I suppose I could try storing only the precision in the |
What's the status here...? I'm confused. |
Just tested with perl bindings and it seems that custom precision is stil broken (nsams@e231c6c). |
Reversed the logic @akhleung proposed and added a status bool to context, to flag this situation. Feels hackish, but IMO still better than breaking custom precision. Hope it works as intended. |
Remember though, we are targeting 3.4 which I believe doesn't actually allow this. :/ On Mon, Oct 27, 2014 at 5:17 PM, Marcel Greter [email protected]
|
Sorry, I dont really understand what you mean? Is custom precision not a feature of sass 3.4? |
According to the changelog the |
I swear I was reading a thread on sass that discussed that... let me look around. Ignore me until I find it as, it could have been a threaded fever dream. On Mon, Oct 27, 2014 at 7:48 PM, Michael Mifsud [email protected]
|
Fixes regression with custom precision (#364)
Closing this issue as it is fixed in 12dbd03 |
@mgreter there are reports that this change set is affecting compiling on Windows #586, sass/node-sass#487 (comment). I'm also see compilation warnings on clang
Could you please look into this issue? /cc @am11 |
I saw this warning too. I have re-ordered it in my current WIP branch: mgreter@66e1b4b#diff-f2d6a4d46b2aeaccd8ce40e4d3ea753dR68. I fail to see why this should be an issue? Can someone from node-sass team (@am11) test if reversing the order for |
Yes I will take a look now. :) Actually that test was removed recently (sass/node-sass#492 (comment)). I will put it back in our repo and get back to you. |
I'm pretty confident that this will solve the issue. I have already commited the change to master as it at least gets rid of the clang warning. |
Thanks for that @mgreter |
👍 But I couldn't test it with windows due to this: #591 (comment) 😢 |
Let me give it a try. (-8 |
It compiled without any issue! 😄 👍 |
Thanks for taking a look. I've reopened #586 to track this issue. |
Regression introduced in e231c6c
Breaks feature introduced in 07e9ead
Best regards!
The text was updated successfully, but these errors were encountered: