Jose

Results 147 comments of Jose

crash in https://github.com/zeroc-ice/ice/blob/c2159899f48e7bdf562cb05f626469ec2474a241/swift/test/Ice/operations/Twoways.swift#L192

We should test again with Swift 5.3 once it is released, remember to revert 153bd18 workaround for testing

I think we have to keep a few of them at least for 3.7 ``` ./cpp/src/Glacier2Lib/Application.cpp: catch(const char* ex) ./cpp/src/Ice/Service.cpp: catch(const char* msg) ./cpp/src/Ice/PluginManagerI.cpp: catch(const char* msg) ./cpp/src/Ice/Application.cpp: catch(const char*...

I remove most of the occurrences just keep the ones mentioned above for compatibility. We can remove the rest for 3.8

Wondering it will be simpler to create a C++11 branch, and then: * update slice2cpp to generate code only for the C++11 mapping, and remove all use of ICE_CPP11_MAPPING *...

@Lastique can you clarify what command are you using for the build, and what is you JDK version. Cheers, Jose

The gradle ice-builder-plugin including in Debian/Ubuntu is not compatible with gradle 7.3, Ubuntu 21.10 comes with gradle 4.4 and the included builder plugin works with this version. ``` "/build/zeroc-ice/ice/gradle-dist/bin/gradle" --gradle-user-home...

> We need to maintain reproducible and offline package builds Then you need to buid with grade 4.x from Ubuntu repository, this works for debian https://buildd.debian.org/status/package.php?p=zeroc-ice and should work for...

> I think at some point building with system gradle didn't work, so we switched to using the gradle version that is referenced in ICE sources. It should work for...

I see, I will try the build when I find a moment, seems that it is failing with setting https://github.com/zeroc-ice/ice/blob/92d8161be5d19d0cb55286cebeecb4206390c392/java/build.gradle#L34-L36 Can you try adding a patch to remove it?