Re: [racket-dev] Downloading DrRacket for Mac is hard?

2011-08-11 Thread Jakub Piotr Cłapa
? And are fat binaries out of the question? -- regards, Jakub Piotr Cłapa _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Racket DMG improvements

2011-07-17 Thread Jakub Piotr Cłapa
-os-x-using-command-line-tools [2]: http://svn.dmdirc.com/trunk/installer/osx/makeInstallerOSX.sh [3]: https://github.com/planetbeing/libdmg-hfsplus -- regards, Jakub Piotr Cłapa _ For list-related administrative tasks: http://lists.racket-lang.org

Re: [racket-dev] overwrite

2011-03-04 Thread Jakub Piotr Cłapa
(an this is not the case, at least for me). I do not use network mounts or git and I too get this message almost all the time on OS X. I will try to track it down using the patches posted in this thread. -- regards, Jakub Piotr Cłapa _ For list-related

Re: [racket-dev] polling select in racket

2011-02-09 Thread Jakub Piotr Cłapa
checking out Racket light-weight threads. You can then use blocking calls. -- regards, Jakub Piotr Cłapa _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Strage 5.0.99.5 segfault

2010-12-29 Thread Jakub Piotr Cłapa
disable the JIT (e.g., with -j). Probably this is it, since it manifested in one other place where I mistakenly returned multiple values. I will let you know after I compile the new version. -- regards, Jakub Piotr Cłapa _ For list-related

Re: [racket-dev] Strage 5.0.99.5 segfault

2010-12-29 Thread Jakub Piotr Cłapa
On 29.12.10 12:14, Jakub Piotr Cłapa wrote: On 29.12.10 02:32, Matthew Flatt wrote: Thanks for the report! As it happens, I think I fixed this a few minutes ago: http://git.racket-lang.org/plt/commit/3b032893c1b9f74b04d0803ecd0f20c1d101dd11 Just to make sure before trying a new version, you

[racket-dev] Strage 5.0.99.5 segfault

2010-12-28 Thread Jakub Piotr Cłapa
() #33 0x00074778 in scheme_top_level_do () #34 0x35f0 in finish_cmd_line_run () #35 0x458a in main_after_stack () #36 0xc0a3 in scheme_main_stack_setup () #37 0x2b46 in main () -- regards, Jakub Piotr Cłapa _ For list-related

Re: [racket-dev] Cursor color in 4.0.99.4 on dark backgrounds

2010-12-18 Thread Jakub Piotr Cłapa
(as always). :) Thank you very much. -- regards, Jakub Piotr Cłapa _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

[racket-dev] Cursor color in 4.0.99.4 on dark backgrounds

2010-12-17 Thread Jakub Piotr Cłapa
I believe that the cursor color logic changed in the new Racket GUI. In the 4.0.99.4 it is black regardless of the background which is especially hard on an (almost) black background. -- regards, Jakub Piotr Cłapa _ For list-related

Re: [racket-dev] full tree text search

2010-12-09 Thread Jakub Piotr Cłapa
file entry for Racket though (.ackrc): --type-set racket=.rkt,.scrbl,.ss,.scm Usage: ack foo -- regards, Jakub Piotr Cłapa _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

[racket-dev] Hacking on the collects

2010-12-06 Thread Jakub Piotr Cłapa
and then endure the raco setup once for final testing? Thanks for any suggestions. -- regards, Jakub Piotr Cłapa _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Hacking on the collects

2010-12-06 Thread Jakub Piotr Cłapa
/plt/racket/pull/3 Direct link to the diff: https://github.com/jpc/racket/commit/45441054bc0dbd8ad6fc05f2ae2eb135830a9b02 -- regards, Jakub Piotr Cłapa _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev