-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
5da5d8a
to
50df767
Compare
You can do it @xzyfer! |
770f8cc
to
63689bf
Compare
63689bf
to
3e79afb
Compare
@saper I have managed to create a reduced test case. I feel like it related to nodejs/node#6160 or some other regressions around So far I have been able to assert the issue only affects Windows (both 32 and 64 bit). See identical builds on Linux, OSX, and Windows. I suspect the
The error only happens in the first scenario. |
It looks like I was correct about the require cache. Removing the
Where as with the
then secondly from
|
aff2059
to
1c4b7f8
Compare
6cc9f1f
to
c737034
Compare
c737034
to
063b954
Compare
Ok I've narrowed this down a bug with
@saper when you're online can you please confirm this? |
After lots of investigation in sass#1510 I've determine the Node 6 failure we're seeing are due to the native extension being required on different paths.
Confirmed removing the subst get the tests passing in #1512 |
I'm tempted to release v3.7.0 with MSVC PDB files and retroactively compile them once this is fixed in Node. |
Fix source-map bug introduces with some recent commit
Debugging Windows Node 6 CI failures from #1486.