Re: [racket-dev] BUG: busy-waiting

2014-09-04 Thread Matthew Flatt
Thanks! I've pushed a repair. At Thu, 4 Sep 2014 01:56:07 -0400, Marc Burns wrote: > Yes. I forgot that, in the case I was debugging, `unzip` was wrapping > its input pipe with `make-limited-input-port`. The user port created by > `make-limited-input-port` is causing the loop. Here's an example: >

Re: [racket-dev] dev Digest, Vol 68, Issue 3

2014-09-04 Thread Jay McCarthy
We've talked about creating a deeper hierarchy of errors than is shown in the manual: http://docs.racket-lang.org/reference/exns.html#%28part._.Built-in_.Exception_.Types%29 But it would be some painstaking work. Guillaume did some work on this: http://scholar.google.com/citations?hl=en&authuser

Re: [racket-dev] dev Digest, Vol 68, Issue 3

2014-09-04 Thread Antti Karttunen
On Thu, Sep 4, 2014 at 7:00 PM, wrote: > Message: 6 > Date: Thu, 4 Sep 2014 11:35:32 -0400 > From: Philippe Meunier > To: dev@racket-lang.org > Subject: Re: [racket-dev] How to translate DrRacket GUI to another > (human) language? > Message-ID: <20140904153532.ga31...@tekken.ccs.neu.edu

[racket-dev] DrDr migration

2014-09-04 Thread Jay McCarthy
I am in the process of moving DrDr to IU. You may get some weird and delayed messages as the migration happens and problems are ironed out. I apologize for the noise. Jay -- Jay McCarthy http://jeapostrophe.github.io "Wherefore, be not weary in well-doing, for ye are laying the

Re: [racket-dev] How to translate DrRacket GUI to another (human) language?

2014-09-04 Thread Philippe Meunier
Jay McCarthy wrote: >I also believe (and Robby can confirm this) >that any string translations you leave out will just remain in >English, even if you don't include them in your constants file. Yes. See also http://docs.racket-lang.org/string-constants/index.html#%28part._.Adding_.String_.Consta

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

2014-09-04 Thread Jay McCarthy
My best understanding is that the problem is that path->pkg is used by "raco setup" to tell whether unstated dependencies are present. If files from collects/ are in a package, then everything needs to depend on "base" (which is inconvenient) including other files in collects/ but the files in coll

Re: [racket-dev] How to translate DrRacket GUI to another (human) language?

2014-09-04 Thread Antti Karttunen
On Thu, Sep 4, 2014 at 12:35 PM, Jay McCarthy wrote: > This file contains the string constants used by DrRacket: > > https://github.com/plt/racket/blob/master/pkgs/string-constants-pkgs/string-constants-lib/string-constants/string-constant.rkt > > It then grabs them from one of the language files

Re: [racket-dev] How to translate DrRacket GUI to another (human) language?

2014-09-04 Thread Jay McCarthy
This file contains the string constants used by DrRacket: https://github.com/plt/racket/blob/master/pkgs/string-constants-pkgs/string-constants-lib/string-constants/string-constant.rkt It then grabs them from one of the language files like https://github.com/plt/racket/blob/master/pkgs/string-co

[racket-dev] How to translate DrRacket GUI to another (human) language?

2014-09-04 Thread Antti Karttunen
Cheers, I need to create a Finnish translation of DrRacket GUI and error messages, starting from "Beginning student" level. How do I proceed and are there any guidelines for the internationalization of DrScheme? Yours, Antti Karttunen _ Racket Developers list: http:/

Re: [racket-dev] BUG: busy-waiting

2014-09-04 Thread Marc Burns
Confirm, I'm having a very similar issue. I haven't run gdb yet but I would bet several horses on my code running through scheme_block_until near the busy wait. I will try to get a minimal example together after I get out of meetings for the day. Cheers > On Sep 3, 2014, at 16:52, Jan Dvořák

[racket-dev] GNU lightning version

2014-09-04 Thread Yaroslav Tsarko
Hi! I hope I chose the correct mailing list for my question: are there any reasons why Racket currently uses very old version of GNU Lightning? According to sources, Racket 6.1 uses GNU Lightning version 1.2 which originates from 2004 and current version of GNU Lightning is 2.0 which supports