-
Notifications
You must be signed in to change notification settings - Fork 279
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
Switch to gengo #1152
Draft
spenserblack
wants to merge
25
commits into
main
Choose a base branch
from
chore/26/switch-to-gengo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Switch to gengo #1152
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2908d7d
Replace tokei with gengo in manifest
spenserblack 1cddb8a
Update naming of gengo's currently supported languages
spenserblack 723b749
Remove Bash and Fish
spenserblack 96bbbbd
Remove JSX and TSX
spenserblack cce8025
Remove `type: ` entries
spenserblack 07dd12f
Remove `LanguageType`
spenserblack c6913f3
Slugify language names for preview title IDs
spenserblack d280914
Bump gengo
spenserblack 6ac0ee0
Update template
spenserblack 1b4dcb2
Remove Zsh
spenserblack 4df4e08
Rename fortran entries
spenserblack 86ffe45
Make data fns internals that take strings
spenserblack 1ff2fb4
Bump gengo
spenserblack 0d9a7f9
2 many changes
spenserblack a1ca68d
Fix panic on unsupported languages
spenserblack 31b5fb9
Rename info line
spenserblack 7a1a668
Update Ren'Py name
spenserblack 1698d28
Update snapshot
spenserblack 17f6097
Rename `get_circle_color` to `get_chip_color`
spenserblack 96cbc52
Fix doc comment
spenserblack 8245a37
Bump gengo
spenserblack c1b95b3
Merge remote-tracking branch 'upstream/main' into chore/26/switch-to-…
spenserblack d7aba13
Merge branch 'chore/26/switch-to-gengo' of github.com:o2sh/onefetch i…
spenserblack 3db0f79
Bump gengo
spenserblack f555aca
Merge update to gix
spenserblack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that
gengo
is also usinggix
it's worth noting that both need to coordinate theirgix
versions while pre-1.0. Otherwise you would end up with two distinctgix
-dependency trees which costs double to compile and in the final binary.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we would want to create a group in the dependabot config so that
gix
andgengo
are updated simultaneously. On gengo's side I can try to promptly create a new release for significantgix
updates.