replace uses of list-ref-append list building with Queue.add

dbd3377
Opened by Graydon Hoare at 2010-09-22 01:29:55

I had overlooked the Queue module at first while writing; there are a bunch of residual uses of using a list ref and repeatedly building it. Queues are nicer.

  1. [pwalton@fireferret ~/Source/rust/src] grep -R "list ref" boot
    [pwalton@fireferret ~/Source/rust/src] 
    

    Closing.

    Patrick Walton at 2010-09-22 01:29:55