scalafiddle / scalafiddle-core

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

Simple snippet compiles for long period and then gets an error (500 response code) #15

Closed vpavkin closed 7 years ago

vpavkin commented 7 years ago
val stoi: String => Int = _.toInt

println(stoi("42"))
olafurpg commented 7 years ago

I am unable to reproduce, the snippet compiled and ran immediately here https://scalafiddle.io/sf/n6K8wjN/0

vpavkin commented 7 years ago

Yep, probably that was some temporary glitch. Thanks, closing!

ochrons commented 7 years ago

Yea, there is no monitoring of the service, so if you see problems, best to report on the Gitter channel :)