You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get the compile-build-run cycle to work I attempted to fix the bug causing the 16th character in the patch name to be chopped off when sending to the Blofeld.
Also added a .gitignore file to avoid all the *.class files (after compilation) showing up in git. I've just used command line based tools, so perhaps this isn't a problem when using an appropriate IDE.
In fact I'm an old fogey -- I'm using SVN rather than git on github (!) so .gitignore doesn't do anything for me. But if it'd be useful to you I could add it.
I had fixed the Blofeld patch name bug as well (or I think I did) in parallel with you. Check it out and let me know.
When we switched to git at work from using CVS and SVN for a long time it felt like a breath of fresh air ... like finally someone had made a version control system that was actually useful ... Anyway, I can relate to the 'old hat' philosophy too, I still use vi for editing and a Nokie 3510i as my cel phone... I think it would be handy to have a .gitignore not just for my sake but also for others who check out the repository (using git!).
Your name fix looks identical to mine (or vice versa, depending on how you look at it), so keep yours.
I'll pull in your fixes to my fork and then resubmit the pull request with just the ,gitignore.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Sean,
Trying to get the compile-build-run cycle to work I attempted to fix the bug causing the 16th character in the patch name to be chopped off when sending to the Blofeld.
Also added a .gitignore file to avoid all the *.class files (after compilation) showing up in git. I've just used command line based tools, so perhaps this isn't a problem when using an appropriate IDE.
/Ricard