Skip to content
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

Eliminate newNakedSymbol methods #13641

Merged
merged 1 commit into from Oct 2, 2021

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Sep 30, 2021

These methods produce a partially initialized symbol, which is dangerous for any code
using them. It turns out that any delays in the symbol initialization we need can be
provided by the symbol's completer.

These methods produce a partially initialized symbol, which is dangerous for any code
using them. It turns out that any delays in the symbol initialization we need can be
provided by the symbol's completer.
@odersky
Copy link
Contributor Author

odersky commented Sep 30, 2021

test performance please

@dottybot
Copy link
Member

performance test scheduled: 3 job(s) in queue, 1 running.

@dottybot
Copy link
Member

Performance test finished successfully:

Visit https://dotty-bench.epfl.ch/13641/ to see the changes.

Benchmarks is based on merging with master (01c70a2)

@smarter smarter merged commit b81f50f into scala:master Oct 2, 2021
@smarter smarter deleted the drop-nakedsymbols branch October 2, 2021 11:17
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.

None yet

3 participants