Eric K Richardson

Results 400 comments of Eric K Richardson

I think maybe we can create a table to see how features and optimizations interact as a starting point and then see if we can come up with a more...

I think it should be set with the version you would like. e.g. `#define _POSIX_C_SOURCE 200809L`

You should be able to just do the following: https://github.com/scala-native/scala-native/blob/3f89e6f4ad8b657d5475dbaec65dca437168ae1e/javalib/src/main/resources/scala-native/scala-native.properties Or conversely like this: https://github.com/scala-native/scala-native/pull/4523/files

Totally agree but in this case I am not picky - Wanted to give them a template with the defaults and hints on what they may need - when everything...

I am guessing you can avoid your formatter. What is the output from the old render, is it included or does it require an option set?

I don't have time to look into this right now. Is there currently a test? - the includes have to work via `resolve()` or something? I want to try and...

I am not excited about this. The current Github action is so simple. We probably need to add Java 21 and see what is wrong with that. I like to...

I would prefer to just use the simple CI for now - it is very similar to my other projects and this one just seems to add complexity. I also...

See https://github.com/ekrich/sconfig/issues/478#issuecomment-3313491589

> It's possible currently to work around it by setting `bspEnabled := false` for platforms that you don't intend to run or work on. That is a standard sbt setting?