LeeTibbert
LeeTibbert
Title should probably be changed to include `javax.security`.
@armanbilge re: lolgab Understood that he re-implemented. I have see the file names but did not have time to check the contents to see if he may used something in...
Eric. Much as I like the conceptual simplicity of "move all", I suggest "assess" or "triage" is a better description/goal. During the course of other work, I have been flitting...
I am not the driver of this bus and do not want to introduce dis-harmony or dissension. There is too much to be done and too few of us to...
Thank you for reporting this Issue. Sorry you encountered it. This looks like a problem at the Scala level but it helps to know the hardware architecture, OS, and JVM...
Looking for low hanging fruit whilst I have some intensive tests running. Not comprehensive, just reporting as I am finding. `nativelib/src/main/scala/scala/scalanative/runtime/Platform.scala` has some '0.4.1' nativelib has some GC deprecations. A...
``` tools/src/main/scala/scala/scalanative/build/Config.scala: @deprecated("Not nee ded: discovery is internal", "0.4.0") tools/src/main/scala/scala/scalanative/build/Config.scala: @deprecated("Not nee ded: discovery is internal", "0.4.0") ``` 2022-11-12: This deprecation seems to be removed. Sometimes the simple passage of...
``` sbt-scala-native/src/main/scala/scala/scalanative/sbtplugin/ScalaNativePlugin.sc ala: @deprecated("use autoImport instead", "0.3.7") ``` Now fixed, see duplicate below. I must really not like this one if I keep reporting it.
I did a quick run through a number of other directories, skipping scalalib. Not pristine but pleasantly & surprisingly clean.
> I think the most important thing if we remove deprecated code is that we somehow make sure we capture them with workarounds for the release notes. Maybe we should...