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: amaranth-lang/amaranth
base: 126f0be731ab
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 416b2531aed2
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 1, 2020

  1. docs: add a crude approximation of intersphinx toctrees.

    This is a pretty awful hack. We could do this properly after one of
    the following issues is fixed:
      * sphinx-doc/sphinx#701
      * sphinx-doc/sphinx#1836
    whitequark committed Jul 1, 2020
    Copy the full SHA
    76c7e70 View commit details
    Browse the repository at this point in the history
  2. Revert "Add PEP 518 pyproject.toml."

    This reverts commit 7fca037.
    
    This broke editable installs and has to be reverted due to a number
    of pip issues:
      * pypa/pip#6375
      * pypa/pip#6434
      * pypa/pip#6438
    
    We can put this back once PEP 517/518 support editable installs.
    Until then the legacy behavior will suffice, and we should just teach
    people to install the dependencies in virtualenvs or something...
    whitequark committed Jul 1, 2020
    Copy the full SHA
    416b253 View commit details
    Browse the repository at this point in the history