8000 Comparing v0.6.8...v0.6.9 · dn-vm/dnvm · 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: dn-vm/dnvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.8
Choose a base ref
...
head repository: dn-vm/dnvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.9
Choose a head ref
  • 10 commits
  • 30 files changed
  • 1 contributor

Commits on Feb 21, 2024

  1. Remove ports

    agocke committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8f00a8a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Update serde to 0.6.0

    agocke committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ff5c744 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from agocke/update-serde

    Update serde to 0.6.0
    agocke authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9a25db7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #142 from agocke/remove-ports

    Remove ports
    agocke authored Jul 1, 2024

Commits on Jul 7, 2024

  1. Add new Serde-based CLI parser (#150)

    Almost all parsing still goes through the old parser while this is in
    testing.
    agocke authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    c0005db View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Add better command line parsing APIs (#151)

    Provides more general ways to handle help text and parsing.
    agocke authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9f0bfa3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Move more code to Serde.CmdLine (#153)

    Moves more argument parsing over to Serde.CmdLine and adds support for
    unions using the new Serde ISerdeInfo interface.
    
    Also builds help text entirely out of ISerdeInfoProvider, which allows
    it to be built separate from deserialization, fully statically.
    agocke authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    73d2c7d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Remove built-in help/error handling in CmdLine (#154)

    Serde.CmdLine may eventually grow this functionality, but it
    looks like this is putting the cart before the horse. After the
    functionality as been implemented and working we can grow the
    API.
    agocke authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    d1f6dd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    7b8a8b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Re-add untrack (#156)

    agocke authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    58d2bee View commit details
    Browse the repository at this point in the history
Loading
0