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

Update fastlist to 0.3.0 #43

Merged
merged 4 commits into from
Jun 17, 2020

Conversation

MarkTiedemann
Copy link
Contributor

@MarkTiedemann MarkTiedemann commented Jun 15, 2020

Note that both of these changes increase the size of fastlist from 9kb to 200kb+. The execution speed is still the same, however.

@MarkTiedemann MarkTiedemann changed the title Update fastlist to 0.3.0 (Closes #41) Update fastlist to 0.3.0 Jun 15, 2020
@MarkTiedemann
Copy link
Contributor Author

@sindresorhus CI is red on Linux. However, I can't check why because I'm unable to view the log. Travis shows me an error message: "We couldn't display the repository - sindresorhus/ps-list"

@sindresorhus
Copy link
Owner

I can't check why because I'm unable to view the log.

Fixed the log.

@sindresorhus
Copy link
Owner

Note that both of these changes increase the size of fastlist from 9kb to 200kb+. The execution speed is still the same, however.

That's fine.

@MarkTiedemann MarkTiedemann force-pushed the fastlist-0.3.0 branch 2 times, most recently from ca18e7a to 8fe8132 Compare June 16, 2020 14:04
@MarkTiedemann
Copy link
Contributor Author

The failure is unrelated.

Ubuntu, Node 12:

https://travis-ci.com/github/sindresorhus/ps-list/jobs/349742956

{
    // ...
    name: 'node',
    cmd: 'ava'
}

Ubuntu, Node 10:

https://travis-ci.com/github/sindresorhus/ps-list/jobs/349742957

{
    // ...
    name: 'ava',
    cmd: 'ava'
}

Will make a separate PR with a fix.

@MarkTiedemann MarkTiedemann mentioned this pull request Jun 16, 2020
@MarkTiedemann
Copy link
Contributor Author

@sindresorhus CI is now green.

@sindresorhus sindresorhus merged commit c7937c5 into sindresorhus:master Jun 17, 2020
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.

Windows 10 support seem to be broken (MSVCP140.dll)
2 participants