openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libsass-python
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 17, 2024 — Jul 17, 2025
Showing page 29 of 93
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #481 from xzyfer/feat/maps
Aaron Leung
More...
almost 11 years ago
Show currentDir when outputting not found error
Kevin Simper
More...
almost 11 years ago
Merge pull request #27 from item4/bugfix/support-partial
Hong Minhee
More...
almost 11 years ago
Version bump [ci skip]
Hong Minhee
More...
almost 11 years ago
change from docstring to comment
item4_macbook_pro
More...
almost 11 years ago
add test case
item4_macbook_pro
More...
almost 11 years ago
add behavior if filename start with '_'
item4_macbook_pro
More...
almost 11 years ago
Interface: Make use of C99's stdbool. Interface change: Alert upstreams!
Adeel
More...
almost 11 years ago
Add debug code to check for sources problems at the root of the cause.
Scott Douglas
More...
almost 11 years ago
We found an example of a case where the clearSources fix from before wasn't sufficient. Due to the recursive nature of the algorithm, we were setting sources correctly, but were getting extra sources in trim. This caused the trim behavior to differ. The fix is to clone the extended selector fully, which will prevent sources from being added to the one in our extension subset map. To do this, I implemented a cloneFully on Complex_Selector and a clone on Compound_Selector.
Scott Douglas
More...
almost 11 years ago
Updates to isPrintable based on test failures.
Scott Douglas
More...
almost 11 years ago
Merge remote-tracking branch 'origin/feature/extend-support' into feature/printable-refactor
Scott Douglas
More...
almost 11 years ago
Updates README.md for perl-libsass transition to sass org
Marcel Greter
More...
almost 11 years ago
Reverse checks for safer code path
Marcel Greter
More...
almost 11 years ago
Merge pull request #26 from frewsxcv/patch-1
Hong Minhee
More...
almost 11 years ago
Removes left/right pseudo selector recognition
Marcel Greter
More...
almost 11 years ago
Test on PyPy3
Corey Farwell
More...
almost 11 years ago
Put back in the hoistable check since it fixes a handful of diffs in our sass.
Scott Douglas
More...
almost 11 years ago
Rolling back part of the shouldExtendBlock optimization from earlier. The optimization was too aggressive, and it started breaking a media query test. The new code is much more conservative in when it will skip performing the extend. It will only skip a block that has no statements in it - excluding other rulesets, which will get extended themselves.
Scott Douglas
More...
almost 11 years ago
Fixes file handle closing on file reading
Marcel Greter
More...
almost 11 years ago
First pass at refactor
Jamie Addessi
More...
almost 11 years ago
Implement a better fix for the missing output due to our shouldExtendBlock optimization. Revert shouldExtendBlock to what it was, but update the output step to do the right thing if it finds a block within a block.
Scott Douglas
More...
almost 11 years ago
Renamed containsAnyExtendableStatements to shouldExtendBlock. Updated shouldExtendBlock to always extend rulesets with placeholders. That's what they're there for.
Scott Douglas
More...
almost 11 years ago
Release 0.5.1
Hong Minhee
More...
almost 11 years ago
Remove original readme to ignore [ci skip]
Hong Minhee
More...
almost 11 years ago
Fix recursive subdirectory build bug
Hong Minhee
More...
almost 11 years ago
Merge remote-tracking branch 'origin/feature/extend-support-parser-fix' into feature/perf-integration
Scott Douglas
More...
almost 11 years ago
Let the caller of extendSelectorList know if we extended something. That way, they can avoid an expensive parser call if nothing has changed. The check now is pretty simplistic. It will return false if we didn't do anything in extendSelectorList. We could potentially run the extend algorithm and get the same result and mark that as extendedSomething, but I'd rather not filter out legitimite cases, so let's say conservative.
Scott Douglas
More...
almost 11 years ago
Updated to only try and extend things that have content and will therefore be output later. Added some new debugging prints to help track down recursion issues. Update Compound_Selector printing to match ruby sass.
Scott Douglas
More...
almost 11 years ago
Refactor the code a little to get parity with the ruby sass iteration. In doing so, I noticed a bug where we were putting the wrong thing in the seen set. When the code was written, the right thing didn't exist yet.
Scott Douglas
More...
almost 11 years ago
←
1
2
…
25
26
27
28
29
30
31
32
33
…
92
93
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree