Joe George

Results 52 issues of Joe George

A new Node.js (v22) was released yesterday. Likely also affects 3.7 ``` ❯ make npm install --omit=optional up to date, audited 518 packages in 1s 11 vulnerabilities (1 low, 3...

js

This test started failing after I updated the ci workflow to build and run all of the languages and tests in one step. The test fails sporadically but always at...

csharp
testsuite

We removed this in C++ so we probably should in C# as well.

csharp
cleanup

``` /Users/joe/Developer/zeroc-ice/ice/java/src/Ice/src/main/java/module-info.java:12: warning: [module] module not found: com.zeroc.icebox com.zeroc.icebox; ``` The file has the contents: ``` module com.zeroc.ice { exports com.zeroc.Ice; exports com.zeroc.IceSSL; exports com.zeroc.Ice.Instrumentation; exports com.zeroc.Ice.IceMX; exports com.zeroc.IceInternal; exports...

java

``` *** [8/10] Running matlab/Ice/slicing/exceptions tests *** [ running client/server test - 03/15/24 16:28:54 ] - Config: tcp ("/usr/bin/python3" /home/runner/work/ice/ice/python/test/TestHelper.py Server --Ice.Default.Host=127.0.0.1 --Ice.Warn.Connections=1 --Ice.Default.Protocol=tcp --Ice.IPv6=0 --Ice.ThreadPool.Server.Size=1 --Ice.ThreadPool.Server.SizeMax=3 --Ice.ThreadPool.Server.SizeWarn=0 --Ice.PrintAdapterReady=1 env={'LD_LIBRARY_PATH':...

testsuite
matlab
ci

https://github.com/zeroc-ice/ice-builder-gradle/blob/cffcc02d780aac84fc518717a9ad7de4a05a0de1/src/main/groovy/com/zeroc/gradle/icebuilder/slice/SliceExtension.groovy#L133 We currently assume that Ice will be installed to `/usr/local`. With our default installation using brew on Apple Silicon, this will typically be `/opt/homebrew/`. We should probably check a...

``` > Task :freeze-compat:javadoc Task ':freeze-compat:javadoc' is not up-to-date because: No history is available. Starting process 'command '/Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/javadoc''. Working directory: /Users/vagrant/workspace/freeze-dist/3.7/dist-utils/build/freeze/builds/freeze-demos-clang-x64-default/java/src/Freeze Command: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/javadoc @/Users/vagrant/workspace/freeze-dist/3.7/dist-utils/build/freeze/builds/freeze-demos-clang-x64-default/java/src/Freeze/build/tmp/javadoc/javadoc.options Successfully started process 'command '/Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/javadoc'' javadoc:...

Support for build phases was added with https://github.com/CocoaPods/Xcodeproj/pull/705. It should be nice to have this for "Build Rules" as well.

t1:enhancement

This PR merges PropertiesI and Properties in Java

java
properties

The default for ConsoleListener is undocumented. It's 1 in the code (C# only). _Originally posted by @bernardnormier in https://github.com/zeroc-ice/ice/pull/2146#discussion_r1595913121_

documentation