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

clarify error message for constant redefinition #35119

Merged
merged 1 commit into from
May 5, 2020
Merged

clarify error message for constant redefinition #35119

merged 1 commit into from
May 5, 2020

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Mar 15, 2020

Before it sounded like a linter message (the description was that this was a gentle notice), now it should be clearer that this warning means Julia may now be partially dysfunctional.

Closes #28689

@vtjnash vtjnash added the domain:error messages Better, more actionable error messages label Mar 15, 2020
src/module.c Outdated Show resolved Hide resolved
Before it sounded like a linter message, now it should be clearer that
this warning means Julia may now be partially dysfunctional.
@vtjnash
Copy link
Sponsor Member Author

vtjnash commented May 5, 2020

Okay to merge?

@vtjnash vtjnash merged commit 6b53e02 into master May 5, 2020
@vtjnash vtjnash deleted the jn/28689 branch May 5, 2020 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:error messages Better, more actionable error messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segmentation fault from changing constants
3 participants