hilcode

Results 6 issues of hilcode

## steps Run `sbt compile` and observe the `typer` error. If you change the `scalaVersion` in `library/build.sc` everything works fine. ## problem When consuming a Scala 3 compiled library _as...

Bug

The attached tarball contains a tiny project that shows the problem. Steps to reproduce: 1. Run `./mill clean + __.compile` 2. In `build.sc`, change the dependency version from `2.0.0` to...

workaround-available

It seems that the Additive instance for Rational is missing.

Foundation supports `Rational` so it would seem logical/useful to allow creating one using `%`.

``` use tabled::builder::Builder; use tabled::settings::Span; use tabled::settings::Style; use tabled::settings::themes::BorderCorrection; fn main() { let mut builder: Builder = Builder::new(); builder.push_record(vec!["", "a", "b", "c"]); builder.push_record(vec!["1", "", "", ""]); builder.push_record(vec!["2", "", "", ""]);...

bug