Skip to content

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

Open
@david-bouyssie

Description

@david-bouyssie

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions