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

Notate throwing vs. non-throwing abstract operations #386

Merged
merged 1 commit into from
Aug 5, 2015

Conversation

domenic
Copy link
Member

@domenic domenic commented Aug 3, 2015

Fixes #371.

@tyoshino, pretty sure this is correct, but if you could do a quick check to make sure my throw/nothrow annotations are OK, that'd be helpful.

@tyoshino tyoshino self-assigned this Aug 5, 2015
@@ -1833,7 +1844,7 @@ throughout the rest of this standard.
1. Return *undefined*.
</emu-alg>

<h4 id="get-total-queue-size" aoid="GetTotalQueueSize">GetTotalQueueSize ( queue )</h4>
<h4 id="get-total-queue-size" aoid="GetTotalQueueSize" throws>GetTotalQueueSize ( queue )</h4>
Copy link
Member

Choose a reason for hiding this comment

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

nothrow?

@tyoshino
Copy link
Member

tyoshino commented Aug 5, 2015

Reviewed annotations!

@domenic domenic force-pushed the notate-throws branch 4 times, most recently from 2684999 to 43a49ab Compare August 5, 2015 20:45
@domenic
Copy link
Member Author

domenic commented Aug 5, 2015

Thanks for the careful review; both of your throw -> nothrow finds were correct!

@domenic domenic deleted the notate-throws branch October 15, 2015 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants