Skip to content

Phases: set the period correctly #274

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

Merged
merged 2 commits into from
Dec 13, 2014

Conversation

smarter
Copy link
Member

@smarter smarter commented Dec 12, 2014

Review by @DarkDimius

@@ -241,7 +241,7 @@ object Phases {
if (start >= FirstPhaseId)
assert(myPeriod == Periods.InvalidPeriod, s"phase $this has already been used once; cannot be reused")
myBase = base
myPeriod = Period(start, end)
myPeriod = Period(NoRunId, start, end)
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice catch! Thanks!

DarkDimius added a commit that referenced this pull request Dec 13, 2014
@DarkDimius DarkDimius merged commit 7cdf3d0 into scala:master Dec 13, 2014
tgodzik added a commit to tgodzik/scala3 that referenced this pull request Apr 29, 2025
Backport "Repl: emit warning for the `:sh` command" to 3.3 LTS
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