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

scalatex generated source breaks acyclic rules #48

Open
caoilte opened this issue Mar 27, 2017 · 0 comments
Open

scalatex generated source breaks acyclic rules #48

caoilte opened this issue Mar 27, 2017 · 0 comments

Comments

@caoilte
Copy link

caoilte commented Mar 27, 2017

I get the following error when compiling scalatex with acyclic turned on.

[error] Unwanted cyclic dependency
[info]
[info] /Users/caoiocon/cps/test-scalatex/readme/target/scala-2.12/sbt-0.13/src_managed/main/scalatex/Main.scala:9:
[info]             scalatex.Readme()
[info]                      ^
[info] symbol: method apply
[info]

Here is the content,

package scalatex
          object Main extends scalatex.site.Main(
            url = "zzz",
            wd = ammonite.ops.Path("zzz"),
            output = ammonite.ops.Path("zzz"),
            extraAutoResources = Seq[String]().map(ammonite.ops.resource/ammonite.ops.RelPath(_)),
            extraManualResources = Seq[String]().map(ammonite.ops.resource/ammonite.ops.RelPath(_)),
            scalatex.Readme()
          )

I'm mainly reporting this issue because the irony is delicious ;-)

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

No branches or pull requests

1 participant