Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

added transport to options so it can be used to filter by #28

Merged
merged 10 commits into from
Nov 17, 2016

Conversation

SidHarder
Copy link
Contributor

No description provided.

@SidHarder
Copy link
Contributor Author

question: Was transport left out on purpose for some reason?

@daviddias
Copy link
Member

The toOptions is a convenience method so that we get an options object that is friendly with Node.js net and http api. we can add this one in.

Seems like tests are failing, could you update?

@SidHarder
Copy link
Contributor Author

I take a look and see whats up with the tests.

@SidHarder
Copy link
Contributor Author

Tests are fixed.

@@ -302,6 +302,7 @@ describe('helpers', () => {
).to.be.eql({
family: 'ipv4',
host: '0.0.0.0',
transport: 'tcp',
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was complaining about tabs instead of spaces so I fixed that. When I commit I get this error message. Not sure what to do.

Are these the weird Webpack errors mentioned below?

ERROR in multi main
Module not found: Error: Can't resolve 'transform' in '/Users/sidharder/git/js-multiaddr'
BREAKING CHANGE: It's no longer allowed to omit the '-loader' prefix when using loaders.
You need to specify 'transform-loader' instead of 'transform'.
@ multi main

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I rebased master onto my branch but still have same issue?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, I got through it, disregard the previous messages.

@daviddias
Copy link
Member

@SidHarder you might also want to rebase master onto your branch, so that you don't get the weird Webpack errors (the loader ones)

@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 99.614% when pulling ab44230 on SidHarder:master into 92660da on multiformats:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 99.614% when pulling ab44230 on SidHarder:master into 92660da on multiformats:master.

@daviddias daviddias merged commit 4d9fc9c into multiformats:master Nov 17, 2016
@daviddias
Copy link
Member

released :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants