olafurpg / scala-experiments

Large-scale semantic and syntactic analysis of Scala OSS codebases
2 stars 3 forks source link

repos.tar.gz 404 #6

Closed OlivierBlanvillain closed 7 years ago

OlivierBlanvillain commented 7 years ago
$ wget https://github.com/olafurpg/scalafmt/releases/download/v0.1.4/repos.tar.gz
--2017-04-26 14:02:31--  https://github.com/olafurpg/scalafmt/releases/download/v0.1.4/repos.tar.gz
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-04-26 14:02:32 ERROR 404: Not Found.
olafurpg commented 7 years ago

I just updated the repo to use the latest scalameta testkit, solving the 404 error.

Writing experiments just got a lot easier https://github.com/olafurpg/syntax-experiments/blob/7dfc03ced8d1437b603397c32a9012b808671268/src/main/scala/syntax/Experiment.scala#L10