Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: mason registry verification fails#405

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
s1n7ax merged 2 commits intonvim-java:mainfromlogrusx:fix-startup-checks
Aug 4, 2025

Conversation

@logrusx
Copy link
Contributor

TLDR;

What this PR does is:

  1. In modulejava.startup.mason-dep: extracts the code responsible for adding custom registries to Mason frominstall into a separate functionadd_custom_registries.

  2. In modulejava: callsmason-dep.add_custom_registries prior tostartup_check insetup


Longer explanation:

Pt. 1 is necessary becausestartup_check needs to be called beforemason-dep.install injava.setup but alsomason-dep.install was adding the registries, so the verification was always going to fail. It allows formason-dep.add_custom_registries to be called independently.

Pt. 2 is necessary because custom registries need to be added before the invalid registry verification for it to succeed.

fixes#403

@logrusxlogrusx mentioned this pull requestAug 3, 2025
1 task
@s1n7axs1n7ax merged commit4fd68c4 intonvim-java:mainAug 4, 2025
4 checks passed
@github-actionsgithub-actionsbot mentioned this pull requestAug 4, 2025
@logrusxlogrusx deleted the fix-startup-checks branchAugust 6, 2025 10:17
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

bug: mason registry verification fails

2 participants

@logrusx@s1n7ax

[8]ページ先頭

©2009-2025 Movatter.jp