Wojciech Mazur

Results 124 issues of Wojciech Mazur

This change changes incorrectly set SCM URL and connection for the POM metadata

For some use cases it might be beneficial to prevent heap growing in Immix/Commix GC, or due to constraints of platform, eg: - WASM: WASI SDK has no mmap, Emscripten...

feature
component:gc

As an ongoing effort to improve Scala release procedure it was decided at Scala Core team meeting we should detect incompatibilities with Scala compiler/runtime as early as possible. It should...

component:build

Native toolachain based on #3233 is currently not possible, becouse currently we're not able to operate on JARs containing NIR of dependencies. We should implement `java.nio.file.ZipFileSystemProvider` and it's other classes,...

component:javalib
feature

Let's take a look at following code, where we create n threads which shall reference the object module. The 1st thread to access the module would try to initialise it...

Some of failing CI tests, are caused by failing `scala.collection.convert.MapWrapperTest` which spins 2 threads performing concurrent access to hash map. One of them sets default string, other one modifies it...

component:javalib
component:nativelib

Make implementation of `java.util.Properties` based on `j.u.c.ConcurrentHashMap` instead of Hashtable. When refering to methods of `j.u.Properties` from within it's subclass when using JDK 9 or higher the linker complained about...

When switching from `multithreadingSupport=false` -> `true` while having incremental compilation enabled, I've seen that the toolchain would not start a new, clean build, but would rather use the already compiled...

component:build
bug

Tracker for to-be-ported types from JSR-166. Some of the mentioned types can be already implemented in ScalaNative but they might be ported from Scala.js and though not contain multithreading support...

component:javalib
good first issue

JDK 21 introduced new interfaces `java.util.SequentialCollection`, `java.util.SequentialMap`, `java.util.SequentialSet`. We have added stubs for these interfaces in #3492 adding these interfaces in the types hierarchy, but without implementing new methods. The...

component:javalib