8000 Comparing v0.3.3...v0.3.4 · Seelengrab/Supposition.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: Seelengrab/Supposition.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: Seelengrab/Supposition.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.4
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 2, 2024

  1. Ensure different invocations of @composed produce distinct objects

    Previously, using `@composed` twice on the same named function
    would override the existing `produce!`. Now, each invocation
    will generate a _unique_ `produce!` method, ensuring that previously
    instantiated `Composed` retain their desired function.
    Seelengrab committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    825731a View commit details
    Browse the repository at this point in the history
  2. Add missing show methods for Composed

    Fixes #44
    Seelengrab committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    57edcfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    950c57b View commit details
    Browse the repository at this point in the history
  4. Bump version

    Seelengrab committed Jul 2, 2024
    2 Configuration menu
    Copy the full SHA
    3b47f8b View commit details
    Browse the repository at this point in the history
Loading
0