maxb | Stopping importer@jubany, looks locked up and broken to boot | 14:51 |
---|---|---|
maxb | Seems happy after a restart | 15:23 |
maxb | Well, happy as it ever is these days | 15:25 |
dash | hi. is there a settings i can add to bazaar.conf so that 'bzr status' defaults to 'bzr status -S'? | 16:03 |
sagaci | l | 16:15 |
dOxxx | dash: I don't think so, but you can create an alias | 16:25 |
dash | aha. thanks | 16:31 |
maxb | argh. argh. argh. | 17:40 |
maxb | The stormified UDD importer has been writing data to the sqlite db as blobs where the prior code wrote it as strings | 17:41 |
* maxb is unhappy about this | 17:41 | |
jelmer | maxb: I think it would make sense to revert that change for the moment | 17:50 |
maxb | concur | 17:50 |
maxb | unfortunatly the old code chokes on the data that has been written to the db by the new code | 17:50 |
maxb | am currently attempting to figure out how to convert it | 17:51 |
jelmer | maxb: ah, urgh | 17:51 |
maxb | Any preferences for "push current trunk to a new branchl; uncommit from the old trunk" vs. "commit a revert to the current trunk" ? | 17:51 |
jelmer | maxb: comitting a revert is what we would commonly do for this sort of thing I think | 17:53 |
maxb | works for me | 17:54 |
maxb | So it looks like the storm code has been arbitrarily writing some things as blobs rather than text. This suggests that conversion shouldn't be _too_ hard | 17:54 |
* maxb off to consider dinner, looks like I should be able to sort something out and get the importer up and running again on the old code later tonight | 17:59 | |
lifeless | maxb: depends on the datatype of the object - str vs unicode | 20:33 |
maxb | Which is quite sensible really if you're working in Python 3 or starting your project from scratch. | 20:34 |
maxb | Less so if you retrofit Storm to an existing Python 2 project without being REALLY REALLY careful | 20:35 |
maxb | Does Storm have a "Hey, if I accidentally pass you a str, please raise an exception" option? | 20:35 |
marcovorg | hi ppl, how can I change last commit Commiter info? I've changed details with "whoami" and I'd like to update last commits... thanks | 20:42 |
maxb | You can change the very last commit quite easily by uncommitting it and committing again | 20:43 |
maxb | Changing multiple sequential commits is considerably more tricky, and I don't know of a convenient way | 20:43 |
marcovorg | but is there an option to change "Commiter" metadata anyway ? don't know some option....I didn't find anything around.... | 20:44 |
marcovorg | ok thanks | 20:48 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!