Lorenzo Gabriele

Results 101 issues of Lorenzo Gabriele

[Cosmopolitan libc](https://justine.lol/cosmopolitan/) is a libc implementation which can create [ape binaries](https://justine.lol/ape.html), native binaries which can run on many operative systems, namely Linux, MacOS and Windows. Being able to build with...

"buildTarget/wrappedSources" is a way for build tools to report wrapped Scala sources, which are sources that are wrapped with some text to make them valid Scala code. This was introduced...

## Motivation I initially ported the code from other repositories (codacy-api-scala and coverage-parser) and by default I put them in separate modules. But they can live in the root module...

Scala 3.5.0-RC1 added support for compilation pipelining

Attempt to fix part of #2225 ## Preview https://github.com/com-lihaoyi/mill/assets/5793054/b5db552f-f7c0-4cec-aeec-24e0716c7559 ## TODO - Add task to run tests in debug mode or a way to `jvmOpts` dynamically

scala-cli supports a bespoke extension to the the build server protocol. This extension allows the support of Scala scripts. Scala scripts are Scala code which is then wrapped at build...

In Mill server-client mode the standard streams are changed using `System.setOut`, etc. methods so they can be propagated from the server to the client and shown to the user's console....

**Is your feature request related to a problem? Please describe.** If I install scala-cli through Coursier I get a version for a different architecture which runs under the rosetta emulator....

bug
priority: low
installation
blocked upstream