Skip to content
Merged
Show file tree
Hide file tree
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
76 changes: 38 additions & 38 deletions tests/bench/inductive-implicits.scala
Original file line number Diff line number Diff line change
Expand Up @@ -174,49 +174,49 @@ object Test extends App {
Int ::
Int ::
//
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
//
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
//
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
Int ::
//
Int ::
Int ::
Int ::
Int ::
Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// //
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// //
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// //
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// Int ::
// //
// Int ::
// Int ::
Expand Down
127 changes: 0 additions & 127 deletions tests/pos-deep-subtype/inductive-implicits-bench.scala
Copy link
Member

Choose a reason for hiding this comment

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

This technically removes a test. Yes, the content is similar, but it is executed under different conditions:

compileFilesInDir("tests/pos-deep-subtype", allowDeepSubtypes),

Are you removing it just because of duplicate content ?

Copy link
Member Author

Choose a reason for hiding this comment

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

The bench test has similar flags:

compileFilesInDir("tests/bench", defaultOptions.without("-Yno-deep-subtypes")),

One is bootstrapped and the other not, but I don't think it's relevant for this test: keeping the bootstrapped version should be enough, as for the other bench tests.

Copy link
Member

@hamzaremmal hamzaremmal Jan 8, 2025

Choose a reason for hiding this comment

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

aaah, I got confused about what flags were enabled in both cases 😅

This file was deleted.

Loading