average-vr-56795
02/01/2018, 7:04 AMaverage-vr-56795
02/01/2018, 7:04 AMaloof-angle-91616
02/01/2018, 7:04 AMaverage-vr-56795
02/01/2018, 7:04 AMaverage-vr-56795
02/01/2018, 7:06 AMaverage-vr-56795
02/01/2018, 7:06 AMaverage-vr-56795
02/01/2018, 7:07 AMExecuteProcessRequest
and ExecuteProcessResult
which are similar in structure, but not compatible with, the rust equivalents with the same namesaverage-vr-56795
02/01/2018, 7:08 AMexecute_process_noop
is an @rule which needs to exist (I don’t actually know which piece of code needs it to exist), but which is completely ignored because the engine is hard-coded to know what to do for that node in nodes.rsaloof-angle-91616
02/01/2018, 7:09 AMaverage-vr-56795
02/01/2018, 7:09 AMaverage-vr-56795
02/01/2018, 7:09 AMaverage-vr-56795
02/01/2018, 7:10 AMaverage-vr-56795
02/01/2018, 7:11 AMaloof-angle-91616
02/01/2018, 7:12 AMaloof-angle-91616
02/01/2018, 7:12 AMaverage-vr-56795
02/01/2018, 7:15 AMaverage-vr-56795
02/01/2018, 7:15 AMaverage-vr-56795
02/01/2018, 7:15 AMaloof-angle-91616
02/01/2018, 7:23 AMaverage-vr-56795
02/01/2018, 7:23 AMaverage-vr-56795
02/01/2018, 7:23 AMaloof-angle-91616
02/01/2018, 7:26 AMaloof-angle-91616
02/01/2018, 9:10 AMaverage-vr-56795
02/01/2018, 4:18 PMaverage-vr-56795
02/01/2018, 4:18 PMaverage-vr-56795
02/01/2018, 4:19 PMaloof-angle-91616
02/01/2018, 5:31 PMaloof-angle-91616
02/01/2018, 5:33 PMaloof-angle-91616
02/01/2018, 5:46 PMreqwests
last night -- would anyone with more intuition have an opinion about whether the network requesting should probably be done in src
, fs
(because that's where Store
is and i'm thinking we'd want to add another store EntryType
, unsure about that), or in a new subcrate named net
or something? i was thinking the "right" way may involve making a net
crate eventually, but was going to stuff it in fs
for now in case it makes sense to add more `EntryType`s (which makes me think the base Store
and its entry types shouldn't be coupled to the fs
subcrate?). probably doesn't really matter for now, just would like to know if i'm on the right trackwitty-crayon-22786
02/01/2018, 6:49 PM