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(encoder): correct return value on .write #28

Merged
merged 2 commits into from
May 2, 2018

Conversation

dignifiedquire
Copy link
Owner

Due to not returning the success value on .write, the encoding was
not finished.

Closes #27

Due to not returning the success value on `.write`, the encoding was
not finished.

Closes #27
"build": "aegir-build",
"coverage": "aegir-coverage",
"coverage-publish": "aegir-coverage publish",
"test": "aegir test --files test/**/*.spec.js",
Copy link
Collaborator

Choose a reason for hiding this comment

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

is the --files flag really needed?

"release-major": "aegir release --type major",
"build": "aegir build",
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage --upload",
Copy link
Collaborator

Choose a reason for hiding this comment

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

use --provider coveralls

Copy link
Collaborator

@daviddias daviddias left a comment

Choose a reason for hiding this comment

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

Couple of nitpicks, overall LGTM, CI is not happy though. Can we have this module in the ipfs org?

@chip4 chip4 mentioned this pull request Mar 16, 2018
@FloorLamp
Copy link

Any chance we can get this merged?

@wanderer
Copy link

wanderer commented May 1, 2018

bump

@dignifiedquire dignifiedquire merged commit 8e41f4c into master May 2, 2018
@dignifiedquire dignifiedquire deleted the fix/nested-array branch May 2, 2018 11:24
@dignifiedquire
Copy link
Owner Author

fixed and released, sorry for the delay

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.

4 participants