[racket-users] Help Debugging/Past Bugs

2015-09-08 Thread Xiangqi Li
Hi, I am a student of Matthew Flatt, and my research focuses on techniques for debugging and how to improve the debugging experience. As part of my research, I need to study the isolation, debugging, and ultimate correction of some real bugs. As a result, if you have a program with a bug, I am

[racket-users] reload package within drracket without restarting

2015-09-08 Thread Martin DeMello
Hi, I'm working on the drracket-vim-tool, so I'm using a copy installed from my local directory. Is there a better way to reflect changes than quitting and restarting drracket? martin -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To

Re: [racket-users] reload package within drracket without restarting

2015-09-08 Thread Robby Findler
Unfortunately not. Robby On Sun, Sep 6, 2015 at 3:16 PM, Martin DeMello wrote: > Hi, > > I'm working on the drracket-vim-tool, so I'm using a copy installed from my > local directory. Is there a better way to reflect changes than quitting and > restarting drracket? > >

Re: [racket-users] reload package within drracket without restarting

2015-09-08 Thread Laurent
Related topic, in case this can help: http://thread.gmane.org/gmane.comp.lang.racket.user/19305 Note the suggestion about a gracket window. Laurent On Tue, Sep 8, 2015 at 5:29 PM, Robby Findler wrote: > Unfortunately not. > > Robby > > On Sun, Sep 6, 2015 at 3:16

Re: [racket-users] JFYI semi-repeatable seg fault during setup

2015-09-08 Thread 'John Clements' via Racket Users
> On Sep 5, 2015, at 4:16 PM, Matthew Flatt wrote: > > Can you send me the crash report (which you should be able to find with > the Console application under "User Diagnostics Reports")? > > Also, in case it's relevant, what was the last printout from place 0? I’m

[racket-users] Whalesong-as-a-service

2015-09-08 Thread Stephen Chang
Hi Racket users, This past summer, Vishesh Yadav created a web application to facilitate sharing of Racket programs as Javascript (big-bang programs in particular). Vishesh is exploring improvements to Whalesong as part of a master's thesis, taking a descriptive approach and focusing on how