Results 98 comments of andreoss

@yegor256 What do you mean by language-level? `rust` object is just an array right now, I guess it can have method-objects like `as-int`, `as-bytes`, etc, which could be added to...

@yegor256 >why we need inside XMIR? It's not part of XMIR, in the same way as `` it will be erased from final XML. >why do we need PhNative? I...

@yegor256 >Then, in runtime we link to those .so files and call them (yes, it's possible in Java). I will check that. `System.loadLibrary` should be called in static context, and...

@yegor256 Please take a look again

@yegor256 please, take a look again

@lidavidm Looks like it's an issue with Junit 5 itself. I've disabled these tests for Win. https://github.com/junit-team/junit5/issues/2811

@lidavidm Please take a look again, the work around here is not to use `@TempDir` at all

@ashutoshcipher Understood. Any chance this can be merged? In this PR, only `Parameterized` tests are left intact, the rest are converted to Junit 5. The `Parameterized` tests require some refactoring...

@ashutoshcipher can i continue to work on that or should i take something else?

@hit-lacus Thanks, I will rebase to `kylin5` branch