Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate interprocess to v2 #1915

Merged
merged 11 commits into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    584e153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c32ab30 View commit details
    Browse the repository at this point in the history
  3. Update RouterConfigHandler to give correct name

    We can't rely on the old methods anymore so
    we have to interrogate the file system
    and build the right name based on that
    jonathanrainer authored and aaronArinder committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1331871 View commit details
    Browse the repository at this point in the history
  4. Create a macro to build new socket names

    Then we can re-use it throughout without affecting
    the underlying API too much
    jonathanrainer authored and aaronArinder committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5e6b09a View commit details
    Browse the repository at this point in the history
  5. Respond to comments on PR

    jonathanrainer authored and aaronArinder committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    58eeccc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb9ec04 View commit details
    Browse the repository at this point in the history
  7. File-based sockets on Windows are now supported

    We can therefore drop the conditional compilation
    dotdat authored and aaronArinder committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    82d72c9 View commit details
    Browse the repository at this point in the history
  8. Remove redundant comment

    jonathanrainer authored and aaronArinder committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4808bcd View commit details
    Browse the repository at this point in the history
  9. Update to get windows working

    dotdat authored and aaronArinder committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a8f93ca View commit details
    Browse the repository at this point in the history
  10. Refactor for test

    dotdat authored and aaronArinder committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f068a08 View commit details
    Browse the repository at this point in the history
  11. Fix linter error

    dotdat authored and aaronArinder committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    627c067 View commit details
    Browse the repository at this point in the history