Skip to content
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

Preparatory work for splitting Value #10

Merged
merged 4 commits into from
Jul 12, 2017
Merged

Preparatory work for splitting Value #10

merged 4 commits into from
Jul 12, 2017

Conversation

jnicklas
Copy link
Contributor

Mostly moves some code around to make the next steps easier.

@jnicklas
Copy link
Contributor Author

Tests fail due to rustfmt issue, see #11

@jnicklas
Copy link
Contributor Author

jnicklas commented Jul 1, 2017

Tests are passing now :)

@kaj
Copy link
Owner

kaj commented Jul 1, 2017

Hm. At the moment the split between the value and sass::value modules seems a little arbitrary, but possibly the intent is that things remaining in value could become css::value?

@jnicklas
Copy link
Contributor Author

jnicklas commented Jul 1, 2017

There are a lot of things in value which apply to both Sass and CSS, such as Operator, or Quotes.

I'm not actually sure where these things should live, as it seems sensible to reuse them for both the CSS and SASS ASTs, so I've just left them in the value module for now. Maybe we should name these modules something like ast::sass, ast::css and ast::common or something, to make it more obvious?

@jnicklas jnicklas force-pushed the sass-mod branch 2 times, most recently from aca52ca to 5b5c453 Compare July 2, 2017 10:48
@kaj
Copy link
Owner

kaj commented Jul 12, 2017

Sorry for the delay ... Merging now.

@kaj kaj merged commit b18e8d5 into kaj:master Jul 12, 2017
kaj added a commit that referenced this pull request Oct 15, 2017
A default run of sass-spec found 1163 of 3331 tests passing (or 1227
of 6086 when claiming to be libsass). Changes since version 0.3.4
includes:

* Implemented bracketed lists.
* Support CSS3 pseudo elements
* Added functions: unitless, content-exists, zip, is-bracketed, join.
* Update the nom parser library to 3.2.
* PR #13 Split of css values from sass values.
* PR #10 Preparatory work for splitting Value
* PR #7 Extract parser into separate module
* PR #8 Extract som modules from lib.rs
* Pin rustfmt to 0.8.4, to avoid surprising formatting changes.
* PR #6 Don't require a git plugin for the check-spec.

Thank You to Jonas Nicklas for many contributions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants