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

Semi colon seperators #946

Closed
wants to merge 3 commits into from
Closed

Semi colon seperators #946

wants to merge 3 commits into from

Conversation

lukeapage
Copy link
Member

see #35

Had to also fix some issues with arguments - look at first commit only

Does not support

.mixin(@a: a, b;) {
    test: @a;
}

I wonder if a "strict mode" that doesn't support deprecated features would be better to support ";" - then I could do mixin definitions cleanly. Either that or a less 1.4 branch?

@matthew-dean
Copy link
Member

I thought of a strict mode, but in order to have different "modes", I think we would first need to finalize the configuration syntax, and implement that feature. See Issue #850.

As a thought, forcing all operations to only happen in parentheses (when we roll that out) could also be part of strict mode, until we make "strict" the normal operation down the road.

For now, this works great because it doesn't break any existing code. Nice work!

@lukeapage
Copy link
Member Author

pulled

@lukeapage lukeapage closed this Oct 21, 2012
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