-
Notifications
You must be signed in to change notification settings - Fork 2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jashkenas/coffeescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.11.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jashkenas/coffeescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.11.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 75 files changed
- 2 contributors
Commits on Sep 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b0d8fca - Browse repository at this point
Copy the full SHA b0d8fcaView commit details -
`isLiteralArguments` mistakenly looked at `Literal`s instead of `IdentifierLiteral`s. This also gets rid of the ugly `.asKey` hack in nodes.coffee. Fixes #4320.
Configuration menu - View commit details
-
Copy full SHA for 3204180 - Browse repository at this point
Copy the full SHA 3204180View commit details -
Handle very large hexadecimal number literals correctly
Very large decimal number literals, binary number literals and octal literals are lexed into an INFINITY token (instead of a NUMBER token) and compiled into `2e308`. That is is supposed to be the case for very large hexdecimal dumber literals as well, but previously wasn't. Before: $ node -p 'require("./").tokens(`0x${Array(256 + 1).join("f")}`)[0][0]' NUMBER After: $ node -p 'require("./").tokens(`0x${Array(256 + 1).join("f")}`)[0][0]' INFINITY This commit also cleans up `numberToken` in lexer.coffee a bit.
Configuration menu - View commit details
-
Copy full SHA for 57f5297 - Browse repository at this point
Copy the full SHA 57f5297View commit details -
Fix indentation-stripping in
"""
strings`"""` (and `"`) strings are lexed into an array of tokens, consisting of strings and interpolations. Previously, the minimum indententation inside `"""` strings was stripped from the beginning of _all_ of those string tokens. Usually, the indentation is longer than any other sequence of spaces in a `"""` string, so the problem didn't occur in most cases. This commit makes sure to only strip indentation after newlines. Fixes #4314.
Configuration menu - View commit details
-
Copy full SHA for 568a0c7 - Browse repository at this point
Copy the full SHA 568a0c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 964a588 - Browse repository at this point
Copy the full SHA 964a588View commit details -
Merge pull request #4322 from fliptheweb/patch-1
Fix minor typo in changelog for 1.11.0
Configuration menu - View commit details
-
Copy full SHA for 0b2d852 - Browse repository at this point
Copy the full SHA 0b2d852View commit details
Commits on Sep 29, 2016
-
2
Configuration menu - View commit details
-
Copy full SHA for 46841d9 - Browse repository at this point
Copy the full SHA 46841d9View commit details
Commits on Oct 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 809634b - Browse repository at this point
Copy the full SHA 809634bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8623792 - Browse repository at this point
Copy the full SHA 8623792View commit details
Commits on Oct 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7b9fbf2 - Browse repository at this point
Copy the full SHA 7b9fbf2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.11.0...1.11.1