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

Make Message.WRITE final #38

Merged
merged 6 commits into from Feb 12, 2016
Merged

Make Message.WRITE final #38

merged 6 commits into from Feb 12, 2016

Conversation

eregon
Copy link
Member

@eregon eregon commented Feb 5, 2016

All Message statics are final except WRITE.

  • The various INSTANCE fields are also not final, but accessed only here, should we make them final as well?

@woess
Copy link
Member

woess commented Feb 5, 2016

@eregon yes, the INSTANCE fields should be final, too.

@eregon
Copy link
Member Author

eregon commented Feb 5, 2016

OK, will do.

@eregon
Copy link
Member Author

eregon commented Feb 6, 2016

Done.
sigtest data had to be adapted but I don't see any valid use case to set Message.WRITE, not to mention it's highly inconsistent. So I believe changing has no effect on real users.

@jtulach
Copy link
Contributor

jtulach commented Feb 8, 2016

Changing WRITE field to final is correct, but incompatible change. I'd like to do it, but please get wider approval. Write to mailing list and to known language maintainers to confirm they are OK with the change. (Assuming they are) merge then.

@woess
Copy link
Member

woess commented Feb 8, 2016

I approve of the change. It's an API error and very unlikely somebody depends on it (nobody should ever write to the (WRITE) field), so it should be fixed.

@jtulach
Copy link
Contributor

jtulach commented Feb 11, 2016

I'll merge this tomorrow.

@woess
Copy link
Member

woess commented Feb 11, 2016

ready for merging, but needs to be rebased onto master; @eregon

@eregon
Copy link
Member Author

eregon commented Feb 12, 2016

Rebased.

jtulach pushed a commit that referenced this pull request Feb 12, 2016
Make Message.WRITE final
@jtulach jtulach merged commit dbba9de into oracle:master Feb 12, 2016
@eregon eregon deleted the final branch March 12, 2016 12:35
dougxc pushed a commit that referenced this pull request May 9, 2016
…/truffle:DebuggerPause to master

Debugger.pause

* commit '09d076ce607b4e704bf6991df03ee52ab5cbc546':
  Added Debugger.pause() method. ExecutionEvent is disposable.
zakkak pushed a commit to zakkak/mandrel that referenced this pull request Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants