LeeTibbert

Results 142 issues of LeeTibbert

PR #3048 surfaces the fact that Scala Native has been able to use `extern` vars directly since PR #1348. The latter is now 4+ years old. I believe it is...

Whilst doing a first read of the timely PR #3049, I discovered that a number of declarations currently in posixlib time.scala would be more consistent with the overall clib/posixlib design...

Ekrich has been advocating for SN to publish javadoc for a while now. Some recent layout changes to the ReadTheDocs javalib.rst brought the issue into focus. This Issue is a...

To ensure that everything implemented in posixlib was documented in ReadTheDocs, I did a sweep through comparing the documentation with the contents of posixlib. I discovered a blivet when it...

For historical interest: When I clone from source, build, and run "sbt test" I get two instances of the error `curl_easy_setop: 1`, one for 'get' and one for 'put'. This...

bug
help wanted

Now that Epollcat requires Scala Native 4.9, I think that Epollcat's IPv6 detection could be simplified by using Scala Native's IPv6 detection. That code is, I believe, in Scala Native...

enhancement

Arman, Under the rubric of "moving errors closer to the application developer", what do you think about `build.sbt` doing the "UnsupportedPlatform" check. Confessing my limitations in public again, I could...

While tracing the build log files, I once again noticed a defect in the doc build had first seen and described in a PR in April, 2020 : it has...

I suspect a logic error in: test("echo requests - each concurrent client gets back what it sent") . I am a FS2 beginner, so pardon me if I do not...

When compiling (scala-cli) on linux X86_64 (Intel), I am (since recently?) I am getting: ``` [error] /usr/bin/ld: warning: /mnt/AthaBHdd1/lee49/DevoHdd1/scala_native/WorkSpace_1/2024/study_jnf_WalkFileTree_NoFSLoopException_I3744_2024-04-30T1053-0400/sandbox/src/main/scala/.scala-build/scala_f187f7cdf9-ed51319312/native/native/dependencies/nativelib_native0.5_3-0.5.1-4/scala-native/delimcc/setjmp_amd32.S.o: missing .note.GNU-stack section implies executable stack [error] /usr/bin/ld: NOTE: This behaviour...

component:nativelib