Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

chore: remove ipld formats re-export #1626

Merged
merged 1 commit into from
Oct 29, 2018
Merged

Conversation

vmx
Copy link
Member

@vmx vmx commented Oct 9, 2018

Prior to this caange the ipld-dag-cbor and ipld-dag-pb modules
are re-exported so that can be accessed within the Browser bundle.
Those modules normally don't need to be used directly, they are
kind of implementation details of IPLD. Hence remove them.

Now ipld-dag-cbor isn't a direct dependency of jsipfs anymore.

BREAKING CHANGE: remove types.dagCBOR and dag.dagPB from public API

@ghost ghost assigned vmx Oct 9, 2018
@ghost ghost added the status/in-progress In progress label Oct 9, 2018
@vmx vmx force-pushed the remove-ipld-formats-re-export branch from 9a6a446 to 693c0ce Compare October 9, 2018 10:10
Copy link
Member

@vasco-santos vasco-santos left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@lidel lidel left a comment

Choose a reason for hiding this comment

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

lgtm

@vmx vmx force-pushed the remove-ipld-formats-re-export branch from 693c0ce to cfc9fa6 Compare October 12, 2018 11:02
Prior to this change the `ipld-dag-cbor` and `ipld-dag-pb` modules
are re-exported so that can be accessed within the Browser bundle.
Those modules normally don't need to be used directly, they are
kind of implementation details of IPLD. Hence remove them.

Now `ipld-dag-cbor` isn't a direct dependency of `jsipfs` anymore.

BREAKING CHANGE: remove `types.dagCBOR` and `dag.dagPB` from public API

If you need the `ipld-dag-cbor` or `ipld-dag-pb` module in the Browser,
you need to bundle them yourself.
@vmx vmx force-pushed the remove-ipld-formats-re-export branch from cfc9fa6 to 9d12edc Compare October 12, 2018 11:36
@vmx
Copy link
Member Author

vmx commented Oct 22, 2018

Ci is finally green! :)

@alanshaw
Copy link
Member

Merging this as only fail is a CI issue:

Cannot contact aws-windows-99b778fc: hudson.remoting.ChannelClosedException: Channel "unknown": Remote call on JNLP4-connect connection from ec2-18-206-231-151.compute-1.amazonaws.com/18.206.231.151:49702 failed. The channel is closing down or has closed down

Could not connect to aws-windows-99b778fc to send interrupt signal to process

@alanshaw alanshaw merged commit 3ee7b5e into master Oct 29, 2018
@alanshaw alanshaw deleted the remove-ipld-formats-re-export branch October 29, 2018 16:29
@ghost ghost removed the status/in-progress In progress label Oct 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants