Skip to content

feat(rfc_tools): add taxonomy parser, github client, and git lister - #7

Open
jtmcdole wants to merge 3 commits into
pr-1-scaffoldingfrom
pr-2-taxonomy-client
Open

feat(rfc_tools): add taxonomy parser, github client, and git lister#7
jtmcdole wants to merge 3 commits into
pr-1-scaffoldingfrom
pr-2-taxonomy-client

Conversation

@jtmcdole

@jtmcdole jtmcdole commented Sep 4, 2026

Copy link
Copy Markdown
Member

PR 2 of 7 for testing and automation

  • Dynamic parsing of categories from rfc 000.0001 (prefer teams make individual updates to categories before new RFCs)
  • GitHub API client and fake for validating authorship.
  • Git abstraction for git ls-tree for better testing
  • ProcessRunner injection for testing.

Stack created with GitHub Stacks CLIGive Feedback 💬

@jtmcdole
jtmcdole force-pushed the pr-2-taxonomy-client branch 2 times, most recently from 737fd2a to 67d158c Compare September 4, 2026 17:13
@jtmcdole
jtmcdole marked this pull request as ready for review September 4, 2026 17:13
@jtmcdole
jtmcdole requested review from Piinks and zanderso September 4, 2026 17:25
Comment thread lib/src/git_lister.dart Outdated
Comment thread lib/src/git_lister.dart Outdated
Comment thread lib/src/git_lister.dart
'$rfcDir/',
]);
if (result.exitCode != 0) {
return const <String>{};

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like stdout and stderr from git are getting dropped here. You might want to print them somewhere if the git command fails.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm adding both stdout and stderr for here and the other commands. That way nothing is lost.

Comment thread lib/src/github_client.dart
@jtmcdole
jtmcdole force-pushed the pr-2-taxonomy-client branch from 67d158c to 305d000 Compare September 4, 2026 19:33
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.

2 participants