*** jjardon has quit IRC | 00:32 | |
*** jjardon has joined #baserock | 00:37 | |
*** gtristan has quit IRC | 02:06 | |
*** gtristan has joined #baserock | 02:15 | |
*** rdale_ct has joined #baserock | 03:30 | |
*** rdale has quit IRC | 03:34 | |
*** Lunar^ has quit IRC | 05:45 | |
*** gtristan has quit IRC | 06:25 | |
*** gtristan has joined #baserock | 07:13 | |
*** gtristan has joined #baserock | 07:14 | |
*** gtristan has quit IRC | 07:48 | |
*** gtristan has joined #baserock | 08:18 | |
*** ctbruce has joined #baserock | 08:30 | |
*** ctbruce has quit IRC | 08:37 | |
*** ctbruce has joined #baserock | 08:41 | |
*** rdale_ct has quit IRC | 08:47 | |
*** toscalix has joined #baserock | 08:48 | |
*** rdale has joined #baserock | 08:55 | |
*** VLetrmx has quit IRC | 09:11 | |
*** bashrc_ has joined #baserock | 09:18 | |
*** VLetrmx has joined #baserock | 09:25 | |
*** CTtpollard has quit IRC | 09:26 | |
*** CTtpollard has joined #baserock | 09:32 | |
*** jonathanmaw has joined #baserock | 09:50 | |
* tiagogomes_ ponders removing `morph diff`. It doesn't seem very useful and it doesn't work with our definitions | 09:56 | |
pedroalvarez | times I've used it => 0 | 09:57 |
---|---|---|
*** ssam2 has joined #baserock | 10:06 | |
*** ChanServ sets mode: +v ssam2 | 10:06 | |
*** CTtpollard has quit IRC | 10:09 | |
*** CTtpollard has joined #baserock | 10:12 | |
*** edcragg has joined #baserock | 10:15 | |
tiagogomes_ | it may have some usefulness comparing two different definitions repository, but I don't think visual inspection is inferior | 10:22 |
radiofree | I had no idea there was a morph diff | 10:23 |
franred | +1, I've never used it | 10:24 |
ssam2 | morph diff is useful to know what *version* of something changed | 10:25 |
ssam2 | if you use `git diff` you see 3ab3511935871 changing to 1357a87a8a787, which is meaningless | 10:25 |
ssam2 | where if you use `morph diff`, it should do a 'git describe' or something so you see v1.5.4 changing to v1.5.5 | 10:26 |
*** Lachlan1975 has joined #baserock | 10:28 | |
tiagogomes_ | I am not sure if the is enough to justify a command for that | 10:28 |
tiagogomes_ | s/the/that | 10:28 |
ssam2 | how is it possible to look at what changed between two versions of definitions without `morph diff`? | 10:30 |
ssam2 | assuming you are not a robot who can auto-resolve sha1 hashes | 10:30 |
tiagogomes_ | Well, the command does not work with our definitions as we have multiple defined chunks: http://paste.baserock.org/isevifomeq . So if the command does not work the command it means people worked out something for doing that | 10:34 |
tiagogomes_ | Also, ins't that the purpose of the unpetrify-ref field? | 10:35 |
tiagogomes_ | I also argue that `morph diff` is slooooooow. It looks to be cloning every repository | 10:36 |
VLetrmx | you could argue the detection i added broke the diff command, or that the diff command is broken for relying apparently throwing everything into the same source pool | 10:36 |
ssam2 | people are using it but are not using latest morph | 10:37 |
ssam2 | shame that it regressed, would be ice to fix that | 10:38 |
ssam2 | and yes, it's slow, because it has to clone every repo | 10:38 |
ssam2 | we could accelerate it by implementing the queries it needs in morph-cache-server | 10:38 |
ssam2 | i don't think we've ever agreed the purpose of unpetrify-ref, i thought we had recently, but nothing has happened since to nail it down | 10:38 |
ssam2 | but if we have a field that *always* contains the upstream ref name, or if the 'ref' field itself could be a tag instead of a sha1, then `morph diff` wouldn't be needed | 10:39 |
VLetrmx | *nod* seems reasonable | 10:40 |
*** locallycompact has joined #baserock | 10:44 | |
Zara | hm... http://imgur.com/58sQUNS | 11:03 |
*** locallycompact has quit IRC | 11:04 | |
*** locallycompact has joined #baserock | 11:06 | |
pedroalvarez | is that real? | 11:08 |
SotK | I can't see storyboard.baserock.org at all | 11:08 |
Zara | pedroalvarez: it is. took a while to load | 11:08 |
pedroalvarez | oh my | 11:08 |
Zara | I noticed gtristan had mentioned it was down, in his email, so took a look | 11:09 |
Zara | the 42 is a nice touch | 11:09 |
Zara | you might see it if you refresh the page after it fails to load | 11:09 |
Zara | that displays it for me, anyway. | 11:09 |
Zara | the 42 changes at different zooms. I think it refers to the width of the sidebar. | 11:11 |
Zara | (not that that's important, I just found that interesting) | 11:11 |
pedroalvarez | restarted, thanks!! | 11:12 |
Zara | looks normal now! \o/ | 11:13 |
*** jonathanmaw has quit IRC | 11:32 | |
*** fay_ has joined #baserock | 11:36 | |
*** jonathanmaw has joined #baserock | 11:42 | |
*** jonathanmaw has quit IRC | 11:45 | |
*** jonathanmaw has joined #baserock | 11:48 | |
VLetrmx | oh ouch, one thing we might want to consider for runtime dependencies is that we will need to rethink python imports | 12:25 |
VLetrmx | pypi apparently allows circular dependencies, they get away with this because they're all runtime and they don't need to form a DAG, they can just treat the deps as a list | 12:26 |
VLetrmx | it's a problem nixos folks are currently trying to solve it seems, since runtime dependencies are specified in DAG form there | 12:27 |
*** edcragg has quit IRC | 14:10 | |
*** edcragg has joined #baserock | 14:11 | |
*** gtristan has quit IRC | 14:31 | |
*** gtristan has joined #baserock | 14:34 | |
*** edcragg has quit IRC | 15:45 | |
*** ctbruce has quit IRC | 15:54 | |
*** edcragg has joined #baserock | 16:03 | |
*** franred has quit IRC | 16:46 | |
*** toscalix has quit IRC | 16:49 | |
*** toscalix has joined #baserock | 16:51 | |
*** rjek has quit IRC | 17:44 | |
*** rjek has joined #baserock | 17:44 | |
*** jonathanmaw has quit IRC | 17:57 | |
*** toscalix has quit IRC | 17:59 | |
*** toscalix has joined #baserock | 18:01 | |
*** bashrc_ has quit IRC | 18:04 | |
*** toscalix has quit IRC | 18:09 | |
*** toscalix has joined #baserock | 18:09 | |
*** Lachlan1975 has quit IRC | 18:18 | |
*** locallycompact has quit IRC | 18:22 | |
*** edcragg has quit IRC | 18:24 | |
*** toscalix has quit IRC | 18:31 | |
*** toscalix has joined #baserock | 18:32 | |
*** toscalix has quit IRC | 18:36 | |
*** toscalix has joined #baserock | 18:40 | |
*** rdale has quit IRC | 18:42 | |
*** toscalix has quit IRC | 18:43 | |
*** toscalix has joined #baserock | 18:43 | |
*** toscalix has quit IRC | 18:50 | |
*** toscalix has joined #baserock | 18:51 | |
*** toscalix has quit IRC | 18:59 | |
*** toscalix has joined #baserock | 18:59 | |
*** toscalix has quit IRC | 19:02 | |
*** toscalix has joined #baserock | 19:03 | |
*** fay_ has quit IRC | 19:05 | |
*** toscalix has quit IRC | 19:07 | |
*** toscalix has joined #baserock | 19:07 | |
*** toscalix has quit IRC | 19:12 | |
*** toscalix has joined #baserock | 19:13 | |
*** toscalix has quit IRC | 19:17 | |
*** toscalix has joined #baserock | 19:17 | |
*** toscalix has quit IRC | 19:21 | |
*** toscalix has joined #baserock | 19:22 | |
*** toscalix has quit IRC | 19:26 | |
*** toscalix has joined #baserock | 19:27 | |
*** toscalix has quit IRC | 19:31 | |
*** toscalix has joined #baserock | 19:35 | |
*** toscalix has quit IRC | 19:41 | |
*** toscalix has joined #baserock | 19:42 | |
*** toscalix has quit IRC | 19:46 | |
*** edcragg has joined #baserock | 19:58 | |
*** ssam2 has quit IRC | 20:18 | |
*** Lunar^ has joined #baserock | 22:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!