Jose

Results 147 comments of Jose

Cannot reproduce. Let's reopen if it fails again with the network tracing enabled

Failed again in https://github.com/zeroc-ice/ice/actions/runs/13133375931/job/36643248682 Server: ``` -- 2/4/25 11:26:24:307 Protocol: received request message type = 0 (request) compression status = 0 (not compressed; do not compress response, if any) message...

From the logs in the last comment it shows the server send a "validate connection" at `11:26:25:011` and a second one at `11:26:25:609` The messages didn't show up in the...

Similar failure for macOS https://github.com/zeroc-ice/ice/actions/runs/16813647292/job/47624942875 [test-logs-debug-macos-15.zip](https://github.com/user-attachments/files/21682435/test-logs-debug-macos-15.zip)

Not clear if this is a bug, it would be good to see the Node logs for when this happen. The Node should have log the session lost before trying...

Compilers are not consistent with each other here: ``` jose@mac ice % ./cpp/bin/slice2cpp --depend slice/Ice/Locator.ice Locator.h: \ slice/Ice/Locator.ice \ /Users/jose/Documents/3.8/ice/slice/Ice/Identity.ice jose@mac ice % ./cpp/bin/slice2cs --depend slice/Ice/Locator.ice Locator.cs: \ slice/Ice/Locator.ice \...

I think slice2cpp is correct here. What does it mean for a non target to have dependencies?

Yes. I understand. I think the slice2matlab, slice2java version doesn't make much sense. At least not as Makefile dependencies which is what `--depend` is supposed to output. You will not...

I think we should remove the option from slice2java - Nobody would ever use Makefiles to build Java. - The Ice Builder and the new Slice tools use --depend-xml -...

Is there anything specific to CMake we can do to improve the generated dependencies? If so we can update the new DependencyVisitor to handle it otherwise close it. I going...