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

Init project #1

Merged
merged 113 commits into from
Aug 9, 2023
Merged

Init project #1

merged 113 commits into from
Aug 9, 2023

Conversation

spenserblack
Copy link
Owner

@spenserblack spenserblack commented Jul 26, 2023

  • Add test for regex matching
  • Add overall matches function
  • Implement Analyzers::exec Analyzers::pick
  • Add code coverage
  • Switch from tera to macro? Dropped tera to interpret at runtime for now.
    • Possibly check regexes here to trigger compiler errors
  • Use generic <T: Into<OsString>> nevermind.
  • Change from large new function to using a builder?
  • Change priority from 0.0 to 1.0 to 0 to 100?
  • shebang matching (should always be a higher priority than filepath matches)
  • fn to return if file is generated
  • fn to return if file is vendored
  • fn to return if file is documentation
  • Gengo struct that contains Analyzers, configuration, etc.
  • Read from .gitattributes
  • document hacking (developing, testing)
  • document contributing
  • Separate is-documentation, is-generated, etc. into read and no-read methods for performance

@spenserblack spenserblack self-assigned this Jul 26, 2023
@spenserblack spenserblack merged commit b624ae2 into main Aug 9, 2023
@spenserblack spenserblack deleted the init-project branch August 9, 2023 16:08
@spenserblack spenserblack mentioned this pull request Aug 28, 2023
2 tasks
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.

None yet

1 participant