Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scalafmt error #549

Merged
merged 2 commits into from
Jan 4, 2021
Merged

Fix scalafmt error #549

merged 2 commits into from
Jan 4, 2021

Conversation

raboof
Copy link
Member

@raboof raboof commented Dec 17, 2020

Pull Request Checklist

Fixes

Fixes #xxxx

Purpose

What does this PR do?

Background Context

Why did you take this approach?

References

Are there any relevant issues / PRs / mailing lists discussions?

Hitting this in CI in the PR to fix Scalafmt:

    [error] Caused by: java.io.IOException: Error accessing /home/travis/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scalactic/scalactic_2.13/3.1.2/scalactic_2.13-3.1.2.jar
    [error] 	at scala.reflect.io.FileZipArchive.scala$reflect$io$FileZipArchive$$openZipFile(ZipArchive.scala:155)
    [error] 	at scala.reflect.io.FileZipArchive.root$lzycompute(ZipArchive.scala:193)
    [error] 	at scala.reflect.io.FileZipArchive.root(ZipArchive.scala:190)
    [error] 	at scala.reflect.io.FileZipArchive.allDirs$lzycompute(ZipArchive.scala:226)
    [error] 	at scala.reflect.io.FileZipArchive.allDirs(ZipArchive.scala:226)
    [error] 	at scala.tools.nsc.classpath.ZipArchiveFileLookup.findDirEntry(ZipArchiveFileLookup.scala:79)
    [error] 	at scala.tools.nsc.classpath.ZipArchiveFileLookup.list(ZipArchiveFileLookup.scala:66)
    [error] 	at scala.tools.nsc.classpath.ZipArchiveFileLookup.list$(ZipArchiveFileLookup.scala:65)
    [error] 	at scala.tools.nsc.classpath.ZipAndJarClassPathFactory$ZipArchiveClassPath.list(ZipAndJarFileLookupFactory.scala:57)
    [error] 	at scala.tools.nsc.classpath.AggregateClassPath.$anonfun$list$3(AggregateClassPath.scala:92)
    [error] 	at scala.collection.immutable.Vector.foreach(Vector.scala:1794)
    [error] 	at scala.tools.nsc.classpath.AggregateClassPath.list(AggregateClassPath.scala:88)
    [error] 	at scala.tools.nsc.util.ClassPath.list(ClassPath.scala:36)
    [error] 	at scala.tools.nsc.util.ClassPath.list$(ClassPath.scala:36)
    [error] 	at scala.tools.nsc.classpath.AggregateClassPath.list(AggregateClassPath.scala:31)
    [error] 	at scala.tools.nsc.symtab.SymbolLoaders$PackageLoader.doComplete(SymbolLoaders.scala:286)
    [error] 	at scala.tools.nsc.symtab.SymbolLoaders$SymbolLoader.$anonfun$complete$2(SymbolLoaders.scala:238)
    [error] 	at scala.tools.nsc.symtab.SymbolLoaders$SymbolLoader.complete(SymbolLoaders.scala:236)
    [error] 	at scala.reflect.internal.Symbols$Symbol.completeInfo(Symbols.scala:1541)
    [error] 	at scala.reflect.internal.Symbols$Symbol.info(Symbols.scala:1513)
    [error] 	at scala.reflect.internal.Mirrors$RootsBase.init(Mirrors.scala:262)
    [error] 	at scala.tools.nsc.Global.rootMirror$lzycompute(Global.scala:74)
    [error] 	at scala.tools.nsc.Global.rootMirror(Global.scala:72)
    [error] 	at scala.tools.nsc.Global.rootMirror(Global.scala:44)
    [error] 	at scala.reflect.internal.Definitions$DefinitionsClass.ObjectClass$lzycompute(Definitions.scala:288)
    [error] 	at scala.reflect.internal.Definitions$DefinitionsClass.ObjectClass(Definitions.scala:288)
    [error] 	at scala.reflect.internal.Definitions$DefinitionsClass.init(Definitions.scala:1585)
    [error] 	at scala.tools.nsc.Global$Run.<init>(Global.scala:1204)
    [error] 	at xsbt.ZincCompiler$ZincRun.<init>(CallbackGlobal.scala:80)
@dwijnand dwijnand merged commit 92a13b6 into playframework:master Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants