Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

next Aegir (fix tests in the middle) #53

Merged
merged 6 commits into from
Aug 26, 2017
Merged

next Aegir (fix tests in the middle) #53

merged 6 commits into from
Aug 26, 2017

Conversation

daviddias
Copy link
Member

No description provided.

src/util.js Outdated
@@ -6,6 +6,7 @@ const CID = require('cids')
const waterfall = require('async/waterfall')
const setImmediate = require('async/setImmediate')
const isCircular = require('is-circular')
const Buffer = require('safe-buffer').Buffer
Copy link
Member

Choose a reason for hiding this comment

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

I thought we were dropping Node@4 support? if so we do not need to use safe-buffer

Copy link
Member Author

Choose a reason for hiding this comment

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

I was thinking about that as I went through adding this. Do we want to remove all of the safe-buffers at once or progressively?

Copy link
Member

@dignifiedquire dignifiedquire Aug 25, 2017

Choose a reason for hiding this comment

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

I think it makes sense to do this together with the upgrade to aegir@12

  • remove node@4 from ci
  • ensure 6 & 8 are on ci
  • remove safe-buffer

Copy link
Member Author

Choose a reason for hiding this comment

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

ok :) Could you also create a issue in js-ipfs to describe that "amazing endeavour"?

@daviddias daviddias merged commit 02940a0 into master Aug 26, 2017
@daviddias daviddias deleted the next/aegir branch August 26, 2017 13:07
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants