8000 Comparing 0.6.2...0.6.3 · com-lihaoyi/mainargs · 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: com-lihaoyi/mainargs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.2
Choose a base ref
...
head repository: com-lihaoyi/mainargs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.3
Choose a head ref
  • 9 commits
  • 5 files changed
  • 6 contributors

Commits on Feb 21, 2024

  1. Update acyclic from 0.3.9 to 0.3.10 (#114)

    Pull request: #114
    scala-steward authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bcbab74 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Update os-lib from 0.9.1 to 0.9.3 (#108)

    Pull request: #108
    scala-steward authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    5d373c9 View commit details
    Browse the repository at this point in the history
  2. Update acyclic from 0.3.10 to 0.3.11 (#115)

    Pull request: #115
    scala-steward authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    677b5c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Bump actions/setup-java from 3 to 4 (#100)

    Pull request: #100
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4cfe520 View commit details
    Browse the repository at this point in the history
  2. Update mill-mima from 0.0.23 to 0.0.24 (#85)

    Pull request: #85
    scala-steward authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7d05e91 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Make use of info.releaseNotesURL (#105)

    This just ensures that when Scala Steward sends in a PR to your project
    using mainargs that it correctly points to the changelog allowing people
    to easily just click it and go directly to it.
    
    Pull request: #105
    ---------
    
    Co-authored-by: Tobias Roeser <le.petit.fou@web.de>
    ckipp01 and lefou authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    35358b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Update mill-mima from 0.0.24 to 0.1.0 (#119)

    Pull request: #119
    scala-steward authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a780800 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Fix usage of ParserForClass for case classes with more than 22 pa…

    …rameters with some default values in Scala 2.x (#123)
    
    Somehow, the type annotation in the Scala 2 macro is necessary to avoid
    a compiler crash for large case classes which use default values, due to
    some issue with type inference: the lambda we generate that wraps a call
    to the default parameter method gets its type inferred as `<error>`
    after the `uncurry` phase.
    
    Not sure exactly what is the cause, but providing an explicit type
    annotation to the return value of the lambda seems to work around the
    problem
    
    PR contains a repro and unit test
    lihaoyi-databricks authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a334c9f View commit details
    Browse the repository at this point in the history
  2. 0.6.3

    lihaoyi committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f8e132c View commit details
    Browse the repository at this point in the history
Loading
0