feat: rework memory allocation to throw when pointers are invalid, fix pointers yielded to java, add pattern for yielding stable pointers to data not owned by Runtime
This commit is contained in:
@@ -14,7 +14,13 @@ val path = settingKey[Map[String, String]]("paths")
|
||||
fork := true
|
||||
|
||||
javaOptions += "--enable-preview"
|
||||
javacOptions ++= Seq("--enable-preview", "--release", "20")
|
||||
javacOptions ++= Seq(
|
||||
"--enable-preview",
|
||||
"--release",
|
||||
"20",
|
||||
"-Xlint:unchecked",
|
||||
"-Xlint:deprecation"
|
||||
)
|
||||
|
||||
lazy val root = project
|
||||
.in(file("."))
|
||||
|
||||
Reference in New Issue
Block a user