Claudio Bley
Claudio Bley
### Description Thanks for contributing this Pull Request. Add a brief description of what this Pull Request does. Do tag the relevant issue(s) and PR(s) below. If required, add some...
Fixes #163. ### Description This is a work-in-progress PR, which generates a completion file for the fish shell. Currently, it generates the following output: ``` complete -c colorls -s a...
As time goes by, there are more and more command line options that differ from "standard" `ls` which makes it harder to switch to `colorls` (re-learn things and change old...
## Problem statement A tool I am using is generating the following schema, which sets `minimum` and `maximum` limits for a parameter of type `integer`: ``` "schema": { "maximum": 9223372036854775807,...
Since travis.org has been shut down, this is using Github actions instead. TODO: - [x] run test for all cross scala versions - [ ] run `validate-code` script - [...
Since June 15th, 2021, the building on travis-ci.org is ceased. We should either switch to travis.com or use Github Actions.
I tried to use clippy together with scalacenter/scalafix in an SBT project. Somehow it rendered the scalafix tool almost useless, as it did not work anymore. See scalacenter/scalafix#592 The reason...
Inside the default namespace, implicit resolution does consider implicits defined in a package object in the default namespace too. But zinc seems to rule out implicits those implicits and compilation...
``` $ c2hs external/c2hs_repo/Baz.chs -o out//Baz.hs --cpp /usr/bin/cpp -C-includeghcplatform.h -C-includeghcversion.h -C-iquote clang: error: no input files ``` Seems Darwin's `cpp` is behaving similar to the "openbsd" variant regarding the `-xc`...
Hi. Running ammonite under Linux gives me: ```console $ ./amm Loading... Welcome to the Ammonite Repl 2.4.0 (Scala 3.0.0 Java 11.0.10) @ error while loading CompilerExtensions$, amm/compiler/src/main/scala-3/ammonite/compiler/CompilerExtensions.scala: Not a directory...