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: MagicStack/MagicPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7d0f2b2
Choose a base ref
...
head repository: dokai/MagicPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d7cdae9
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 17, 2016

  1. Added a test to demonstrate problem tokenizing the equals comparison.

    The equals comparison, `==`, is tokenized into two consecutive
    assignments instead of the comparison.
    
    One effect of this is that if you're using a font with programming
    ligatures, e.g. FireCode, then the correct ligature will not be used for
    the equals operator.
    dokai committed May 17, 2016
    Configuration menu
    Copy the full SHA
    d7cdae9 View commit details
    Browse the repository at this point in the history
Loading