[racket-dev] failed bug report

From: David Vanderson (david.vanderson at gmail.com)
Date: Wed Jun 1 19:58:29 EDT 2011

Thanks for Racket!

I tried to send a bug report via drracket, but got this error:

An error occurred when submitting your Racket bug report.

Please enter the correct text at the bottom of the bug form.

If this problem persists, please send email to the Racket mailing list, 
or to racket at racket-lang.org.



Here's the bug report
(Racket 5.1.1 precompiled x86_64 on Ubuntu 10.10)
environment: unix "Linux dvanderson-XPS-L501X 2.6.35-29-generic 
#51+kamal~mjgbacklight4-Ubuntu SMP Mon Apr 18 19:32:49 UTC 2011 x86_64 
GNU/Linux" (x86_64-linux/3m) (get-display-depth) = 32

save file dialog with multiple file ext filters doesn't show any 
existing files

severity: non-critical

(on Ubuntu 10.10 x64)

When saving a file, the save dialog has a filter of "Racket Sources 
(*.rkt;*.scrbl;*.ss;*.scm)", but it doesn't show any .rkt files.

Looking at collects/framework/private/finder.rkt , I'm guessing that a 
list of filters isn't supported.  If someone can point me in the right 
direction I'll take a crack at it.

- load drracket
- type anything in the definitions window
- click "save"
- navigate to a directory with .rkt files
- .rkt file aren't shown unless the filter is changed to "Any"


Thanks,
Dave


Posted on the dev mailing list.