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
1 day
ago. based on code collected
1 day
ago.
Aug 10, 2024 — Aug 10, 2025
Showing page 87 of 93
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Bam, all tests are passing again.
Aaron Leung
More...
over 13 years ago
Need to update these too.
Aaron Leung
More...
over 13 years ago
No longer doing single-pass parsing/expansion. Building up a queue of pending expansions/evaluations, then performing them after parse. Should combine the efficiency of single-pass with the ease of multi-pass. Small bug that needs fixing.
Aaron Leung
More...
over 13 years ago
Minor cleanup.
Aaron Leung
More...
over 13 years ago
More test cases for mixin scope and rebinding of variables.
Aaron Leung
More...
over 13 years ago
Don't need this flag anymore.
Aaron Leung
More...
over 13 years ago
Whoops, need to do a deep copy.
Aaron Leung
More...
over 13 years ago
Clone function for nodes.
Aaron Leung
More...
over 13 years ago
Rolling back to before I started the delayed-evaluation stuff. Didn't checkout an older commit because I wanted to keep some of the new stuff.
Aaron Leung
More...
over 13 years ago
Getting things to compile again.
Aaron Leung
More...
over 13 years ago
Mixin stuff.
Aaron Leung
More...
over 13 years ago
Mixin stuff. Better commit and push while I have network connectivity.
Aaron Leung
More...
over 13 years ago
Trying out some helper functions.
Aaron Leung
More...
over 13 years ago
Parsing mixin definitions, and tweaking the other functions to handle one-pass parsing and expansion.
Aaron Leung
More...
over 13 years ago
Don't need this file.
Aaron Leung
More...
over 13 years ago
A few more test cases for mixins.
Aaron Leung
More...
over 13 years ago
Test file for mixins. Good news -- they're not dynamically scoped.
Aaron Leung
More...
over 13 years ago
Handling uri values.
Aaron Leung
More...
over 13 years ago
Handling decimal rgb triples.
Aaron Leung
More...
over 13 years ago
Handling hex arithmetic. Ignoring more janky edge cases. Probably need to handle decimal rgb formats too.
Aaron Leung
More...
over 13 years ago
New node type for hex triples. Modified the emitter to print hex triples correctly. Next: hex triple arithmetic.
Aaron Leung
More...
over 13 years ago
Handling arithmetic with units. Gonna' forget about janky edge cases for now -- people shouldn't be doing arithmetic on lists anyway.
Aaron Leung
More...
over 13 years ago
Expression evaluator is mostly working. Still need to correctly handle multiplying and dividing with measurement units. Also need to correctly handle hex arithmetic. Finally, need to see if I can't handle more weird edge cases.
Aaron Leung
More...
over 13 years ago
Evaluator is mostly working. Ironing out some intermittent bugs.
Aaron Leung
More...
over 13 years ago
Working on evaluating arithmetic expressions. Tough because of Sass's liberalism and the fact that '/' can be both a division operator and number separator.
Aaron Leung
More...
over 13 years ago
Fixed a weird breakage caused by an accidentally commented line.
Aaron Leung
More...
over 13 years ago
Working on getting expressions to print out. Next step is evaluation.
Aaron Leung
More...
over 13 years ago
Parsing complete list and expression syntax (I think). We'll know for sure when it actually gets emitted.
Aaron Leung
More...
over 13 years ago
Properly handling arbitrarily complicated args to :not. LET THIS BE THE END OF SELECTOR PARSING (until interpolation).
Aaron Leung
More...
over 13 years ago
Figuring out the grammar for mixing up different kinds of lists and arithmetic expressions.
Aaron Leung
More...
over 13 years ago
←
1
2
…
83
84
85
86
87
88
89
90
91
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