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

Using inexistent commit for github.com/darkhz/tview #58

Open
WhyNotHugo opened this issue Mar 26, 2024 · 2 comments
Open

Using inexistent commit for github.com/darkhz/tview #58

WhyNotHugo opened this issue Mar 26, 2024 · 2 comments

Comments

@WhyNotHugo
Copy link

WhyNotHugo commented Mar 26, 2024

Current master points to a commit in tview which does not exist upstream:

> go run ./main.go 
go: downloading github.com/darkhz/tview v0.0.0-20240130154506-5ca91a0d158f
ui/adapter.go:12:2: github.com/darkhz/[email protected]: invalid version: unknown revision 5ca91a0d158f
> git clone https://github.com/darkhz/tview
> cd tview
> git show 5ca91a0d158f
fatal: ambiguous argument '5ca91a0d158f': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

GitHub does show this commit, but it seems to belong only in a fork: darkhz/tview@5ca91a0d158f

Using github.com/darkhz/tview v0.0.0-20240308094543-6078a888ff79 instead seems to work.

@darkhz
Copy link
Owner

darkhz commented Mar 26, 2024

Try using the pre built binaries for now, if possible. I have to update the sources, which will be done by this week or the next.

@WhyNotHugo
Copy link
Author

Sure, deleting the entry from go.sum and adding the above version worked.

I had to build from source to use a patched dependency due to mafik/pulseaudio#4

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

No branches or pull requests

2 participants