-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove scala.Phantom (replaced by unused
)
#3410
Conversation
9df33c1
to
391faf7
Compare
391faf7
to
f2e637b
Compare
Rebased on #3342 |
f2e637b
to
4a0e514
Compare
This removes the necesity of erasing phantoms. This process is done by the erasure of `unused`.
4a0e514
to
b567b8d
Compare
test performance please |
performance test scheduled: 1 job(s) in queue, 0 running. |
performance test failed: Error line number: 24 [check /data/workspace/bench/logs/pull-3410-02-22-07.23.out for more information] |
@liufengyun something is wrong with the |
@nicolasstucki The merge of |
BTW @nicolasstucki , try log into |
There is some duplicated work done for phantoms an unused that is present in the last merge. This PR removes it. Hopefully that slowdown is because of this duplication of checks. |
Sorry, I wasn't clear, the |
The community build has the same error message: https://travis-ci.org/lampepfl/dotty-community-build/jobs/344252455 |
unused
unused
)
3aaac8d
to
23b61fa
Compare
test performance please |
performance test scheduled: 1 job(s) in queue, 0 running. |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/3410/ to see the changes. Benchmarks is based on merging with master (01f3094) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I think it's good to remove this now to make clear where we are. The PR is very useful when read in reverse as a record what we should add, in hopefully simpler form, to support effect types.
No description provided.