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

[WIP] Expose import stack #1600

Closed
wants to merge 11 commits into from

Conversation

mgreter
Copy link
Contributor

@mgreter mgreter commented Oct 14, 2015

Early WIP peek for sass/node-sass#895

@mgreter mgreter self-assigned this Oct 14, 2015
@mgreter mgreter force-pushed the feature/expose-import-stack branch 3 times, most recently from b507672 to ce6abf9 Compare October 15, 2015 21:20
@mgreter mgreter added this to the 3.3.1 milestone Oct 23, 2015
It seems with some compilers (cygwin) round is not defined
within the `std` namespace, but in the root namespace.
Working around this issue by `using namespace std` and
then using `::round` function from the root namespace.

# Conflicts:
#	src/inspect.cpp
Import stack access in custom function working.
This uses the same API as for custom importers.
@xzyfer xzyfer modified the milestones: 3.3.1, 3.3.2 Oct 26, 2015
@mgreter
Copy link
Contributor Author

mgreter commented Oct 26, 2015

Closing in favor of #1626

@mgreter mgreter closed this Oct 26, 2015
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.

2 participants