Joe Bryan
Joe Bryan
See also https://gist.github.com/joemfb/c786696f459290e57c73. It's somewhat out of date, but could be helpful.
My concern is duplicated implementation/effort, and creeping incompatibility. I've thought about having mlpm maintain some kind of metadata file laying out the order, structure, and type of assets within packages....
FYI, mlpm deploys packages in inverse topological order, based on any dependencies between them: https://github.com/joemfb/mlpm/blob/master/lib/project.js#L151
I've updated this to target #6007. `(jam (bex (bex 30)))` no longer bails. `(bex (bex 31))` already bails, but `=+((bex (bex 30)) (mul - -)` does not (very slowly), and...
/cc @frodwith
Confirmed that the change to `+slot` was spurious (per conversation with @frodwith) and removed it.
setup: ``` > =a `[(unit) (unit)]`[~ ~] > =b `[(unit) (unit)]`[`1 `2] ``` before the change to `+lose:ar`: ``` > > ?/(a [~ ~] %no, [~ ^] %right, [^ ~]...
@Fang- I don't know how big the performance impact is yet. I'm planning to check that by porting something big enough to the new runes to compare (the `hoon` switches...
The redirect field was added to the config because that whole structure is sent to the runtime -- the idea was to do this kind of thing directly in `http.c`....
see #5852