Fabio Niephaus

Results 567 comments of Fabio Niephaus

Yes, indeed. That change broke it. I've tested several Squeak and Pharo images locally and I was just monitoring the master build for failing GemStone tests, but you were faster....

echo and read I'd say and maybe only once right at the beginning of the installation? Something like: "This script will call sudo in order to prepare the operating system....

Sounds good! Sorry, I didn't have the time to look into the code. You might still want to use 'read' to require additional user input, because it is possible to...

Thanks for the feature request! @roberttoyonaga is working on support for jcmd as part of https://github.com/oracle/graal/issues/8915. I assume this will include making `jcmd Thread.dump_to_file` work with Native Image. Am I...

@zakkak could you maybe run some Quarkus samples and report how many `LinkageError`s there are? Maybe we also want an option to print those somehow.

No, not at this point. We have an idea that no longer requires a static map, but I haven't had enough time to look into this yet.

Hi @zakkak, the PR is unfortunately not in the best state and more changes are needed. I wish I had more time for this but I'm afraid it's currently not...

Hey @zakkak, thanks for the request. I thought about this some more and I'm not sure `--resource-usage=` is a good idea, considering: - it's just another set of high-level heuristics,...

Since this topic came up today, some additional thoughts: 1. We needed to move away from available to free memory because detecting container environments didn't work as expected. Fortunately, @jerboaa...