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

Implement 3.5 first class functions #2373

Merged
merged 1 commit into from
Jun 3, 2017

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented May 9, 2017

Implements get-function and a Function to represent function references.
Also adds a deprecation notice for executing call with a string instead of a function reference.

Fixes #2277
Fixes #2275
Spec sass/sass-spec#1108

@xzyfer xzyfer added this to the 3.5.0.beta.4 milestone May 9, 2017
@xzyfer xzyfer self-assigned this May 9, 2017
@xzyfer xzyfer changed the title [WIP] Implement 3.5 first class functions Implement 3.5 first class functions Jun 3, 2017
@xzyfer xzyfer merged commit 5a7dbc8 into sass:master Jun 3, 2017
@xzyfer xzyfer deleted the first-class-functions branch June 3, 2017 06:37
xzyfer added a commit to xzyfer/sass-spec that referenced this pull request Jun 3, 2017
These were failing because of a missing deprecation warning
introduced in 3.5. The deprecation warning landed in
sass/libsass#2373
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant