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

upgrade test modules, fix tests #18

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

upgrade test modules, fix tests #18

wants to merge 5 commits into from

Conversation

mixmix
Copy link
Member

@mixmix mixmix commented Jun 11, 2020

I versioned 8.0.0 without upgrading the test deps which would be the ideal check of whether this is working (sorry, my bad).

This branch is about:

  • amending that
  • updating travis config
  • commenting out some code that's not used

// isArray(opts.query) ? mfr(opts.query) : pull.through(),
// opts.limit && pull.take(opts.limit)
// )
// }
Copy link
Member Author

Choose a reason for hiding this comment

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

both unused fns

package.json Outdated Show resolved Hide resolved
.use('query', Query(1, {indexes: indexes}))
var log = FlumeLog(
path.join(dbPath, 'log.offset'),
{ blockSize: 1024, codec: codec.json }
Copy link
Member Author

Choose a reason for hiding this comment

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

flumelog now has an opts arg we have to us

@mixmix
Copy link
Member Author

mixmix commented Jun 12, 2020

Hmmm .. Node 14 causing Travis trouble. Not sure why, cannot reproduce locally

@mixmix
Copy link
Member Author

mixmix commented Jun 14, 2020 via email

@christianbundy christianbundy removed their request for review April 5, 2021 22:22
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.

2 participants