[racket-dev] [plt] Push #24367: master branch updated
On 02/28/2012 03:02 PM, Robby Findler wrote:
> On Tue, Feb 28, 2012 at 3:58 PM, Ryan Culpepper<ryan at cs.utah.edu> wrote:
>> The list seems to include only top-level collections: x/private isn't on the
>> list. I guess it's only discovered once setup starts compiling x. In any
>> case, x/private always seems to be handled by the same place as x.
>
> The list I'm trying to sort gets bound to 'cct' in the 'make-zo-step'
> function in 'setup-unit.rkt' and seems to include both collections and
> subcollections.
>
> Am I doing something wrong somehow?
The list seems to have type
(Rec X (Listof (List CC (Listof Path) X))
so it contains subcollections, but nested rather than top-level elements
of their own. It's currently sorted by top-level collection only.
Ryan