Cédric Chantepie

Results 129 comments of Cédric Chantepie

Now 0.9.15 is indicated, and should be compatible with Scala 2.13, but artifacts are not published.

Thx for the answer @mlachkar . That's weird this ticket was created March 26th and many days after I still see the issue.

I mean for me the delay is more days than hours, so may be we're not seeing the same symptoms?

May we get an answer at some point?

Hi, thanks for reporting. Please note that the following codes are working: ```scala { implicit val modFormat: Format[coursier.Module] = Json.format implicit val attrFormat: Format[coursier.Attributes] = Json.format implicit val depFormat: Format[coursier.Dependency]...

@francisdb not sure it's possible. Btw the same kind of NPE is raise for `val` using forward declaration (not specific to macro).

Unfortunately, it doesn't seem possible for a macro to check the actual position of an resolved implicit instance. On the other side, as such forward reference raises a compilation warning...