Skip to content

Fix sbt console#295

Merged
dwijnand merged 5 commits intosbt:1.0from
dwijnand:fix-console-3
May 4, 2017
Merged

Fix sbt console#295
dwijnand merged 5 commits intosbt:1.0from
dwijnand:fix-console-3

Conversation

@dwijnand
Copy link
Member

@dwijnand dwijnand commented May 3, 2017

Fixes sbt/sbt#3129

Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This brings back the old console API to unblock sbt.
LGTM

Copy link
Member

@jvican jvican left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Member

@jvican jvican left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll merge when CI passes.

log,
Maybe.nothing[CompileProgress]
)
val progress = Maybe.nothing[CompileProgress]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

@jvican
Copy link
Member

jvican commented May 3, 2017

Weird, CI is not running at all.

@jvican
Copy link
Member

jvican commented May 4, 2017

Unfortunately, merging the formatting PR made this PR have conflicts. Can you update @dwijnand and I merge?

@dwijnand
Copy link
Member Author

dwijnand commented May 4, 2017

Yeah, I knew merging your PR would have this effect. But I did it because it was 9 days in the making and this one is brand new, so I'll rebase my work.

@dwijnand dwijnand merged commit a461b99 into sbt:1.0 May 4, 2017
@dwijnand dwijnand deleted the fix-console-3 branch May 4, 2017 11:03
cunei pushed a commit to cunei/zinc that referenced this pull request Oct 25, 2017
Previously it was possible for the "current system time" to leak
through into generated Calendar instance (and by extention Date
instances). This was especially painful for generated functions (such
as A => Date) where the function is likely to be evaluated at multiple
different system times.

This PR restructures Gen.calendar to ensure that all instances are
initialized from a generated time (in milliseconds). The code is
cleaned up a bit and a test was added to ensure generation is
deterministic.

Fixes sbt#295.
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.

3 participants