-
Notifications
You must be signed in to change notification settings - Fork 33
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
latest changes broke ti in specific usage scenario #33
Comments
Hmm. That commit was intended to fix a problem with cache corruption.. That is a peculiar usage scenario, but IMO there's no reason why it shouldn't work... Really sorry that broke for you though, if I'd known about that ticgit being used like that I could have tried harder to make sure not to break it lol. Let me take a look at this some more.... I'm having trouble reproducing this bug... Can you provide any more information about your environment? What Ruby version are you using @frioux ? |
tungsten [20059] ~ <2> $ ruby --version Just whatever ubuntu comes with. Sorry I didn't get you a test case for this yet, I will, I'm just swamped at work. |
Hey no worries, I'll take as much [or as little] help as I can get. This is the last day of my vacation though, it's back to work full time for me next week. I'll still be here and will make a best effort to squash bugs but my time available for working on them will be significantly reduced. |
Hey, so I haven't been able to reproduce this bug and am headed back to work now so I won't have anywhere near as much time to work on it anymore. I'll keep poking and prodding it once in awhile in my free time, but for the most part you shouldn't count on me fixing this one in the near future just because I can't find the bug. Maybe once we both get some free time we'll be able to work out what it is that's revealing the bug to you and not to me, until then though it may be just you working on it for the time being. |
@frioux Hey. |
Reposted as an issue on behalf of frioux who PM'd me to confirm this was a bug.
This is how I run ti:
alias ti='ruby -I~/code/ticgit/lib ~/code/ticgit/bin/ti'
In 1.0.2.6 it works perfectly, but in 1.0.2.7 and forward I now get the following error when I just run plain ti:
ok, actually, it just seems like ti can't create a new ticgit branch anymore. Existing ti branches seem to work fine... Trying to see when that came in now...
Bisected the error to this commit: 9dcde19
The text was updated successfully, but these errors were encountered: