This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Double notification on file change: body{background:blue}\nbody{background:blue} #1152
Labels
Comments
saper
added a commit
to saper/node-sass
that referenced
this issue
Sep 17, 2015
Sometimes they generate double notification on change: 1) cli node-sass in.scss should watch the full scss dep tree for a single file (scss): Uncaught AssertionError: 'body{background:blue}\n\nbody{background:blue}' == 'body{background:blue}' + expected - actual -body{background:blue} - body{background:blue} at Socket.<anonymous> (test/cli.js:317:16) at readableAddChunk (_stream_readable.js:146:16) at Socket.Readable.push (_stream_readable.js:110:10) at Pipe.onread (net.js:523:20) sass#1152
It takes around of 15 minutes of running a pared-down version of
|
This could be a sass-graph issue. I'll take a look. |
I also feel there's something wrong in Lines 247 to 258 in f6b5fd2
I'd love to have this moved to |
This needs to be tested again with the current code. |
Unfortunately, I was getting the same on 4.12.0 trying to debug #2755 |
saper
changed the title
Double notification on file change
Double notification on file change: body{background:blue}\nbody{background:blue}
Oct 21, 2019
jiongle1
pushed a commit
to scantist-ossops-m2/node-sass
that referenced
this issue
Apr 7, 2024
Don't truncate trailing 0s on integers when precision is 0
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a follow up to #1150 which still does not fix the issues.
Our two tests (quoted below) sometimes (rarely) produce two lines of output. This looks like a double notification coming, from whatever reason. Maybe there is an interesting relation because we have both
index.scss
andindex.sass
in the directory.I am going to mark those tests as flaky to avoid CI issues until we fix that.
Test code:
The text was updated successfully, but these errors were encountered: