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

comment.hrx: libsass fixed in sass/libsass#2849 #1366

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

glebm
Copy link
Contributor

@glebm glebm commented Mar 25, 2019

glebm added a commit to glebm/libsass that referenced this pull request Mar 25, 2019
Also:

1. Moves the `normalize*` functions and `rtrim` to a separate object file,
   so that they can be unit tested quickly and easily.
2. Changes `string_to_output` to also replace `\r\n`, fixing Windows tests.
3. Improves other `normalize_*` functions and adds tests.

Refs sass#2843

sass-spec PRs:

1. Bug fixes to make it run: sass/sass-spec#1365
2. Enabling the newly passing tests: sass/sass-spec#1366
xzyfer pushed a commit to sass/libsass that referenced this pull request Mar 25, 2019
Also:

1. Moves the `normalize*` functions and `rtrim` to a separate object file,
   so that they can be unit tested quickly and easily.
2. Changes `string_to_output` to also replace `\r\n`, fixing Windows tests.
3. Improves other `normalize_*` functions and adds tests.

Refs #2843

sass-spec PRs:

1. Bug fixes to make it run: sass/sass-spec#1365
2. Enabling the newly passing tests: sass/sass-spec#1366
@nex3
Copy link
Contributor

nex3 commented Apr 2, 2019

FYI, when you're adding tests for a particular implementation, you can add "[skip libsass]" (or whatever) to the PR message and the runner won't run the specs on LibSass. Then if you add "See #1366" to the corresponding LibSass PR, that runner will run the specs in this PR rather than in master.

@glebm
Copy link
Contributor Author

glebm commented Apr 2, 2019

Ah, thanks

@glebm glebm merged commit 5cfb870 into sass:master Apr 5, 2019
@glebm glebm deleted the comment-hrx branch April 5, 2019 00:09
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.

2 participants