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
[not ready for review yet] Allow calc expressions when parsing numbers #7308
Closed
+584
−79
Allow calc expressions when parsing numbers
65fd35d
Select commit
731d9f0
Implement Calc for LengthOrPercentage
dzbarsky 8b98166
Implement Calc for LengthOrPercentageOrAutoOrNone
dzbarsky da62ff0
Implement proper calc parsing
dzbarsky 4d0b978
Implement font relative and viewport relative units for calc
dzbarsky 4c90204
Clean up serialization and other hacks
dzbarsky 756fee4
Clean up serialization code a little
dzbarsky 0c84a92
Clean up AST simplification code
dzbarsky d380f16
Properly serialize % values in calc expressions
dzbarsky 13989a7
Simplify like terms in all sum expressions, not just toplevel calc
dzbarsky c3fca86
Simplify the calc AST simplification code
dzbarsky 283d04e
Remove stray changes
dzbarsky f2045bd
Fix some calc parsing panics
dzbarsky c7a212b
Expand out nested products
dzbarsky 4127bd5
Use the type system to enforce that product nodes are simplified away
dzbarsky 5e47273
Get rid of some cloning
dzbarsky 066e4c0
Clean up some stray lines
dzbarsky 65fd35d
Allow calc expressions when parsing numbers
dzbarsky
Closed
[not ready for review yet] Allow calc expressions when parsing numbers #7308
Allow calc expressions when parsing numbers
Aug 11, 2015
Aug 12, 2015
Aug 12, 2015
Aug 12, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 14, 2015
Aug 15, 2015
Aug 15, 2015
Aug 15, 2015
Aug 15, 2015
Aug 20, 2015
65fd35d
Select commit
731d9f0
Implement Calc for LengthOrPercentage
dzbarsky 8b98166
Implement Calc for LengthOrPercentageOrAutoOrNone
dzbarsky da62ff0
Implement proper calc parsing
dzbarsky 4d0b978
Implement font relative and viewport relative units for calc
dzbarsky 4c90204
Clean up serialization and other hacks
dzbarsky 756fee4
Clean up serialization code a little
dzbarsky 0c84a92
Clean up AST simplification code
dzbarsky d380f16
Properly serialize % values in calc expressions
dzbarsky 13989a7
Simplify like terms in all sum expressions, not just toplevel calc
dzbarsky c3fca86
Simplify the calc AST simplification code
dzbarsky 283d04e
Remove stray changes
dzbarsky f2045bd
Fix some calc parsing panics
dzbarsky c7a212b
Expand out nested products
dzbarsky 4127bd5
Use the type system to enforce that product nodes are simplified away
dzbarsky 5e47273
Get rid of some cloning
dzbarsky 066e4c0
Clean up some stray lines
dzbarsky 65fd35d
Allow calc expressions when parsing numbers
dzbarsky