Skip to content

Moved pending tests that work into pos and neg. #233

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 1 commit into from
Nov 17, 2014

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Nov 17, 2014

One test (t2613) required lifting a hard recursion limit in findMember
(used for debug only, will be removed in the future). The same test
also requires -Yno-deep-subtypes to be reset, so it's in pos_special
instead of pos.

Review by @DarkDimius

One test (t2613) required lifting a hard recursion limit in findMember
(used for debug only, will be removed in the future). The same test
also requires -Yno-deep-subtypes to be reset, so it's in pos_special
instead of pos.
@@ -397,7 +397,7 @@ object Types {
*/
final def findMember(name: Name, pre: Type, excluded: FlagSet)(implicit ctx: Context): Denotation = try {
recCount += 1
assert(recCount < 20)
assert(recCount < 40)
Copy link
Contributor

Choose a reason for hiding this comment

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

if that is left for debug only, can you please add a message that tells this in case of failure?

@DarkDimius
Copy link
Contributor

Otherwise LGTM

DarkDimius added a commit that referenced this pull request Nov 17, 2014
Moved pending tests that work into pos and neg.
@DarkDimius DarkDimius merged commit b444167 into scala:master Nov 17, 2014
@allanrenucci allanrenucci deleted the cleanup/tests branch December 14, 2017 16:58
WojciechMazur pushed a commit to WojciechMazur/dotty that referenced this pull request May 8, 2025
Backport "Don't warn retainedBody" 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