-
Notifications
You must be signed in to change notification settings - Fork 161
Update libsass to 3.4.5 #66
Conversation
|
Tiny bump - 3.4.5 was released on the meantime, I could update the PR if you are interested in merging? |
|
@fschwahn Can you update to 3.4.5? I'll merge after that |
|
I recommend against updating to 3.4.5. that release had some nasty
regressions.
|
If this library expects Sass to compiled to CSS then it will :) This is probably the most significant issue sass/libsass#2429 |
Are you testing against sass-spec? Because that should fail with 3.4.5. |
|
I just ran the sassc-ruby tests (which you can find here: https://github.com/sass/sassc-ruby/tree/master/test), not sass-spec. |
|
@xzyfer I'm curious how one would run sass-spec against sassc-ruby. If you have the the time could you enlighten me? |
|
I suggest running against sass-spec in CI to catch any known regressions that have been fixed on LibSass master. You can do that by cloning sass-spec, running bundle, then executing sass-spec. Note: |
|
@xzyfer thank you, I knew I was close yesterday when I was trying to test this locally. Very helpful! |
|
@bolandrm could we get sass-spec coverage added to the Travis build? |
|
I don't think it's really necessary to have sass-spec for this repo. The purpose of this repo is to integrate LibSass with ruby, not ensure that LibSass is outputting the correct CSS. |
|
@xzyfer In the future, is there a good way for me to know when it's "safe" to update to a particular LibSass version? I wonder if it would be valuable to somehow update the release tag when significant regressions are discovered? |
|
The safest way is to run sass spec in your CI. Many other integrationa to
just that including node-sass and perl-sass.
…On 13 Jul. 2017 11:02 pm, "Ryan Boland" ***@***.***> wrote:
@xzyfer <https://github.com/xzyfer> In the future, is there a good way
for me to know when it's "safe" to update to a particular LibSass version?
I wonder if it would be valuable to somehow update the release tag
<https://github.com/sass/libsass/releases/tag/3.4.5> when significant
regressions are discovered?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#66 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWJGTDf2R4Xo9mjhYJnoFBGVM_RF4ks5sNhWBgaJpZM4NfDnN>
.
|
|
superseded by #78 |
No description provided.