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
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 22, 2024 — Jul 22, 2025
Showing page 136 of 140
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Don't need these files in the root folder anymore.
Aaron Leung
More...
over 13 years ago
String concatenation tweaks.
Aaron Leung
More...
over 13 years ago
Properly emitting back-references. This should conclude selector parsing and emission until we're ready to tackle interpolation.
Aaron Leung
More...
over 13 years ago
Parsing back-references (i.e., the ampersand).
Aaron Leung
More...
over 13 years ago
Handling pseudo-class and pseudo-elements.
Aaron Leung
More...
over 13 years ago
Handling attribute selectors. Only pseudo-thingies remain.
Aaron Leung
More...
over 13 years ago
Working on parsing attribute selectors.
Aaron Leung
More...
over 13 years ago
Handling class/id selectors, as well as simple selector sequences consisting of such.
Aaron Leung
More...
over 13 years ago
Handling selectors that begin with a combinator, since nesting makes them valid and meaningful.
Aaron Leung
More...
over 13 years ago
Adding a spec test for nested selector groups that have combinators. Still passes!
Aaron Leung
More...
over 13 years ago
Updating the emitter to handle combinators. All tests pass again.
Aaron Leung
More...
over 13 years ago
Adding a spec test for combinator selectors.
Aaron Leung
More...
over 13 years ago
Properly handling selector combinators. Had to account for some subtleties in lexing significant whitespace.
Aaron Leung
More...
over 13 years ago
Working on selector combinators. Don't try to compile this.
Aaron Leung
More...
over 13 years ago
Changing the echo emitter to return a string instead of writing to stdout.
Aaron Leung
More...
over 13 years ago
Fixing the printing of top-level comments. All tests pass again!
Aaron Leung
More...
over 13 years ago
Getting the newlines right, and adding a new spec test.
Aaron Leung
More...
over 13 years ago
functionality++; efficiency--; // got nested selector group combinations working
Aaron Leung
More...
over 13 years ago
Trying to get nested selector groups to expand properly.
Aaron Leung
More...
over 13 years ago
Handling empty rules (i.e., extra semicolons, but it's subtle).
Aaron Leung
More...
over 13 years ago
Gah, finally got parsing of comma-separated groups of simple selectors working.
Aaron Leung
More...
over 13 years ago
More thorough parsing.
Aaron Leung
More...
over 13 years ago
Improving the node struct, and working on new parsing functionaity.
Aaron Leung
More...
over 13 years ago
Forgot to comment out some stuff.
Aaron Leung
More...
over 13 years ago
Workin' on the node struct.
Aaron Leung
More...
over 13 years ago
Huge test file.
Aaron Leung
More...
over 13 years ago
Sharing vectors instead of copying them. This program now leaks memory, BTW.
Aaron Leung
More...
over 13 years ago
Adding a new (passing) test case to check comment preservation and removal.
Aaron Leung
More...
over 13 years ago
Adding crappy command-line options so that I can check multiple output styles without recompiling. Make sure you get the command-line options right or there will be segfaults.
Aaron Leung
More...
over 13 years ago
Cleaning up and correcting the nested-style emitter. Now handles arbitrarily nested rule-less rulesets. New spec test added and passed.
Aaron Leung
More...
over 13 years ago
←
1
2
…
132
133
134
135
136
137
138
139
140
→
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