[racket] find-files bug?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Jan 13 09:25:49 EST 2012

I've pushed a repair for this bug. Thanks for the report!

At Fri, 13 Jan 2012 17:38:46 +0800, José Lopes wrote:
> Hello,
> 
> I am using Racket 5.2.0.7
> 
> I issued the following expression
> 
> (find-files (const #t) some-dir)
> 
> and I got a list where the first element is a string and the remaining 
> elements are paths.
> 
> '("C:\\Users\\joe\\AppData\\Local\\Temp\\rosetta"
>    #<path:C:\Users\joe\AppData\Local\Temp\rosetta\rosetta>
>    #<path:C:\Users\joe\AppData\Local\Temp\rosetta\rosetta\TODO.txt>
>    #<path:C:\Users\joe\AppData\Local\Temp\rosetta\rosetta\apps>
>    
> #<path:C:\Users\joe\AppData\Local\Temp\rosetta\rosetta\apps\autocad-render.rkt
>    ...)
> 
> Regards,
> José
> 
> -- 
> José António Branquinho de Oliveira Lopes
> 58612 - MEIC-A
> jose.lopes at ist.utl.pt
> 
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users



Posted on the users mailing list.