ice icon indicating copy to clipboard operation
ice copied to clipboard

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.

Results 346 ice issues
Sort by recently updated
recently updated
newest added

We should clarify if plugin initialization can occur concurrently while other threads are using/calling the communicator. In my view, the answer should be No. I don't see a use-case for...

documentation

I manually disabled the Swift lint workflow, the brew install is failing ``` 2024-09-27T13:08:32.1001840Z brew install swift-format 2024-09-27T13:08:32.1061470Z shell: /bin/bash -e {0} 2024-09-27T13:08:32.1061760Z ##[endgroup] 2024-09-27T13:08:36.3158510Z Error: swift-format: the bottle needs...

bug
ci

Python close in Python accepts a temporary "wait" parameter that needs to be replaced by a more reasonable API: https://github.com/zeroc-ice/ice/blob/4bdf7c33d2a74ca747e4ed0f51e55fa2cc8f3c47/python/modules/IcePy/Connection.cpp#L216

bug
python

I think we should remove `OutputBase` and `ValueWriter` in a follow up PR. _Originally posted by @pepone in https://github.com/zeroc-ice/ice/pull/2770#discussion_r1773450382_ ---- Note that `ValueWriter` was already removed in Java by the...

cleanup

The Java formatting in some files is very very strange. For example: https://github.com/zeroc-ice/ice/blob/290d5292b08d83614f907dea9ad324d1687499d7/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Coordinator.java#L1983

bug

1) In certain cases, the Slice parser will gracefully handle missing identifiers (something like `struct { ... }`). When it encounters this, the parser will call `Ice::generateUUID` to generate a...

proposal
slice compiler