LeeTibbert

Results 142 issues of LeeTibbert

Update sbt version used in Scala Native Build to 1.9.8. The build failure looks like an SBT 1.9.8 [issue/bug](https://github.com/sbt/sbt/issues/7463). Abend this PR by converting to Draft. Leave Draft as a...

component:build

This is a heads up, in case anybody else sees this. I have been chasing some busy-wait hangs, a.k.a infinite loops, apparently in `test-runtime` on FreeBSD. I have been having...

OK, before anybody asks, even silently, I _do_ have better things to do in my life than grump. When you spend enough time reading Scala Native build logs, some thing...

As talk of an official 0.5.0 release increases, I suggest that there are at least two known Issues with Scala Native 0.5.0-SNAPSHOT which should be made impossible for a user...

Whilst reading recently merged PR #3548 I was reminded of a long opportunity to improve the build and avoid a future failure. Currently the SN build creates a large number...

This is a placeholder to capture the essence of a conversation on Discourse. Scala Native, for its own reasons, needs to document both the Scala and Scala native versions required...

PR #3496 is timely and welcome. In giving it a first reading, I am once again brought to think that SN, at least 0.5.0, should update its minimal required Clang...

The "Environment setup" section of most recent Scala Native documentation, `Version 0.4.16-SNAPSHOT`, and several generations before it state: ``` Note 1: Xcode should work as an alternative if preferred: https://apps.apple.com/us/app/xcode/id497799835...

component:build
bug

Whilst working on Issue #2779, macOS & release=fast, I need to switch the compiler version around. The configuration code I was asked to run had the lines: ``` nativeConfig ~=...

component:build
bug

Build Discover.scala uses the wrong includes when an alternate clang and/or clang++ are specified. The configuration below used to debug/verify in Issue #2779. Skip lightly over the bug that the...

component:build
bug