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: 97aa7a3aa9c9
Choose a base ref
...
head repository: amaranth-lang/amaranth
compare: 8081df1265c3
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 5, 2021

  1. _toolchain.cxx: use distutils from setuptools.

    The distutils module from the standard library is deprecated and will
    be removed in Python 3.12, and PEP 632 recommends using
    distutils.ccompiler from setuptools, instead.
    
    This code should eventually be rewritten to use zig-pypi, but for now
    this suffices.
    whitequark committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    8081df1 View commit details
    Browse the repository at this point in the history