*** khildin has quit IRC | 00:28 | |
*** vialde has quit IRC | 01:38 | |
*** OTNexus has joined #schooltool | 01:57 | |
*** OTNexus has quit IRC | 03:28 | |
*** aelkner has quit IRC | 05:23 | |
*** paulproteus has quit IRC | 05:59 | |
*** paulproteus has joined #schooltool | 06:05 | |
*** aelkner has joined #schooltool | 07:16 | |
*** khildin has joined #schooltool | 10:51 | |
*** vialde has joined #schooltool | 11:06 | |
*** menesis has joined #schooltool | 11:36 | |
*** replaceafill has joined #schooltool | 14:02 | |
replaceafill | yvl, you around? | 14:03 |
---|---|---|
yvl | hey man | 14:03 |
replaceafill | hey yvl | 14:03 |
replaceafill | i'm testing your score fix with dwelsh data | 14:03 |
replaceafill | and i'm getting an UnableToEvolve error | 14:03 |
yvl | hmm | 14:03 |
yvl | traceback? | 14:04 |
replaceafill | File "/home/replaceafill/sandboxes/cando_missing_scores_justas_fix/schooltool.cando/src/schooltool/cando/generations/evolve2.py", line 145, in fixSkillScores | 14:04 |
replaceafill | if ref in evaluations._history: | 14:04 |
replaceafill | TypeError: argument of type 'NoneType' is not iterable | 14:04 |
replaceafill | i think that's the relevant part | 14:04 |
replaceafill | let me paste the whole thing | 14:04 |
replaceafill | http://pastebin.com/DAGRRfv5 | 14:05 |
yvl | right | 14:05 |
yvl | it should be | 14:05 |
yvl | if evaluations._history and ref in evaluations._history | 14:05 |
replaceafill | do you want me to change the line and try again? | 14:05 |
yvl | yes please | 14:07 |
replaceafill | kk on it | 14:07 |
replaceafill | later there's this line: | 14:08 |
replaceafill | if (ref in evaluations._history and | 14:08 |
replaceafill | evaluations._history[ref]): | 14:08 |
replaceafill | 14:08 | |
replaceafill | do we need the same check here? | 14:08 |
replaceafill | i changed both lines (just in case) and it worked | 14:11 |
replaceafill | ah! i could run this with dwelsh first backup | 14:14 |
replaceafill | when they reported missing scores first | 14:14 |
* replaceafill goes to see | 14:14 | |
yvl | yes, you also need to add second check | 14:17 |
replaceafill | kk | 14:17 |
replaceafill | if there were scores missing they should now be displayed in score history, right? | 14:17 |
yvl | they should now be displayed | 14:22 |
yvl | if new scores are added, the missing ones should go to history | 14:22 |
replaceafill | right | 14:23 |
replaceafill | hey! i think it works :D | 14:24 |
replaceafill | not sure, but i can see evaluations from oct 17 | 14:24 |
replaceafill | and i remember i could only see the ones from oct 22 | 14:24 |
replaceafill | (when dwelsh reported the issue) | 14:25 |
*** menesis has quit IRC | 14:30 | |
yvl | cool | 14:47 |
yvl | thanks for testing, replaceafill | 14:47 |
replaceafill | writing email with my findings :) | 14:47 |
th1a | hi replaceafill. | 14:49 |
replaceafill | hey th1a | 14:49 |
th1a | Thanks for getting to this early. | 14:50 |
replaceafill | :) | 14:50 |
replaceafill | i took some screenshots with comparisons | 14:50 |
replaceafill | sending... | 14:50 |
replaceafill | hope makes sense :) | 14:52 |
replaceafill | oops | 14:53 |
yvl | looks like it worked :) | 14:54 |
th1a | Can you double check that yvl. | 14:54 |
yvl | and I see teacher did re-enter some of the scores | 14:55 |
replaceafill | yes | 14:55 |
th1a | I don't know if we can get menesis to release this today. | 14:55 |
yvl | th1a, do you have something specific in mind? | 14:55 |
th1a | yvl: No... I'd just like to push it out quickly so maybe you should look at it. ;-) | 14:56 |
replaceafill | i can send yvl any dwelsh database he needs to double check | 14:56 |
replaceafill | (the connection in this hotel sucks btw) ;) | 14:57 |
yvl | hmm | 14:59 |
yvl | you can | 14:59 |
yvl | I don't think theres a serious need for it though | 15:00 |
replaceafill | kk | 15:00 |
th1a | replaceafill: menesis knows all your pending bugfixes? | 15:01 |
replaceafill | th1a, yes | 15:02 |
replaceafill | they're all in trunk | 15:02 |
replaceafill | uploading 70 MB at 21.3 Kb/s... | 15:03 |
th1a | eek | 15:04 |
replaceafill | duh! i can transfer between servers! | 15:04 |
replaceafill | :D | 15:04 |
replaceafill | lol, less than 10 seconds :D | 15:06 |
replaceafill | yvl, i put dwelsh's databases in /home/replaceafill/acc in our vps | 15:09 |
yvl | thanks man | 15:09 |
replaceafill | ok, i'll go get breakfast, bb in ~30 mins | 15:09 |
*** menesis has joined #schooltool | 15:20 | |
replaceafill | yvl, quick question | 15:44 |
replaceafill | for fixing the equivalences problem, you suggested checking for "global" skills, right? | 15:44 |
replaceafill | could we do this the same way you check in the catalog | 15:44 |
yvl | I think so | 15:44 |
replaceafill | the is_global_skill function | 15:44 |
replaceafill | i'll copy/paste it and put a XXX asking for merge when it lands in trunk | 15:45 |
yvl | sure | 15:46 |
replaceafill | kk, thanks yvl | 15:46 |
yvl | or you can just put it into that exact place :) | 15:46 |
yvl | persons merging may get a conflict, but will be easy to resolve | 15:47 |
replaceafill | ah cool | 15:47 |
replaceafill | sure | 15:47 |
replaceafill | will do | 15:47 |
yvl | tested the db you uploaded | 15:50 |
yvl | looks good | 15:50 |
replaceafill | nice! | 15:51 |
yvl | there's even one score | 15:55 |
yvl | that was entered twice after the original was misplaced | 15:56 |
*** menesis has quit IRC | 17:07 | |
*** menesis has joined #schooltool | 17:08 | |
*** paulproteus has quit IRC | 18:13 | |
*** paulproteus has joined #schooltool | 18:22 | |
*** vialde has quit IRC | 18:27 | |
*** ignas has joined #schooltool | 18:32 | |
th1a | thanks menesis. | 18:44 |
*** ignas has quit IRC | 20:02 | |
*** paulproteus has quit IRC | 20:26 | |
*** paulproteus has joined #schooltool | 20:34 | |
*** Lumiere has quit IRC | 20:43 | |
*** Lumiere has joined #schooltool | 20:45 | |
replaceafill | lol | 21:54 |
replaceafill | "Sleepy? Too often." | 21:54 |
th1a | These packages are taking a while to build... | 21:56 |
*** th1a has quit IRC | 22:12 | |
*** th1a has joined #schooltool | 22:29 | |
*** th1a_ has joined #schooltool | 22:50 | |
*** th1a has quit IRC | 22:50 | |
th1a_ | aelkner, ayt? | 23:52 |
*** th1a_ is now known as th1a | 23:52 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!