Bernard Normier
Bernard Normier
The relevant page in IceRPC C# is: https://docs.icerpc.dev/api/csharp/api/IceRpc.ConnectionOptions.html#IceRpc_ConnectionOptions_IceIdleTimeout
Implemented in all languages.
3.8: fixed by #1937.
To reenable these tests, see: https://github.com/zeroc-ice/ice/blob/7ebe256825c6ca101d0edcebab1e7081c7befb8a/.github/workflows/ci.yml#L86
I commented out the portions of the tests that fail and reenabled CI for these two tests.
Spotless itself uses tabs for indentation with indent-size = 4. https://github.com/diffplug/spotless/blob/04d5f28c0401803323b3e8d82677fc081ab2b818/.editorconfig#L5 (I don't think we should use tabs)
Another option is to do like Java: the hash code for a Map / Set is the sum of the hash code of all elements: https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Set.html#hashCode()
Fixed: we no longer use "entry hashing" for any dictionary in C#.
On which platform did you get this issue?
I think it's a bug in our source-to-dependency gmake function that doesn't handle well the new relative path. (where "dependency" means the .d file) here source = `../Ice/BuiltinSequences.ice` and we...