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

Fix #223 by skipping the setting of object_id if it is empty #224

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

LasseBlaauwbroek
Copy link
Contributor

No description provided.

@talex5
Copy link
Contributor

talex5 commented Feb 18, 2021

Thanks!

@LasseBlaauwbroek
Copy link
Contributor Author

Thanks for your help in resolving this. Do you have an estimate of when you might make a new release? I'm looking to use capnp-rpc in production, so it would be convenient if I could use a released package.

@talex5
Copy link
Contributor

talex5 commented Feb 20, 2021

Probably in a few weeks. It hasn't been tested much with the C++ version, so you might find other things!

What I normally do with projects using the latest version git submodule add https://github.com/mirage/capnp-rpc.git in the project directory. Then dune will automatically pick up the capnp-rpc subdirectory and build against that version.

@LasseBlaauwbroek
Copy link
Contributor Author

Great thanks

@LasseBlaauwbroek LasseBlaauwbroek deleted the bootstrap-fix branch February 20, 2021 17:01
talex5 added a commit to talex5/opam-repository that referenced this pull request Apr 6, 2021
…nix and capnp-rpc-lwt (1.0)

CHANGES:

- Skip the setting of `object_id` if it is empty (@LasseBlaauwbroek mirage/capnp-rpc#224).
  This improves interoperability with the C++ implementation.

- Use `open_in_bin` instead of `open_in` for Windows compatibility (@MisterDA mirage/capnp-rpc#222).
talex5 added a commit to talex5/opam-repository that referenced this pull request Apr 6, 2021
…nix and capnp-rpc-lwt (1.0)

CHANGES:

- Skip the setting of `object_id` if it is empty (@LasseBlaauwbroek mirage/capnp-rpc#224).
  This improves interoperability with the C++ implementation.

- Use `open_in_bin` instead of `open_in` for Windows compatibility (@MisterDA mirage/capnp-rpc#222).
talex5 added a commit to talex5/opam-repository that referenced this pull request Apr 6, 2021
…nix and capnp-rpc-lwt (1.0)

CHANGES:

- Skip the setting of `object_id` if it is empty (@LasseBlaauwbroek mirage/capnp-rpc#224).
  This improves interoperability with the C++ implementation.

- Use `open_in_bin` instead of `open_in` for Windows compatibility (@MisterDA mirage/capnp-rpc#222).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants