scalafiddle / scalafiddle-io

Configuration repository for scalafiddle.io
Apache License 2.0
20 stars 29 forks source link

Add Owlet into FRP libs #33

Closed jcouyang closed 5 years ago

jcouyang commented 5 years ago

https://oyanglul.us/owlet

ochrons commented 5 years ago

For a new library there is no need to add old versions. Just use the latest.

jcouyang commented 5 years ago

Thanks @ochrons what's the release cycle like? when can I find the new lib live in scalafiddle.io ?

ochrons commented 5 years ago

Usually ScalaFiddle refreshes every 5 minutes. But there was a problem in the JSON due to an earlier update that prevented new libraries to be loaded. Fixed now.

jcouyang commented 5 years ago

Thanks @ochrons now I can find owlet but when I choose it and run, it show me this error

ScalaFiddle.scala:-5: ERROR: Library us.oyanglul %%% owlet % 0.3.1 is not allowed
ochrons commented 5 years ago

Looks like the compiler instances had not picked up the new libraries, restarted them and now seems to work ok :)

jcouyang commented 5 years ago

yay it works, thanks @ochrons