scala / community-build

Scala 2 community build — a corpus of open-source repos built against Scala nightlies
Apache License 2.0
136 stars 60 forks source link

Unfreeze airframe #956

Closed xerial closed 5 years ago

xerial commented 5 years ago

@SethTisue

I've fixed the cyclic dependency issue of airframe in https://github.com/wvlet/airframe/pull/592, by making Airspec (a new testing framework, which depends on airframe's code itself) a standalone project.

I think the latest master branch of airframe fixed the issue of https://github.com/scala/community-builds/commit/31459b014e49b2333bf51bc7d884baa481a3ab1c

Thank you for reporting this issue. This helped the restructuring of the project settings.

SethTisue commented 5 years ago

thanks for letting me know