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

Editorial: convert Number abstract operations to algorithmic steps #2189

Merged
merged 1 commit into from
Feb 6, 2021

Conversation

ryanjduffy
Copy link

@ryanjduffy ryanjduffy commented Sep 23, 2020

Draft to fix #2179

  • Number::exponentiate
  • Number::multiply
  • Number::divide
  • Number::remainder
  • Number::add

@michaelficarra
Copy link
Member

@ryanjduffy Are you still planning on finishing this PR?

@michaelficarra michaelficarra changed the title Convert Number abstract operations to algorithmic steps Editorial: convert Number abstract operations to algorithmic steps Jan 5, 2021
@michaelficarra michaelficarra marked this pull request as ready for review January 6, 2021 05:08
@michaelficarra michaelficarra requested review from a team, syg and bakkot January 6, 2021 18:13
Copy link
Contributor

@bakkot bakkot left a comment

Choose a reason for hiding this comment

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

Some editorial comments, but otherwise looks good to me.

@ryanjduffy
Copy link
Author

@michaelficarra - Thanks for picking this up from me. Life got in the way over the past few months. :) I'll keep an eye out for other issues I can pick up in the near future.

@michaelficarra
Copy link
Member

No worries, @ryanjduffy. Thanks for the work you had already done. I'd love to see more contributions from you in the future, but don't feel pressured.

@michaelficarra
Copy link
Member

@bakkot Addressed.

jmdyck
jmdyck previously requested changes Jan 11, 2021
@bakkot bakkot added the ready to merge Editors believe this PR needs no further reviews, and is ready to land. label Feb 5, 2021
@ljharb ljharb requested a review from jmdyck February 6, 2021 03:20
Copy link
Collaborator

@jmdyck jmdyck left a comment

Choose a reason for hiding this comment

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

No complaints, but I didn't check that the changes were semantics-preserving.

@ljharb ljharb dismissed jmdyck’s stale review February 6, 2021 16:33

changes addressed

…c39#2189)

Co-authored-by: Ryan Duffy <ryan.duffy@lge.com>
Co-authored-by: Michael Ficarra <mficarra@shapesecurity.com>
Co-authored-by: Kevin Gibbons <bakkot@gmail.com>
Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

Verified all changes against my es-abstract implementations and tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial change establishes editorial conventions ready to merge Editors believe this PR needs no further reviews, and is ready to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

convert some Number:: AOs to use algorithm steps
6 participants