Raphaël Fromentin

Results 24 issues of Raphaël Fromentin

Scala Native Version: 0.4.4 The current javalib does not contain the `PipedInputStream` and `PipedOutputStream` classes which are useful for testing (e.g passing data to an `InputStream` to be read by...

**Note: related to #14282. I am not sure if this change is published in 3.1.3/3.2.0-RC3** ## Compiler version Tested in `3.1.3` and `3.2.0-RC3` ## Minimized code & Output Inline methods...

itype:bug
area:inline
area:metaprogramming:quotes

## Compiler version Scala 3.1.3 ## Minimized code & Output ### Inline val (error) ```scala inline val str = "test" compiletime.error(str) ``` ``` A literal string is expected as an...

itype:bug
area:typer
area:inline

Hello, this issue is just a simple question about 2.13.x compatiblity, scaladex showing that this project is only compatible with Scala 2.12/2.11. If this project doesn't have recent versions support,...

Scala 3.2.+ contains some useful features for Iron including the removal of the "opaque types + inline" implementation restriction. Since 3.2.+ is [not binary compatible](https://www.scala-lang.org/blog/2021/10/21/scala-3.1.0-released.html), this is considered as a...

enhancement
breaking changes

**Describe the solution you'd like** Add compile-time String concactenation support in messages. Currently, constraits's message with concactenated strings can only be evaluated at runtime (gives the `` message at compile-time...

enhancement
good first issue

Iron heavily changed since 1.0.0 and some places weren't refactored to preserve retrocompatibility. Since 2.0.0 is the next major release, this is the good moment to refactor and cleanup the...

enhancement
breaking changes

Use the following conventions for Iron: - Use SemVer spec - To ease the release and adoption processes, all submodules will have the same version as the main module

documentation

Mill version: 0.9.8 Mill generates the html scaladoc pages inside a subdirectory (api) but javadoc.io, the service used by Scaladex, [requires an index.html to be at the root of the...

Actually, Mill seems to pull dependencies by directly building an URL to the supposed pom. However, this method doesn't work on some repositories like for [Spigot dependencies](https://hub.spigotmc.org/nexus/). Mill should first...

upstream