-
Notifications
You must be signed in to change notification settings - Fork 105
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
Is this project abandoned? #248
Comments
not even sure, but gitless sounded revolutionary. |
From the bottom of the home page:
It's PhD-ware. They have probably moved on to other research topics, lost their funding or both. |
I'm going to see how far I can get using gitless in combination with git-worktree. I've forked the code and fixed (as far as I can tell) 2 bugs so far. https://github.com/goldstar611/gitless |
Thanks for taking on such a difficult task, well done. |
Unfortunately I don't have much time to work on Gitless actively anymore. I'd be happy to create a new release if someone makes a contribution.
@goldstar611 this is amazing, thank you. Switching to using git-worktree instead of stashing for keeping branch independents will be a huge perf boost. Let me know if I can help with something. |
Any timeline to make a release to keep the train going? |
@spderosso it's silly but after reading the paper many years ago i was so frustrated that the git community didn't simply pick up on this and gave users a hand to a better experience. so i forgot. then found it again when researching for ways to remove errors in (Dev)Ops envs, since there's quite a difference between build failures on Dev and env failures on Prod. And now, 4 or 5 years later I finally cared enough for myself to just install it and i see it's under threat of staleness... Could you:
it might have the following benefits:
That all together could make the project sustainable in a fair manner. |
Fortunately, spderosso mentioned that "I'd be happy to create a new release if someone makes a contribution." ❤️ |
I thought we have open PRs? |
make someone comantainer, or give the repo to someone else, except jia tan of course |
honestly, I find python to blame for this, you cant really write a program and let it sit forever even if it works perfectly fine... thats why people just use C.. but even C is not safe, gcc 14 broke lots of code, maybe the only safe programming language is vanilla JavaScript |
As long as it is possible to transpile between versions of Python, but then WHY would people not update and collaborate? |
Last commit to master was almost a year ago. Last release was almost 2 years ago.
From a python package standpoint, being two years stale makes it hard to continue to maintain this package in package repositories.
The text was updated successfully, but these errors were encountered: