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

fix: shared node demo#3203

Merged
achingbrain merged 1 commit intomasterfrom
fix-shared-node-demo
Aug 3, 2020
Merged

fix: shared node demo#3203
achingbrain merged 1 commit intomasterfrom
fix-shared-node-demo

Conversation

@Gozala
Copy link
Copy Markdown
Contributor

@Gozala Gozala commented Aug 2, 2020

Shared worker example stopped working, and we have not noticed because for some reason CI doesn't seem to run it. There were several problems:

  1. I'm guessing ipfs was bumped to 0.48 while things were in the review. And demo was getting older version with older ipfs.add API.
  2. When I incorporated add / addAll, I have regressed the example 2302b2f#diff-48144c5d1809a34109f2559846446f22R21. Have not noticed that, because CI doesn't seem to run it.
  3. When I first wrote a example I used CopyWebpackPlugin which then I thought was unnecessary and removed. However index.html was placed in dist from prior runs so after change tests were still passing (and CI never seemed to have run this example).

This pull addresses all of those problems so that example passes tests. I'm still not sure why CI isn't executing this, test but we can figure out in the separate pull.

@Gozala Gozala requested a review from achingbrain August 2, 2020 03:48
@Gozala
Copy link
Copy Markdown
Contributor Author

Gozala commented Aug 3, 2020

Seems like CI is still has not run tests for this example, I'm not sure why 🤷‍♂️

@achingbrain achingbrain merged commit 4c03bb2 into master Aug 3, 2020
@achingbrain achingbrain deleted the fix-shared-node-demo branch August 3, 2020 14:52
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.

2 participants