Add marthofdoom/MAO and marthofdoom/MEO to the manual listing - #9
Open
marthofdoom wants to merge 1 commit into
Open
Add marthofdoom/MAO and marthofdoom/MEO to the manual listing#9marthofdoom wants to merge 1 commit into
marthofdoom wants to merge 1 commit into
Conversation
Both are Synthesis patchers (top-level solution, an OutputType=Exe project referencing Mutagen.Bethesda.Synthesis 0.36.5, and a SynthesisMeta.json set to Visible), but neither appears in the dependents scrape because the account has the GitHub dependency graph disabled, so they are invisible to GitHubDependentListingsProvider. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update: this is likely no longer needed — see the note at the bottom before reviewing.
Requesting manual registration for two Skyrim SE patchers that the dependents scrape could not see.
Why they were invisible
GitHubDependentListingsProvidersources listings from theMutagen.Bethesda.Synthesisdependents page, which is built from GitHub's dependency graph. That graph was disabled on themarthofdoomaccount, sohttps://github.com/marthofdoom/MAO/network/dependenciesreturned:Neither repo appeared anywhere in
scrape-state.txt, so this was never a scrape error to fix — the scraper had simply never encountered them.Both repos meet the documented requirements
MAO.slnMEO.slnOutputType=Exeinstaller/MAO.Synthesis/MAO.Synthesis.csprojinstaller/MEO.Synthesis/MEO.Synthesis.csprojMutagen.Bethesda.SynthesisSynthesisMeta.json,Visibility: Visible1.0.3v1.0.7-beta3Both build through the solution on
windows-latestin CI the same way Synthesis does (dotnet build <Name>.sln -c Release), and both target Skyrim SE viaMutagen.Bethesda.Skyrim0.54.2.Update — the underlying cause is now fixed
The dependency graph has since been enabled on the account, and both repos now appear on the dependents page, so the normal automatic path should pick them up on an upcoming scrape without any manual entry.
I'm leaving this open only until a scrape confirms that, then I'll close it — no need for you to carry redundant entries. Closing it now is equally fine by me if you'd rather not keep it in your queue. Apologies for the noise.
🤖 Generated with Claude Code