-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Cannot compile nested multiple variables with latest 1_4_0 #1042
Comments
needs to be (at the moment on 1.4.0)
this matches the replaced selector format, e.g.
|
Just wondering, wouldn't this test-case make the new version (1.4.0) incompatible with previous versions? |
yes, 1.4.0 will have lots of breaking changes in it. We are putting all the breaking changes into 1.4.0 with new big features and putting bug fixes into 1.3.2 |
we have yet to commit the main breaking change to 1.4.0 which is that all calculations must be done in brackets. |
+1 1.4 has extends functionality. Can it be merged into 1.3.2 with backward compatibility? #1048 |
Extend isn't finished.. I'm about to push some more changes.. so no, it |
@agatronic I didn't understand "require 1.3.1". Will 1.3.1 have extends functionality when it is finished? |
@agatronic Do you have a succinct list of changes for 1.4 going yet, perhaps with examples? I'd love to make Bootstrap ready for 1.4. Any info you guys have to share would be most helpful :). |
I say require 1.3.1 because the breaking changes in 1.4.0 can be avoided by using things supported in 1.3.1 @mdo there are only 2 things you need to do
or
with
both are supported in 1.3.1 Since brackets requirement is not in the 1.4.0 branch yet, the problem in this bug was (2) |
@mdo THanks for responding to my request but can we move the issue back to (twbs/bootstrap#6037) ? The original issue is getting ignored. @agatronic @cloudhead Can you please give me feedback on the pull request at #1048 as mentioned above? It will add the much needed support for having Standard CSS Selectors as mixins. And its within the scope of 1.3.1 |
@gaurav21r the scope of 1.3.x releases is mainly bug fixes and critical issues and documentation, to get less back on track. I don't have any big objection to your feature (or I would have said something) but I marked it low priority because there are other things lots of people have been asking for, for a long long time. If you or anyone else has a pull request and @MatthewDL agrees to it (he is rightfully stricter than me - someone has to me) and cloudhead doesn't disagree, then we could move it into 1.4 or 1.3.2 |
The strictness is my German DNA, mixed with American obnoxiousness, tempered only by living in Canada. What am I agreeing to? This thread sort of jumps around. |
Related to @mdo's question: can we put together documentation for 1.4.0 before we actually launch that version? I'd also love it if we did something like a "Gold Master" for 1.4.0. That is, there's no changes, but it's not released as a build yet. That could give time for Crunch, Simpless, Less.app to update apps for launch. Same thing with Bootstrap. With the breaking changes, we should give them a chance to manage the transition, and to have apps ready to compile Bootstrap. My conservatism is due to the fact that I want devs to think of LESS as reliable. I think all the breaking changes are good and necessary, but they are also a big deal and I want the fewest people surprised. Maybe we can do something as simple as documenting the old syntax vs. new. |
@MatthewDL Yes, please! |
Hi @MatthewDL Yea this thread sure does jump around!!! As for |
Commented on the pull request. |
I've tested the latest version from branch 1_4_0 and apparently it fails for the following example (which works correctly with 1.3.1):
The error message is:
The text was updated successfully, but these errors were encountered: