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
Very Low Activity
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 15 hours
ago.
Aug 12, 2024 — Aug 12, 2025
Showing page 30 of 93
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Commenting out debug prints that shouldn't be on by default.
Scott Douglas
More...
almost 11 years ago
Added comment saying why clearSources was needed.
Scott Douglas
More...
almost 11 years ago
Fixing bug with sources. Clearing them since the ruby code doesn't have any to begin with. I'd still like to debug and try and figure out why we do.
Scott Douglas
More...
almost 11 years ago
Updated printSourcesSet to print a more useful string representation without ampersands for leading selector references in Complex_Selectors. Add some useful debugging output to trim. Commented out some debug output in extendCompoundSelector that is useful, but shouldn't be on by default. You should be able to turn on EXTEND_COMPLEX and EXTEND_COMPOUND debugging levels and get useful output that helps determine which part of the algorithm the bug is in.
Scott Douglas
More...
almost 11 years ago
Merge remote-tracking branch 'origin/feature/perf-integration' into feature/extend-support
Scott Douglas
More...
almost 11 years ago
Merge branch 'feature/extend-support' of https://github.com/DealerDotCom/libsass into feature/extend-support
Jamie Addessi
More...
almost 11 years ago
SASHIMI-379 - Ensure blocks containing only block_comments are handled
Jamie Addessi
More...
almost 11 years ago
Clean up pass. Removing unused code. Renaming things more sensibly. Moving things to where they should be.
Scott Douglas
More...
almost 11 years ago
Implement a template specialization of get_arg for maps
xzyfer
More...
almost 11 years ago
Remove the deep compare from trim since we can do a pointer comparision now that we don't clone in this method.
Scott Douglas
More...
almost 11 years ago
Removing unused unify code now that we're consistently using the unify_with methods in ast.cpp.
Scott Douglas
More...
almost 11 years ago
Finished testing and implementation of the unification scenarios in mergeFinalOps.
Scott Douglas
More...
almost 11 years ago
First pass at rewriting lcs to use ComplexSelectorDeque instead of Node. LCS was showing up in Instruments as taking a long time. It turned out that it was due to parentSuperselector, which had to call nodeToComplexSelector a lot. This allocated new objects each time, which was slow. If we use Complex_Selectors instead, we can avoid the memory allocations.
Scott Douglas
More...
almost 11 years ago
Remove more cloning based on sass-spec testing.
Scott Douglas
More...
almost 11 years ago
Removed more cloning that doesn't cause test failures.
Scott Douglas
More...
almost 11 years ago
Removed cloning from sass_util functions.
Scott Douglas
More...
almost 11 years ago
Enable checking if there is something to extend before calling into extendComplexSelector. This was done in debug mode before to make our debugging prints closer to ruby sass. It turns out it's a substantial performance improvement, so this commit enables it for release mode as well.
Scott Douglas
More...
almost 11 years ago
Implement subweaveNaive as an alternative for subweave for use in testing if subweave is not performant. This is inconclusive since using subweaveNaive seems to produce so many selectors in very complex cases. Optimized complexSelectorHasExtension since I realized it was doing work it didn't need to do.
Scott Douglas
More...
almost 11 years ago
don't normalize the image-path, since it might actually be a url that needs a '//'
Aaron Leung
More...
almost 11 years ago
Fix unsigned int comparrison warning.
Matthew Turnbull
More...
almost 11 years ago
Remove unused trim.cpp and trim.hpp since trim is now implemented in extend.cpp.
Scott Douglas
More...
almost 11 years ago
Remove the extensions object on the context since we now use the subset map exclusively.
Scott Douglas
More...
almost 11 years ago
Merging in feature/extend-support to pick up the debugging printing changes. I changed the default print level in debug mode to be NONE instead of ALL. I also removed some commented out code. There should be no functional changes in this commit.
Scott Douglas
More...
almost 11 years ago
Fixed some more tests that were failing due to improper selector equality testing. We were getting duplicates because certain checks in ruby did not care about Simple_Selector ordering, but our call to Node::contains did. Implemented a selectors_equal method that takes a boolean that determines order dependence. Implemented the same things for our Node object and started calling it.
Scott Douglas
More...
almost 11 years ago
Add NONE debug level
Matthew Turnbull
More...
almost 11 years ago
Add debug levels for targeted debug spew
Matthew Turnbull
More...
almost 11 years ago
Implement complexSelectorHasExtension for debug mode to check if a selector has an extension before running through the extend logic. This is mainly to get our printing to match up with ruby sass, which is why it is debug only. ruby sass only runs extend on selectors with extensions. However, libsass runs it on all selectors. The result of the extend code is the same selector if the selector doesn't have an extension, so this doesn't need to happen in release mode.
Scott Douglas
More...
almost 11 years ago
Add a comment to the trim fix to explain the tricky logic.
Scott Douglas
More...
almost 11 years ago
Merge branch 'feature/extend-support' of https://github.com/DealerDotCom/libsass into feature/extend-support
Jamie Addessi
More...
almost 11 years ago
JMA - fix comparator bug in trim()
Jamie Addessi
More...
almost 11 years ago
←
1
2
…
26
27
28
29
30
31
32
33
34
…
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