ice
ice copied to clipboard
All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
We got this failure with the latest macOS catalina build ``` *** [19/32] Running swift/Ice/operations tests *** [ running client/server test - 04/24/20 05:10:08 ] - Config: tcp (/Users/vagrant/Library/Developer/Xcode/DerivedData/ice-test-ezhsibqmdkrugzakhgxhdknfjhty/Build/Products/Release/TestDriver.app/Contents/MacOS/TestDriver Ice.operations...
We build the x86 packages with this command: https://github.com/zeroc-ice/ice-packaging/blob/1c4d1eb93138fafbb9a21f4a08040044d67cc5e1/ice/rpm/ice.spec#L455-L470 Here CXXFLAGS contains flags appropriate for x86 builds, these flags end up being used to build Slice compilers in x64 mode...
**Version(please complete the following information):** - Ice Version 3.7.7 - OS: Kubuntu 21.10 - Distribution: Apt - Gradle: 7.3 **Describe the bug** ZeroC ICE fails to compile during `:glacier2:compileSlice` task:...
Currently our error handling cases in the Slice grammar amount to 'continue absorbing tokens until we reach a `;` character, or a `)` character when parsing an operation's parameters. This...
Builds of applications using the new C++11 mapping are quite a bit slower than with the C++98 mapping. The increase in template usage is likely to explain the additional compile...
https://github.com/zeroc-ice/ice/pull/1270 For `main` we can consider moving the `trustError` data member to `IceSSL::Connection` info and get rid of `getTrustError` as there are no binary compatibility issues.
We recently had a segfault on icestorm, and luckily we had trace logs on, but we did lose the core dump (machine didn't have enough disk to store it). segfault...
The test fails to run when using `--protocol wss` or `--protocol=ssl` we should filter out the test if this is not supported or fix it. ``` *** [1/1] Running csharp/IceSSL/configuration...
A replicated proxy is either: - a direct proxy with multiple endpoints - an indirect proxy from a replica group. Right now, retry of invocations on replicated proxy is quite...
Right now securing IceGrid (and its applications) is not trivial (see Matthew's newsletter article). You have to generate a number of certificate files for the registries, nodes, servers, etc. Although...