David Nestorovic
David Nestorovic
I am closing this pull request because of inactivity. @wyhasany if you want to continue working on this PR, feel free to reopen it and follow the comment from above
If I am not wrong, this PR solves the problem: https://github.com/oracle/graalvm-reachability-metadata/pull/552
Hey @simonhir, here is our guide on how to contribute metadata: https://github.com/oracle/graalvm-reachability-metadata/blob/master/CONTRIBUTING.md I guess you will be able to find answers to all your questions there. If something remains unclear,...
Hey @simonhir, I just wanted to check if you had any troubles [making a pull request according to our docs](https://github.com/oracle/graalvm-reachability-metadata/blob/master/CONTRIBUTING.md#generate-metadata-and-test). It should be pretty simple, just: - clone the repo...
> Okay, after cleaning up some empty directories it now continues, but then crashes with: > > ``` > [INFO] Generating stubs for: de.mkammerer:argon2-jvm:2.12... > [INFO] Updating allowed packages in:...
> I also noticed in the `metadata/index.json` file: > > ```json > { > "allowed-packages" : [ "de.mkammerer.argon2", "de.mkammerer" ], > "directory" : "de.mkammerer/argon2-jvm", > "module" : "de.mkammerer:argon2-jvm" > }...
> The first 2.12 is from the first failed run, the second one is from the second run. I think there needs to be more cleverness by omitting versions which...
@melix @mhalbritter thanks for the feedback. I will refactor the PR to avoid using CLI, and ping you again when the PR is ready for review again. Until then, I...
Please use `0.10.2` version util we fix the problem. Thanks for reporting!
> It seems task are really run in // at the same millisecond :). Can you please replace milliseconds with nanoseconds in the current implementation and run your tests again...