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

bug: unused parameter #1

Closed
brandonkal opened this issue Jan 13, 2020 · 5 comments
Closed

bug: unused parameter #1

brandonkal opened this issue Jan 13, 2020 · 5 comments

Comments

@brandonkal
Copy link

See first and last highlighted lines:
The start function only accepts and acts on one parameter.

https://github.com/codefeathers/Promise.object/blob/abf53be3fd9f4349d4165072d1ec7e0b4deed0b6/index.js#L25-L31

@MKRhere
Copy link
Member

MKRhere commented Jan 13, 2020

Indeed, thanks for noticing. Will fix, along with other issues. Due for a new release anyway.

@brandonkal
Copy link
Author

It is also worth noting that I found a way to type such a function:

https://github.com/brandonkal/deno-lib/blob/fe94b7b2783776e5052a6a0a95f37e0dff066697/resolve-promise-object.ts#L10-L20

@brandonkal
Copy link
Author

@MKRhere What other issues are you seeing?

@MKRhere
Copy link
Member

MKRhere commented Jan 16, 2020

There is an open bug on deep-cyclic objects. Root cyclic is resolved correctly. I've created a rewrite branch which is not ready yet, but will be soon and is supposed to be a bit more efficient. With the rewrite, this (#1) bug becomes irrelevant, so I might close this issue when it's merged to master.

@MKRhere
Copy link
Member

MKRhere commented Feb 27, 2023

I've published an update, and it's on Deno as well now: https://deno.land/x/promise_object

@MKRhere MKRhere closed this as completed Feb 27, 2023
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

No branches or pull requests

2 participants