-
Notifications
You must be signed in to change notification settings - Fork 9
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
Replace unmaintained dartsass-ruby with sassc-embedded #15
Conversation
@ntkme thank you so much for this! Merged and I will release a new version soon and sunset the dartsass-ruby gem. |
@ntkme I've looked at your recent changes for However, I see that the sassc gem is now in the |
For end users it makes almost no difference as the libsass native extension has been removed from the bundled original |
The tests are good enough to verify the original |
Yes, I agree. I would suggest take another look at #2. Don’t worry about how that shim is going to evolve because it will not evolve anymore other than receiving bug fixes. New features only get added to |
Let me be clear: Even with this PR, I'm not endorsing sassc-embedded as a good long term solution. The only reason I make this PR is because dartsass-ruby is effectively not maintained and falling behind way too much. Please keep in mind it is not just falling behind on the shim code of sassc-embedded. Because of this change tablecheck/dartsass-ruby#6, sass-embedded is locked to an old version and so does the bundled dart-sass binary, meaning the following set is how much it was truly behind:
I like that you want to evolve and move forward, but what you were doing was backwards, and it caused everyone to be thousands of lines (or, hundreds of lines ignoring some non-code changes) behind. This is the only reason I made this PR. |
Thank you both for making this happen. I appreciate it! Managed to switch a (sadly sprockets-dependent) project from Just a reminder/suggestion that the whole repo at https://github.com/tablecheck/dartsass-ruby might be best marked as archived so it gets the big ugly Github banner that will encourage folks to check the README :-) |
Done — repo archived. Thanks for the suggestion. |
The
dartsass-ruby
is not properly maintained that it does not support latestsass-embedded
, and it's missing lots of bug fixes fromsassc-embedded
.One of the major stakeholder discourse has already moved from
dartsass-ruby
tosassc-embedded
for this reason. So, for the sake of everyone, it's better to just get rid ofdartsass-ruby
and usesassc-embedded
instead.@johnnyshields I guess the reason you "forked"
sassc-embedded
is because you don't want to install patchedsassc
from git, now that is no longer necessary. So I hope you can merged this and archive the dartsass-ruby repository.