Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Align scala-native-bindgen with Scala Native 0.4.x API #194

Open
david-bouyssie opened this issue May 18, 2020 · 2 comments
Open

Align scala-native-bindgen with Scala Native 0.4.x API #194

david-bouyssie opened this issue May 18, 2020 · 2 comments

Comments

@david-bouyssie
Copy link

Please do the following substitutions (maybe not exhaustive) to match the 0.4.x API:

  • import scala.scalanative._ ; import scala.scalanative.native._ -> import scala.scalanative.unsafe._ ;
    import scala.scalanative.unsigned._
  • CFunctionPtr ->CFuncPtr
  • !p._x -> p.x

Additionally, "native.xxx" could be shorten to "xxx".

@ekrich
Copy link
Member

ekrich commented May 29, 2021

@david-bouyssie I have gotten quite far but could use some extra eyes as well. #195

@david-bouyssie
Copy link
Author

Amazing, thanks ❤️

I can't test now but I'm very excited about this improvement.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants