-
-
Notifications
You must be signed in to change notification settings - Fork 201
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 Yarn Spec #285
Add Yarn Spec #285
Commits on Dec 10, 2020
-
Originally written by @McJones, and copied from his Gist here: https://gist.github.com/McJones/d9a9570cd4dcbb23746c23903d8bfe59
Configuration menu - View commit details
-
Copy full SHA for a7f5762 - Browse repository at this point
Copy the full SHA a7f5762View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7467347 - Browse repository at this point
Copy the full SHA 7467347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e820da - Browse repository at this point
Copy the full SHA 0e820daView commit details
Commits on Jan 19, 2021
-
cleaned up operators section. Removed some barely used aliases. Added…
… some more common aliases.
Configuration menu - View commit details
-
Copy full SHA for ca482bb - Browse repository at this point
Copy the full SHA ca482bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 421103e - Browse repository at this point
Copy the full SHA 421103eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a67d8b9 - Browse repository at this point
Copy the full SHA a67d8b9View commit details
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 45a4eb5 - Browse repository at this point
Copy the full SHA 45a4eb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c13c19d - Browse repository at this point
Copy the full SHA c13c19dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a94a1bc - Browse repository at this point
Copy the full SHA a94a1bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8339a09 - Browse repository at this point
Copy the full SHA 8339a09View commit details
Commits on Mar 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aa1e08c - Browse repository at this point
Copy the full SHA aa1e08cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e74ea21 - Browse repository at this point
Copy the full SHA e74ea21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b81e4d - Browse repository at this point
Copy the full SHA 8b81e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 736c798 - Browse repository at this point
Copy the full SHA 736c798View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc9af2e - Browse repository at this point
Copy the full SHA dc9af2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e679b - Browse repository at this point
Copy the full SHA 32e679bView commit details
Commits on Sep 17, 2021
-
Lots of little changes to the spec
In particular linked everything (I think) that should be linked. Clarified various elements. Reordered numerous sections to better flow.
Configuration menu - View commit details
-
Copy full SHA for 333ade7 - Browse repository at this point
Copy the full SHA 333ade7View commit details -
Configuration menu - View commit details
-
Copy full SHA for da20763 - Browse repository at this point
Copy the full SHA da20763View commit details -
Configuration menu - View commit details
-
Copy full SHA for a203a74 - Browse repository at this point
Copy the full SHA a203a74View commit details
Commits on Sep 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 117a895 - Browse repository at this point
Copy the full SHA 117a895View commit details
Commits on Sep 27, 2021
-
embedded style sheet into SVGs directly
This fixes them looking weird on certain browsers/programs. Does have the side effect of making each way bigger than they were before, oh well.
Configuration menu - View commit details
-
Copy full SHA for 06a4287 - Browse repository at this point
Copy the full SHA 06a4287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad7232 - Browse repository at this point
Copy the full SHA 3ad7232View commit details
Commits on Sep 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ec85172 - Browse repository at this point
Copy the full SHA ec85172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1345e09 - Browse repository at this point
Copy the full SHA 1345e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a5555 - Browse repository at this point
Copy the full SHA 10a5555View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb244b - Browse repository at this point
Copy the full SHA 3fb244bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 186daa7 - Browse repository at this point
Copy the full SHA 186daa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5103f2b - Browse repository at this point
Copy the full SHA 5103f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4040e09 - Browse repository at this point
Copy the full SHA 4040e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for c34b41e - Browse repository at this point
Copy the full SHA c34b41eView commit details
Commits on Sep 30, 2021
-
Merge pull request #305 from YarnSpinnerTool/mars-yarn-spec
Mars yarn spec changes into yarn-spec
Configuration menu - View commit details
-
Copy full SHA for ef43e70 - Browse repository at this point
Copy the full SHA ef43e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3360d91 - Browse repository at this point
Copy the full SHA 3360d91View commit details -
softened the wording around comments.
As it was it implied that escaped text needed to be handled inside of comments, when what we want to say is you can escape comments if you need to.
Configuration menu - View commit details
-
Copy full SHA for b6a5a98 - Browse repository at this point
Copy the full SHA b6a5a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60f0c68 - Browse repository at this point
Copy the full SHA 60f0c68View commit details -
Added a small note on string coercion
This is a point to come back to I reckon. People may well have opinions on this.
Configuration menu - View commit details
-
Copy full SHA for 7b5f3e3 - Browse repository at this point
Copy the full SHA 7b5f3e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12a22d - Browse repository at this point
Copy the full SHA d12a22dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00996e3 - Browse repository at this point
Copy the full SHA 00996e3View commit details -
Rephrased the declare statement section.
As it previously existed while it was a valid approach and technically what we do in Yarn Spinner it was very rigid and requires a two pass approach. There is no reason that a fully type inferred version of Yarn doing this all line by line at runtime couldn't exist (assuming people use variables) properly and this would require no declarations. The errors still exist for using variables that don't match their type.
Configuration menu - View commit details
-
Copy full SHA for e600560 - Browse repository at this point
Copy the full SHA e600560View commit details -
Replaced function railroad diagram
The previous one technically required at least one parameter
Configuration menu - View commit details
-
Copy full SHA for 4791416 - Browse repository at this point
Copy the full SHA 4791416View commit details
Commits on Oct 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9275277 - Browse repository at this point
Copy the full SHA 9275277View commit details