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: m-labs/nmigen
base: fa1e466a6545
Choose a base ref
...
head repository: m-labs/nmigen
compare: db960e7c30f7
Choose a head ref
  • 1 commit
  • 16 files changed
  • 1 contributor

Commits on Oct 11, 2019

  1. Consistently use {!r}, not '{!r}' in diagnostics.

    This can cause confusion:
      * If the erroneous object is None, it is printed as 'None', which
        appears as a string (and could be the result of converting None
        to a string.)
      * If the erroneous object is a string, it is printed as ''<val>'',
        which is a rather strange combination of quotes.
    whitequark committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    db960e7 View commit details
    Browse the repository at this point in the history