*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** mithro has quit IRC | 00:00 | |
*** Epyon has joined #tp | 00:12 | |
tansell | morning | 00:33 |
---|---|---|
llnz | hi tansell | 00:34 |
*** Epyon has quit IRC | 00:46 | |
*** StupidIncarnate has joined #tp | 01:52 | |
*** mithro has joined #tp | 01:56 | |
StupidIncarnate | hey mithro, how do you download the tp04 branch of something like libtpclient-py with git? I can't seem to figure it out | 02:02 |
StupidIncarnate | that may be what's screwing me up with github | 02:03 |
llnz | StupidIncarnate: clone the repo, then branch/checkout the tp04 branch | 02:04 |
StupidIncarnate | thanks | 02:10 |
llnz | no prob | 02:14 |
llnz | it's probably the sort of thing that should be on the "Working with GIT" page on the wiki | 02:14 |
StupidIncarnate | there's a working with git page? | 02:15 |
llnz | yeah, it maybe slightly hard to find, i usually have trouble finding it | 02:16 |
StupidIncarnate | oh there it is | 02:17 |
StupidIncarnate | if I already have the files from the git.thousand repository, what's the command to change that to the github repository without overwriting your files when you do the clone? | 02:31 |
StupidIncarnate | is it a different command than clone? | 02:31 |
llnz | you add github as a new remote | 02:35 |
StupidIncarnate | alright, added the github url to git, on tp04 branch, made changes, and trying to push it but, getting errors | 02:40 |
StupidIncarnate | did: git push origin | 02:41 |
*** nash has joined #tp | 02:43 | |
matthewd | StupidIncarnate: Best guess, origin isn't the remote you want to push to? | 03:15 |
matthewd | `git remote -v` to check | 03:16 |
StupidIncarnate | yeah, I ended up deleting origin | 03:17 |
StupidIncarnate | and hey matthewd | 03:18 |
matthewd | Yes.. also, hi! :) | 03:19 |
StupidIncarnate | how goes it? | 03:20 |
matthewd | Quite well, and you? | 03:21 |
matthewd | Sorry I haven't been around before :/ | 03:22 |
StupidIncarnate | naw it's fine. Hasn't started anyway | 03:22 |
StupidIncarnate | and i'm good | 03:24 |
matthewd | mithro: ping | 03:27 |
llnz | hi matthewd | 03:36 |
llnz | not sure what mithro's up to, but he appears busy | 03:36 |
matthewd | Hi llnz, yeah, it can wait | 03:36 |
matthewd | Actually... you might be able to see something... | 03:37 |
llnz | sure | 03:37 |
matthewd | I just noticed that on socghop, the "you are mentoring" list is empty | 03:37 |
matthewd | But my name is next to StupidIncarnate's proposal in the "under review" list | 03:37 |
llnz | i see it too | 03:40 |
llnz | on the manage student projects page it seems fine | 03:40 |
matthewd | Ah, okay. And I've just worked out that I get an error when I click on the project because there's no pending evaluation. | 03:41 |
llnz | ah | 03:42 |
matthewd | mithro: unping :) | 03:46 |
* llnz wanders off | 04:41 | |
llnz | later all | 04:41 |
*** llnz has quit IRC | 04:41 | |
tansell | StupidIncarnate, did you end up being able to push to github? | 04:48 |
StupidIncarnate | supposidely, I messaged you on it | 04:51 |
matthewd | http://github.com/StupidIncarnate/libtpclient-py/commit/0f69584 | 04:51 |
StupidIncarnate | you'll have to check if i did it right though | 04:51 |
tpb | <http://ln-s.net/6a6j> (at github.com) | 04:51 |
tansell | StupidIncarnate, looks okay | 04:55 |
StupidIncarnate | k good | 04:56 |
*** bisc has joined #tp | 05:08 | |
bisc | mithro: hi. need your review for code that I sent to rietveld | 05:11 |
tansell | link me? | 05:11 |
bisc | tansell: http://codereview.mithis.com/29001/show | 05:12 |
tpb | Title: Issue 29001: UI tiny improvements - Code Review (at codereview.mithis.com) | 05:12 |
tansell | bisc, couple of things | 05:12 |
tansell | bisc, this should be 4 patches | 05:12 |
bisc | tansell: yeah, I see. how to split them using upload.py? I made two commits, but this tool uploaded a single patch | 05:13 |
tansell | bisc, are you using git-cl? | 05:13 |
bisc | tansell: don't remember, let me look | 05:14 |
tansell | bisc, as well - don't just comment out code which is no longer needed - just delete it | 05:15 |
tansell | we have a revision control system for a reason :) | 05:16 |
bisc | tansell: ok. I don't use git-cl because aptitude doesn't know of it. I used upload.py from here http://codereview.mithis.com/static/upload.py | 05:17 |
tansell | http://neugierig.org/software/git/?r=git-cl | 05:17 |
tpb | Title: git-cl - git command for managing changelists with rietveld (at neugierig.org) | 05:17 |
bisc | tansell: oh, I remember. I maybe used git-cl. at least it's in my tpclient directory. anaway, does it send each commit for a separate patch or all commits to one patch? | 05:19 |
tansell | all commits in a branch as one patch | 05:19 |
tansell | bisc, I also would like screenshots of the before/after for any GUI changes | 05:21 |
bisc | tansell: ok, so I need to break it into 4 commits and upload each? | 05:21 |
bisc | tansell: where to place those screens? | 05:21 |
tansell | bisc, where ever you want | 05:21 |
bisc | tansell: will be posting them to blog then. | 05:22 |
tansell | bisc, sounds good | 05:22 |
bisc | tansell: I get fairly annoyed with not usable automatic server/username/password saving in client. may I currenly work on this part of client? at least to improve my own speed of development | 05:26 |
tansell | bisc, sure - what annoys you about it? | 05:26 |
bisc | tansell: first, I get demo1.thousandparsec.net as default choice and need to switch to 127.0.0.1 each time. I guess that saving previous choice and making it default is sensible | 05:28 |
tansell | bisc, you know you can give the value on the command line? | 05:29 |
tansell | ./tpclient-pywx tp://test:test@localhost/ | 05:29 |
bisc | tansell: second, even after I select 127.0.0.1 I get guest@tp which is saved with wrong password | 05:29 |
tansell | bisc, that sounds like a bug | 05:30 |
bisc | tansell: wow, didn't know that. is there any help or reference for arguments for tpclient-pywx? | 05:30 |
tansell | bisc, nope! | 05:30 |
tansell | like everything - it's undocumented | 05:30 |
bisc | tansell: understood. any way to set up user and password through console? | 05:31 |
tansell | bisc, what do you mean "setup" ? | 05:32 |
tansell | ./tpclient-pywx tp://<username>:<password>@<server>/<game> | 05:32 |
bisc | tansell: great, it works, thx. still, will need to fix defaults in winConnect eventually. | 05:35 |
tansell | yes | 05:36 |
bisc | tansell: do you know how to revert commits it git, but save local changes? just to recommit in another way | 05:38 |
tansell | bisc, I just use gitk | 05:38 |
bisc | tansell: maybe I should do it as well. some of git console commands are not very obvious for me :) | 05:40 |
matthewd | http://book.git-scm.com/4_interactive_rebasing.html is the most complex way to do it :) | 05:40 |
tpb | <http://ln-s.net/2B7d> (at book.git-scm.com) | 05:40 |
bisc | matthewd: oh, thanks. not the easiest way, yep. I will probably copy files, checkout older commit, and rewrite files again | 05:43 |
bisc | tansell: will resubmit patches for review later today. | 05:45 |
*** StupidIncarnate has quit IRC | 05:51 | |
*** peres has joined #tp | 06:06 | |
*** StupidIncarnate has joined #tp | 06:06 | |
*** shenki has quit IRC | 06:45 | |
StupidIncarnate | mithro ping? | 07:20 |
tansell | StupidIncarnate, pong | 07:20 |
StupidIncarnate | in the __init__ function of cache, the comment says the key must be constructed protocol://username@server:port/ | 07:21 |
StupidIncarnate | but on the def key think, it doesn't seem to look for the port at all? | 07:22 |
StupidIncarnate | thing* | 07:22 |
tansell | I don't understand what you are saying | 07:23 |
StupidIncarnate | on the init for the cache class, why does the key need the port as well? | 07:25 |
tansell | because you might have two server on different ports | 07:26 |
matthewd | And if the port is the default, and it may sometimes be omitted, you'll end up with unwanted cache misses (guessing) | 07:27 |
StupidIncarnate | ok | 07:28 |
*** cahirwpz has joined #tp | 07:34 | |
*** mithro has quit IRC | 08:04 | |
*** null_000 has joined #tp | 08:12 | |
*** Epyon has joined #tp | 08:14 | |
null_000 | tansell: ping | 08:34 |
*** mithro has joined #tp | 08:43 | |
*** Agon-laptop has joined #tp | 09:32 | |
StupidIncarnate | mithro ping | 09:33 |
*** StupidIncarnate has quit IRC | 09:48 | |
*** Epyon has quit IRC | 09:50 | |
*** nash has quit IRC | 09:56 | |
*** Epyon has joined #tp | 10:13 | |
*** Agon-laptop has quit IRC | 10:30 | |
*** null_000 has quit IRC | 10:35 | |
*** null_0001 has joined #tp | 10:35 | |
*** shenki has joined #tp | 10:38 | |
*** Epyon_ has joined #tp | 10:55 | |
*** Epyon has quit IRC | 10:55 | |
*** cahirwpz has quit IRC | 10:55 | |
*** JLP has quit IRC | 10:55 | |
*** JLP has joined #tp | 10:57 | |
*** JLP has joined #tp | 10:57 | |
*** bisc has quit IRC | 10:58 | |
*** cahirwpz has joined #tp | 10:58 | |
*** Agon-laptop has joined #tp | 12:14 | |
*** mithro has quit IRC | 12:25 | |
*** mithro has joined #tp | 12:50 | |
*** cahirwpz has quit IRC | 12:56 | |
*** null_0001 has quit IRC | 14:35 | |
*** accAgon-laptop has joined #tp | 15:05 | |
*** Agon-laptop has quit IRC | 15:06 | |
*** jmtan has joined #tp | 15:53 | |
*** drf__ has joined #tp | 15:56 | |
*** drf__ has quit IRC | 15:56 | |
*** drf__ has joined #tp | 15:56 | |
*** drf__ has joined #tp | 15:56 | |
*** drf__ has left #tp | 15:57 | |
*** null_000 has joined #tp | 16:54 | |
*** jmtan has quit IRC | 16:56 | |
*** null_000 has quit IRC | 17:00 | |
*** accAgon-laptop has quit IRC | 17:06 | |
alanp | ack | 17:19 |
alanp | missed him | 17:19 |
*** peres has quit IRC | 18:00 | |
*** Erroneous has joined #tp | 18:12 | |
*** Agon has joined #tp | 19:21 | |
*** llnz has joined #tp | 20:05 | |
llnz | morning all | 20:06 |
*** cahirwpz has joined #tp | 20:07 | |
*** null_000 has joined #tp | 20:08 | |
*** cahirwpz has quit IRC | 21:11 | |
*** alanp_ has joined #tp | 21:52 | |
*** alanp has quit IRC | 21:56 | |
llnz | afk | 21:58 |
*** null_000 has quit IRC | 22:44 | |
alanp_ | ugg | 22:46 |
alanp_ | 2 minutes | 22:46 |
*** alanp_ is now known as alanp | 22:56 | |
*** mithro has quit IRC | 23:05 | |
*** Agon has quit IRC | 23:24 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!