LeeTibbert

Results 142 issues of LeeTibbert

The entire Contributor's Guide needs to be brought into alignment with current practice as described in the User Guide. It is now far from "see one; do one". Examples include...

component:docs

There are at least two point issues in the SN [User's Guide](https://scala-native.readthedocs.io/en/latest/user/sbt.html#link-time-optimization-lto) which, I believe, need to be changed. My goal is to reduce barriers to entry for people new...

component:docs
has pr

This is a continuation of the concept described in Issue #1748. The related PR, #1752, removed a number of warnings, standardized & centralized the handling of scalacOptions, and enabled -Xfatal-warnings....

I report these in case I get interrupted before I am able to run them to ground. Three test failures were observed on GitHub macOS 10.15 when compiling `test-tools` with...

bug
os:macos

I discovered this issue whilst working on `TimeTest.scala`. Posix `time.h` defines three fields as variables: ``` The following shall be declared as variables: [XSI][Option Start] extern int daylight; extern long...

has pr

Whilst reviewing recently merged PR #2221, I had cause to trace back upstream and compare the declaration of `readdir()` in posixlib dirent.scala to the posix specification. I find they differ...

Discovered whilst reviewing PR #2081 "A few improvements inside FS related API". `/resources/scala-native/limits.c` ``` #include int scalanative_path_max() { return NAME_MAX; } ``` Punting a long discussion about the difference between...

The presenting problem is that `libunwind` appears to fail on Apple M1 hardware. I suspect the problem is really arm64 (M1 has that arch) and may occur with FreeBSD (or,...

Please consider having the README.md describe the run commands for cross projects. It has been a long while since I have used an sbt multi-project. The simple '''sbt run'' in...

fix #2841 This PR is created in the 0.4.n stream. It is entirely appropriate, as is for the 0.5.n stream. * Populate string.h. This should now match the POSIX 2018...

component:posixlib