scalafiddle / scalafiddle-core

Source code for the scalafiddle.io compilation service
https://scalafiddle.io
Apache License 2.0
101 stars 37 forks source link

Error when running fiddle with Quill 1.0.0 #14

Closed julienlafont-tabmo closed 7 years ago

julienlafont-tabmo commented 7 years ago

Hello,

I open a ticket because Quill 1.0.0 seems to not work with ScalaFiddle (or something is misconfigured).

Steps to reproduce :

  1. Add "quill 1.0.0" (from "Show all versions") to a new Fiddle
  2. Type println("hello world")
  3. Run

Theses operations gave the following output :

ScalaFiddle.scala:-5: ERROR: Library io.getquill %%% quill-sql % 1.0.0 is not allowed

ochrons commented 7 years ago

It seems that the compiler side has not updated the latest library information from the editor. Same also occurs with latest Diode and Boopickle libs. Need to investigate.

ochrons commented 7 years ago

Restarting the compiler services fixed this. Still don't know why it didn't automatically update the libs although in the logs it seemed to do it.