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

Add @use member usage and load error tests #1349

Merged
merged 14 commits into from
Feb 26, 2019
Merged

Add @use member usage and load error tests #1349

merged 14 commits into from
Feb 26, 2019

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Feb 21, 2019

[skip dart-sass]

@nex3 nex3 requested a review from nshahan February 21, 2019 08:34
@nex3
Copy link
Contributor Author

nex3 commented Feb 21, 2019

You only need to review the commits after the merge; everything else was already reviewed when it landed on master.

@function member() {@return from other2}

<===> conflict/error
Error: Multiple global modules have a function named "member".
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see where this error is coming from in dart-sass but could it include the names of the modules that have conflicting functions? It would make it easier to track down when many modules are used.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

================================================================================
<===> conflict/extension/scss_and_css/input.scss
// This import can't be resolved because it could refer to either the ".sass" or
// ".css" file.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question here as I added to sass/dart-sass#603. Might cause confusion on your second build?

@nex3 nex3 merged commit 491a7a6 into feature.use Feb 26, 2019
@nex3 nex3 deleted the use-members branch February 26, 2019 21:03
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