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

fix: nodebuild call failure after initial install #409

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

Conversation

mkungla
Copy link

@mkungla mkungla commented Feb 3, 2025

Description:

From asdf version v0.16.0, this plugin breaks and fails when trying to install a Node version. This PR introduces a fix that addresses this issue for asdf >= v0.16.0 while ensuring backward compatibility with older versions of asdf.

Changes Introduced:

  • Fixes compatibility with asdf v0.16.0 and later versions.
  • Ensures no breaking changes for versions prior to v0.16.0.

Testing:

  • Tested with asdf v0.16.0 and v0.15.0 to verify proper functionality.
  • Maintains compatibility with earlier versions of asdf.

Closes #407
Closes #412
Closes #414
Closes #415

@queue-tip
Copy link

I opened #407 yesterday. It looks like it's related.

@fabiog27
Copy link

#414 would also be fixed by this I think.

@Stratus3D
Copy link
Member

@augustobmoura can you take a look at this one? I think it's a good fix to accommodate asdf 0.16.0+.

@mkungla
Copy link
Author

mkungla commented Feb 11, 2025

plugin test should be now passing and this pr closes also folllowing issues #407, #412, #414, #415

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment