-
Notifications
You must be signed in to change notification settings - Fork 654
fixes #101 fixes #336 #349
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
Conversation
dazinator
commented
Jan 15, 2015
- Committed @MacDennis76 's fix which allows dynamic repository to run.. Although have no idea if this is an acceptable fix.
@andreasohlund @SimonCropp @distantcam Can you guys help with the build machine: This PR failing the build seems to have nothing to do with the actual PR changes. |
@dazinator can you walk me through what tests you did to verify this change? Just want to be sure that we are on the same page, and if we can add some Unit/Integration Tests to cover this. |
Hi @gep13 Certainly! First I verified that there is an issue by simply running GitVersion.exe with the debugger attached, passing in the necessary arguments, something like /url /u and /p which relate to the repo url and github username and password. I stepped through the code until it blew up. The exception was to do with the fact that the repo object doesn't have a "working directory" and the class responsible for finding the I commented on #101 to that effect, and was prepared to leave it at that but then I noticed #336 which was reporting the same problem. More specifically, I noticed @MacDennis76 suggestion which was this one liner code change. As I didn't see a PR for this change, I made this change locally, ran GitVersion.exe with the debugger attached, and verified that it allows the program to run without throwing an exception. However, I must stress, I have no idea whether the I think getting some test coverage around this is much needed! I hope that helps :) |
I think #350 may fix this issue. Can you give it a go
@GeertvanHorrik did most of the hard work, and it has a test now covering the dynamic repos feature. |
Sounds good to me 👍 |
I took a look at thet build agent... Plenty of disk space is available ( in excess of 5 GB) so this is very weird... |
Very strange indeed! |
There's a ghost in my PR! :) |
Superceded by #350 - closing |