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-soc
base: 13a23705110a
Choose a base ref
...
head repository: amaranth-lang/amaranth-soc
compare: 0385d671aaea
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Jun 24, 2020

  1. Test positional and keyword argument passing

    When functions support positional argument passing both passing the
    argument by position and by keyword is part of the API. Using both call
    methods in the unit tests for such arguments will detect possible future
    backwards compatibility breakage.
    Fatsie authored and whitequark committed Jun 24, 2020
    Copy the full SHA
    0385d67 View commit details
    Browse the repository at this point in the history