Raku / nqp

NQP
Other
336 stars 131 forks source link

bump jna lib for jvm #790

Open hughsimpson opened 1 year ago

hughsimpson commented 1 year ago

jna introduced M1 support with v5.7.0 (cf https://github.com/java-native-access/jna/blob/master/CHANGES.md#release-570). Bumping to latest release version for various subsequent fixes and because new shiny is nice

hughsimpson commented 1 year ago

Looks like there are some failures here so probably not ready for a review yet.

vrurg commented 1 year ago

Failures are expected for JVMs because the backend still lacks support for RakuAST and fails on related tests. The only suspicious one is win_mvm_relocatable, but it is barely related and I think it was simply a fluctuation. Let's see what re-run would end up with.

hughsimpson commented 1 year ago

@jdv any chance of a look at this one? Since I opened this, 5.13.0 has been released and might be a better candidate since it boasts a seemingly-potentially-relevant NPE fix... Perhaps some automated update mechanism such as a github workflow to manage this might be cool. Or is that antithetical?