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

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Tue Nov 9 15:54:45 EST 2010

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.