-
Notifications
You must be signed in to change notification settings - Fork 464
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
Refactor for sass_op
export on C-API
#1338
Merged
mgreter
merged 13 commits into
sass:master
from
mgreter:refactoring/preparation-for-3.3.1
Jul 19, 2015
Merged
Refactor for sass_op
export on C-API
#1338
mgreter
merged 13 commits into
sass:master
from
mgreter:refactoring/preparation-for-3.3.1
Jul 19, 2015
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mgreter
force-pushed
the
refactoring/preparation-for-3.3.1
branch
4 times, most recently
from
July 13, 2015 22:16
07a2c82
to
67b65cb
Compare
@mgreter can you help me to figure out why |
mgreter
changed the title
[WIP] Prepearation for 3.3.1
Refactor for Jul 13, 2015
sass_op
export on C-API
mgreter
force-pushed
the
refactoring/preparation-for-3.3.1
branch
from
July 13, 2015 23:11
67b65cb
to
1333cab
Compare
mgreter
force-pushed
the
refactoring/preparation-for-3.3.1
branch
from
July 15, 2015 01:43
1333cab
to
d81920e
Compare
If have split the first part of this PR into 3 different PRs: |
mgreter
force-pushed
the
refactoring/preparation-for-3.3.1
branch
3 times, most recently
from
July 15, 2015 18:36
a7791b5
to
0870d51
Compare
mgreter
force-pushed
the
refactoring/preparation-for-3.3.1
branch
from
July 16, 2015 01:23
0870d51
to
dd8a098
Compare
So far only needed to convert selectors!
mgreter
force-pushed
the
refactoring/preparation-for-3.3.1
branch
from
July 19, 2015 11:47
dd8a098
to
a75588a
Compare
Adds new value converter functions.
mgreter
force-pushed
the
refactoring/preparation-for-3.3.1
branch
from
July 19, 2015 11:57
a75588a
to
37836b2
Compare
mgreter
added a commit
that referenced
this pull request
Jul 19, 2015
Refactor for `sass_op` export on C-API
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pulls out all the safe bits from my latest refactoring state. There are some duplicated code points (like converting values between C and C++). For now the main goal was to have sass ops exposed to the C-API. We also expose a function to stringify any sass value. To check if a value is truthy, you currently have to use an
or
call likesass_op(OR, value, FALSE)
.