-
Notifications
You must be signed in to change notification settings - Fork 59
add squants #590
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
add squants #590
Conversation
test run queued: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1798/consoleFull (404 while Jenkins silently steals up through a panel in the drop ceiling and takes up residence there, descending only by night to subsist on free office snacks) |
@cunei I'll need your help here, I think. dbuild seems to be behaving strangely here. there seems to be some crosstalk between a project's dependencies, and the dependencies of its build definition, or something like that. I'm seeing multiple anomalies in this build log: anomaly 1the list of dependencies dbuild finds for squants is much too long:
in particular, we should not be seeing anomaly 2in what seems to be another instance of the same problem, in
this is also way too long and in particular, should not include anomaly 3dbuild seems be getting confused between sbt 0.13 and sbt 1.0. squants is an sbt 0.13 project, but despite that, we get:
which indicates that somehow sbt 1.0 is on the classpath, since this code (which comes from |
rebasing didn't help |
@cunei any clue what's going on here...? I'm mystified |
Maybe a run with the debugging information switched on ("-d") may shed some light? |
I do want to investigate and finish this up, but there's just too much on my plate right now. I'm going to close this for now. I threw it on the list over at #161, with a link to this PR in case I (or somebody) takes it back up |
sequel: #974 |
keeping up with the Dotty community build Joneses