Content-Length: 290162 | pFad | http://github.com/scala/scala/commit/78d1dc5424e196cd861289bd8b89c4edd481e345

B5 Soft-pedal under Scaladoc · scala/scala@78d1dc5 · GitHub
Skip to content

Commit 78d1dc5

Browse files
committed
Soft-pedal under Scaladoc
1 parent 335e949 commit 78d1dc5

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/compiler/scala/tools/nsc/PhaseAssembly.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,11 @@ object DependencyGraph {
283283
}
284284
}
285285
// add edges for each constraint
286-
for (after <- p.runsRightAfter if after.nonEmpty && checkConstraint(after, "runsRightAfter", warn=true)) {
286+
for (after <- p.runsRightAfter if after.nonEmpty && checkConstraint(after, "runsRightAfter", warn=warnAll)) {
287287
addConstraint(after, p.phaseName, FollowsNow)
288288
constrained = true
289289
}
290-
for (after <- p.runsAfter if after.nonEmpty && !p.runsRightAfter.contains(after) && checkConstraint(after, "runsAfter", warn=true)) {
290+
for (after <- p.runsAfter if after.nonEmpty && !p.runsRightAfter.contains(after) && checkConstraint(after, "runsAfter", warn=warnAll)) {
291291
addConstraint(after, p.phaseName, Follows)
292292
constrained = true
293293
}

test/scaladoc/run/t8755.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
warning: No phase `refchecks` for ploogin.runsAfter
21
parser -> namer -> packageobjects -> typer -> ploogin -> terminal
32
Done.

test/scaladoc/run/t8755b.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
warning: No phase `refchecks` for ploogin.runsAfter
21
parser -> namer -> packageobjects -> typer -> ploogin -> terminal
32
Done.

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/scala/scala/commit/78d1dc5424e196cd861289bd8b89c4edd481e345

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy