Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/rt/minfo.d
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ struct ModuleGroup
ignore
}

// Change default to .abort in 2.073
// Change default to .abort in 2.074
auto onCycle = OnCycle.deprecate;

switch(cycleHandling) with(OnCycle)
Expand Down Expand Up @@ -517,7 +517,7 @@ struct ModuleGroup
import core.stdc.stdio : fprintf, stderr;
fprintf(stderr, "Deprecation 16211 warning:\n"
~ "A cycle has been detected in your program that was undetected prior to DMD\n"
~ "2.072. This program will continue, but will not operate when using DMD 2.073\n"
~ "2.072. This program will continue, but will not operate when using DMD 2.074\n"
~ "to compile. Use runtime option --DRT-oncycle=print to see the cycle details.\n");

}
Expand Down