Wojciech Litewka
Wojciech Litewka
> This however: > > > sigaction only has 3 members (for application usage) and I've made sure these are always initialized. > > Assumes that `struct sigaction` is the...
@bnb Not soon, at best after 3 weeks. But github now allows 'changes from the maintainers' so trival changes you may attempt to do yourself.
Otherwise LGTM, though I it looks like force push covered my original commit and I don't remember that closely how it looked.
No, but it may work with rosetta. I created an issue #41 to track support for other platforms. Note that for Apple M series CPUs in particular it won't be...
Hi, Does this mean that now the Api compatibility level Standard can also be used instead of .NET 4.x?
I think @qwwdfsad's point is that the impl could be simply ```kotlin fun emptyImmutableList(): ImmutableList = EmptyImmutableList internal val EmptyImmutableList = persistentListOf() ``` unless that's what you say in 2....
> I wasn't aware of the migration to value classes I'm neither, I only expect this may be sensible to do, at least for some classes like `SmallPersistentVector`, but not...
@henrik-jensen Nope, it still persists on 1.53.0, on `Microsoft Windows [Version 10.0.18363.1377]`
> Shallow immutability is chosen to make it possible to implement internally mutable classes with immutable public API such as Lazy. How MFVC can help `Lazy`? Shallow immutability means all...