Austin Henriksen

Results 66 comments of Austin Henriksen

I'm no longer convinced this is worth doing. In Java8, this annotation was `javax.annotation.Generated`, but in Java9+ it was moved into `javax.annotation.processing.Generated`. And it seems like this type would require...

Note that this is a duplicate of #2583, except that this one is for Windows instead of Ubuntu. Which just shows that this bug isn't platform specific.

I ran the `csharp/IceDiscovery/Greeter` and `csharp/IceDiscovery/Replication` demos on my Windows 11 machine. Both demos built and ran just fine for me.

The cause of the strangeness is that the formatting plug-in we're using has a hard column limit of 100. So, in heavily nested code like what you posted, where the...

This isn't specific to Ubuntu apparently, and doesn't require `ssl, mx`. I got this when testing locally on Windows 11, with normal tcp: ``` *** [137/256] Running csharp/IceGrid/simple tests ***...

These two PRs have worked towards accomplishing this: - #4234 - #4223