Joe George

Results 74 comments of Joe George

Just found this relevant comment: https://github.com/rust-lang/rustfmt/issues/4956#issuecomment-914822481.

Unfortunately this is still an issue for Xcode builds (and is very noisy), specifically when the mcpp is statically linked into an app. It would be best to figure out...

Still seeing this in builds with Xcode.

Thanks @mcafaro, that's exactly what I'm looking for!

Hi @jaapio, thanks for the reply. I completely missed this nuance in the version reported by the docker container.

Seems this is an expected Swift behavior. Swift caches the environment and compares the hashes between runs. If you have env vars that change between terminal sessions, this can cause...

I believe we also have a similar behavior for strings somewhere.

Looks like the tests are failing though: ``` - Ice/maxConnections [ running client/server test - 08/27/24 21:47:09 ] - Config: ws,compress,ipv6,serialize,mx (/Users/runner/work/ice/ice/cpp/test/Ice/maxConnections/build/macosx/shared/server --Ice.Default.Host=::1 --Test.BasePort=14200 --Ice.Warn.Connections=1 --Ice.Default.Protocol=ws --Ice.Override.Compress=1 --Ice.ThreadPool.Server.Serialize=1 --Ice.IPv6=1 --Ice.PreferIPv6Address=1...

CI failures seem like unrelated issues with Java. We should probably open an issue if we don't already have one.

That was just a snippet of the test that was failing. It was not exiting main for a while after. It's reproducible in just C++ . ``` #include int main(int...