[racket-dev] [plt] Push #21487: master branch updated

From: Casey Klein (clklein at eecs.northwestern.edu)
Date: Tue Nov 9 15:56:42 EST 2010

Oops! That'll teach me to try to fix code I don't know how to run.

On Tue, Nov 9, 2010 at 2:54 PM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> You cannot reverse a sequence. You meant (in-list (reverse ...))
>
> Jay
>
> On Tue, Nov 9, 2010 at 1:49 PM,  <clklein at racket-lang.org> wrote:
>> clklein has updated `master' from 02f301b3b7 to 0d1578cbb1.
>>  http://git.racket-lang.org/plt/02f301b3b7..0d1578cbb1
>>
>> =====[ 1 Commits ]======================================================
>>
>> Directory summary:
>>  100.0% collects/meta/drdr/graphs/
>>
>> ~~~~~~~~~~
>>
>> 0d1578c Casey Klein <clklein at racket-lang.org> 2010-11-09 14:46
>> :
>> | Displays the panes in descending order (to match graph's time axis)
>> :
>>  M collects/meta/drdr/graphs/build-graph.ss |    2 +-
>>
>> =====[ Overall Diff ]===================================================
>>
>> collects/meta/drdr/graphs/build-graph.ss
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> --- OLD/collects/meta/drdr/graphs/build-graph.ss
>> +++ NEW/collects/meta/drdr/graphs/build-graph.ss
>> @@ -614,7 +614,7 @@
>>            (span ((id "rev_and_duration")) ""))
>>       (tt (span ((id "timings")) ""))
>>
>> -      ,@(for/list ((graphs (in-list graphss))
>> +      ,@(for/list ((graphs (reverse (in-list graphss)))
>>                    (i (in-naturals)))
>>           `(map ((name ,(format "revmap~a" i)))
>>                 ,@(graphs->areas graphs i)))
>>
>
>
>
> --
> Jay McCarthy <jay at cs.byu.edu>
> Assistant Professor / Brigham Young University
> http://faculty.cs.byu.edu/~jay
>
> "The glory of God is Intelligence" - D&C 93
>


Posted on the dev mailing list.