mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 04:55:55 +03:00
[PR #87] [MERGED] fix --version parsing #93
Labels
No labels
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termpair#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cs01/termpair/pull/87
Author: @cs01
Created: 8/31/2021
Status: ✅ Merged
Merged: 8/31/2021
Merged by: @cs01
Base:
master← Head:cs01/fix-version-parsing📝 Commits (4)
36f4dcafix --version parsing13d342afix duplicate function name; add vscode settings filec73b589ensure yarn install is run before building7ad879aprune vscode dir from manifest📊 Changes
10 files changed (+31 additions, -11 deletions)
View changed files
📝
.gitignore(+0 -1)➕
.vscode/settings.json(+9 -0)📝
CHANGELOG.md(+4 -0)📝
MANIFEST.in(+1 -0)📝
makefile(+3 -3)📝
noxfile.py(+7 -0)📝
termpair/constants.py(+1 -1)📝
termpair/frontend_src/src/constants.ts(+1 -1)📝
termpair/main.py(+1 -5)📝
tests/test_e2e.py(+4 -0)📄 Description
CHANGELOG.mdSummary of changes
Test plan
Tested by running
fixes #86
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.