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

fix: add "TODO unimplemented"s #1580

Merged
merged 1 commit into from
Aug 30, 2020
Merged

fix: add "TODO unimplemented"s #1580

merged 1 commit into from
Aug 30, 2020

Conversation

erights
Copy link
Member

@erights erights commented Aug 21, 2020

Just grepped for "implemented" to find error messages, etc, that complain that something is not yet implemented, or words to that effect. Added a

// TODO unimplemented

to make these easier to find, as a first step a towards a more principled treatment of these.

Please look at each individual case and advise if it needs a different approach immediately.

@erights erights requested a review from dtribble August 21, 2020 19:12
@@ -118,6 +118,7 @@ export function buildRootObject() {
return mintyIssuerRecord;
},
mintGains: (gains, zcfSeat = undefined) => {
// TODO unimplemented
Copy link
Member Author

Choose a reason for hiding this comment

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

The grepping did find this case, which is the one we discussed this morning.

Copy link
Member

@michaelfig michaelfig left a comment

Choose a reason for hiding this comment

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

LGTM! Please rebase and merge at your convenience.

@erights erights merged commit 7795f93 into master Aug 30, 2020
@erights erights deleted the add-unimplementeds branch August 30, 2020 23:32
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.

2 participants