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 gl, package.json, and travis node version #675

Merged
merged 15 commits into from
Nov 12, 2024
Merged

Conversation

rreusser
Copy link
Member

@rreusser rreusser commented Nov 12, 2024

The headless-gl version was very far behind so that finding a version of node with which it actually installs (not too old, not too new) is relatively difficult, package-lock.json was using the old style, and the version of node on travis was 6.

This PR makes some maintenance development upgrades which should not affect any runtime functionality. The goal is simply to reduce maintenance friction in order to keep the wheels turning a bit longer.

I observe a few failing tests when running locally, for what I presume are low-level bugs or breaking changes in node/gl/gpu driver APIs which have occurred sometime in the last few years. I think it would be wise to resolve these before publishing.

Edit: I tacked on a couple more fixes, including switching to github actions from travis as well as fixing and removing failing badges.

@rreusser
Copy link
Member Author

Tests weren't running at all, so that can't be worse, and no runtime code is modified, so there should be no introduced breakages. I don't expect any reviewers to drop by (though anyone is welcome!), therefore I'm just going to get this merged with the hope that it makes maintenance 2% easier.

@rreusser rreusser merged commit b105ea2 into master Nov 12, 2024
1 check passed
@rreusser rreusser deleted the upgrade-gl branch November 12, 2024 18:29
This was referenced Nov 12, 2024
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.

1 participant