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: vibe-d/vibe.d Loading
base: v0.10.1-alpha.2
Choose a base ref
...
head repository: vibe-d/vibe.d Loading
compare: v0.10.1-alpha.3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 15, 2024

  1. Avoid serializing AuthInfo and input streams in RPC interfaces.

    When an input stream return type is used, this now produces a runtime error instead, until this is actually supported. AuthInfo arguments are never serialized and sent over the wire, as the code already intended.
    s-ludwig committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5bfe84a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request #2800 from vibe-d/fix_spurious_rpc_serialization

    Avoid serializing AuthInfo and input streams in RPC interfaces
    l-kramer committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    24c4630 View commit details
    Browse the repository at this point in the history
Loading