Christopher Schultz
Christopher Schultz
My polyfills look like yours. How exactly am I doing it wrong?
@MichaelLeeHobbs Well... I'm prototyping String.startsWith, not String.prototype.startsWith, which is why I said it that way. Apologies for the noise.
I think buggy libraries which ignore `RFC-MUST` should be fixed or made to die. There is no reason this patch should be necessary.
Because that would require more code. IMO less code is always better if you can get away with it. This is adding code just for the sake of adding code....
I was also surprised recently to discover that the JVM does not cache results of `Class.getMethods` and similar calls. Maybe it's returning a clone each time, but either way it...
> I'd also like to see the key remove from the cache when the value expires. +1 So I think your technique @jengebr is good, but the cache just needs...
> @ChristopherSchultz what prevents changes to `javax.el.Util`? That package and class don't "belong" to us, they belong to JavaEE/JakartaEE. Depending upon how it changes, we might fail the TCK. It's...
I may have put too many things together in one PR so let me know if you want me to re-work it. It's including a .class file which is super...
@edegp Have a look at PR #37 which ensures that you are using an x86-64 build with Rosetta to build your IPMIview.app bundle. I'm also using an M4 chip and...
There isn't much here that isn't Virtual Thread friendly. VTs will indeed be pinned while running a synchronized block (at least in today's JVMs), but these blocks are short and...