Skip to content

Hide quote related exceptions from users #10202

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 2 commits into from
Nov 7, 2020

Conversation

nicolasstucki
Copy link
Contributor

Users should never throw or catch these exceptions.

@nicolasstucki nicolasstucki self-assigned this Nov 6, 2020
@nicolasstucki nicolasstucki marked this pull request as ready for review November 6, 2020 11:15
@@ -1,4 +1,4 @@
package scala.quoted
package scala.internal.quoted
Copy link
Contributor

Choose a reason for hiding this comment

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

What about private? Or use scala.quoted.internal?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There is one use in the compiler. I will try to remove it and make it private.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I made it private

Copy link
Contributor

@liufengyun liufengyun left a comment

Choose a reason for hiding this comment

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

LGTM

@nicolasstucki nicolasstucki force-pushed the hide-quote-exceptions branch 3 times, most recently from 7c0c4ba to 2b19d7b Compare November 6, 2020 17:41
@nicolasstucki nicolasstucki merged commit 5c84e42 into scala:master Nov 7, 2020
@nicolasstucki nicolasstucki deleted the hide-quote-exceptions branch November 7, 2020 15:14
@Kordyjan Kordyjan added this to the 3.0.0 milestone Aug 2, 2023
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.

3 participants