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

For example, we are hardcoding the defaults here. https://github.com/zeroc-ice/ice/blob/9a6598499292187c360cc743c7c2dd9ff2c157bc/swift/src/Ice/CommunicatorI.swift#L17

task

There are many spots in the code where we should use getIcePropertyXxx but we don't. That's true for all language mappings. For example: ``` bernard@studio src % rg -F "getPropertyAsIntWithDefault(\"Ice"...

``` *** [35/36] Running cpp/Ice/timeout tests *** [ running client/server test - 07/12/24 19:36:11 ] - Config: ssl,xcodesdk,iphonesimulator (executing `Ice/timeout/server' on `iOS Simulator (iOS-18-0)' args = ['--Ice.Default.Host=127.0.0.1', '--Ice.Warn.Connections=1', '--Ice.Default.Protocol=ssl', '--Ice.IPv6=0',...

bug
cpp

We use `--no-package` to build Ice, There is also an undocumented `--build-package`. ``` slice2py --help Usage: ../cpp/bin/slice2py [options] slice-files... Options: -h, --help Show this message. -v, --version Display the Ice...

python
task

I am getting this crash in CI (macos release), but I can't reproduce it on my desktop. ``` [ running client/server with sliced format test - 07/09/24 20:32:03 ] -...

bug
ruby

It would be nice to add a comment describing who can throw these exceptions. The NotExist exceptions and Unknown exceptions: - application code - Ice for Python code - IcePy...

python
task

I get this assert all the time with debug builds on Windows: ``` C:\Users\bernard\source\repos\ice\cpp>python3 allTests.py IceGrid/replication --config Debug *** [1/1] Running cpp/IceGrid/replication tests *** [ running IceGrid test - 07/08/24...

bug
icegrid
cpp
testsuite

The RubyException class holds a VALUE data member, representing the exception the Ruby interpreter throws. The VALUE is not registered using `rb_gc_register_address` and can be GCd before use.

A lot of our InitializationExceptions in this file print the file path on a new line. Do you think we could move them to the same line. I think that...

cleanup

It's not clear why CI didn't catch this bug. Yes, this was bogus we want the leaf certificate with index 0. The previous code overrides `_peerCertificate` for each cert in...