Skip to content
Permalink

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
Choose a base ref
...
head repository: codemirror/codemirror5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.58.2
Choose a head ref
  • 13 commits
  • 18 files changed
  • 5 contributors

Commits on Sep 26, 2020

  1. [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
    marijnh committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    f3dde7c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    58c5534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc2de3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Remove link to gitter room

    It never took off, and I very much prefer communicating through the forum
    and bug tracker.
    marijnh committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    8bc57f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    719a912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb6de2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    cdb228a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d0333 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. [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
    MarkBoyes authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    9caacec View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    9885241 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    212bafa View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Add WebAssembly to meta

    davidmyersdev authored and marijnh committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    23b7a99 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Mark version 5.58.2

    marijnh committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    264022e View commit details
    Browse the repository at this point in the history
Loading