File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 429429 ['timeout #f ]
430430 ['failure (exception->datum backend)]))
431431
432- (define histories
433- (for/list ([altn (in-list altns)]
434- [analysis (if (hash? backend-hash)
435- (hash-ref backend-hash 'end )
436- '() )])
437- (define history (hash-ref analysis 'history ))
438- (define block `(div ([id "history " ]) (ol ,@(render-history history ctx))))
439- (call-with-output-string (curry write-xexpr block))))
440-
441432 (define derivations
442433 (for/list ([altn (in-list altns)]
443434 [analysis (if (hash? backend-hash)
453444 profile
454445 'alternatives ; FIXME: currently used by Odyssey but should maybe be in 'backend?
455446 fpcores
456- 'histories ; FIXME: currently used by Odyssey but should switch to 'derivations below
457- histories
458447 'derivations
459448 derivations
460449 'backend
You can’t perform that action at this time.
0 commit comments