-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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: codemirror/codemirror5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.58.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: codemirror/codemirror5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.58.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 18 files changed
- 5 contributors
Commits on Sep 26, 2020
-
[julia mode] Fix infinite recursion
I couldn't figure out what the original code was intended to do, but I've tried to fix the problem without changing it more than necessary. Closes #6428
Configuration menu - View commit details
-
Copy full SHA for f3dde7c - Browse repository at this point
Copy the full SHA f3dde7cView commit details
Commits on Sep 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 58c5534 - Browse repository at this point
Copy the full SHA 58c5534View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc2de3 - Browse repository at this point
Copy the full SHA fdc2de3View commit details
Commits on Oct 2, 2020
-
It never took off, and I very much prefer communicating through the forum and bug tracker.
Configuration menu - View commit details
-
Copy full SHA for 8bc57f7 - Browse repository at this point
Copy the full SHA 8bc57f7View commit details
Commits on Oct 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 719a912 - Browse repository at this point
Copy the full SHA 719a912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb6de2 - Browse repository at this point
Copy the full SHA 1cb6de2View commit details
Commits on Oct 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cdb228a - Browse repository at this point
Copy the full SHA cdb228aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d0333 - Browse repository at this point
Copy the full SHA 55d0333View commit details
Commits on Oct 15, 2020
-
[sparql mode] Improve parsing of IRI atoms
* Do not treat the opening '<' of an expanded IRI atom as an operator The existing code would not highlight the IRI atom "<foo#bar>" in the following line as an atom. FILTER( ?x = "42"^^<foo#bar> ) for example everything after the # would be highlighted as a comment. This is because the sequence "^^<" while all "operator characters", are not all SPARQL operators in this case: the "<" introduces the IRI atom. I special-case the "^^". * Improve PN_LOCAL parsing to SPARQL 1.1 The following legal sequences of characters from SPARQL 1.1 are additionally parsed as being the right-hand-side of a prefixed IRI. 1) Colons 2) PERCENT escaping 3) PN_LOCAL_ESCAPE escaping
Configuration menu - View commit details
-
Copy full SHA for 9caacec - Browse repository at this point
Copy the full SHA 9caacecView commit details
Commits on Oct 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9885241 - Browse repository at this point
Copy the full SHA 9885241View commit details
Commits on Oct 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 212bafa - Browse repository at this point
Copy the full SHA 212bafaView commit details
Commits on Oct 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 23b7a99 - Browse repository at this point
Copy the full SHA 23b7a99View commit details
Commits on Oct 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 264022e - Browse repository at this point
Copy the full SHA 264022eView 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 5.58.1...5.58.2