Re: [racket-dev] [racket] [ANN] RacketCon 2013: 29 September

2013-09-22 Thread Eric Hanchrow
My wife and I will be in Boston a day early (Friday). Does anyone have a "must-see" touristy suggestion for us? On Wed, May 8, 2013 at 8:49 AM, Asumu Takikawa wrote: > RacketCon 2013 > -- > > We are pleased to announce that (third RacketCon) will take place on > September 29, 2013 at

[racket-dev] Tiny tweak to docs

2012-04-30 Thread Eric Hanchrow
diff --git a/collects/scribblings/reference/sets.scrbl b/collects/scribblings/reference/sets.scrbl index d9ea0c6..44cc41d 100644 --- a/collects/scribblings/reference/sets.scrbl +++ b/collects/scribblings/reference/sets.scrbl @@ -27,8 +27,8 @@ unpredictable when keys are mutated. @defproc[(seteq [v

[racket-dev] confusing doc for "in-directory"

2012-03-28 Thread Eric Hanchrow
http://docs.racket-lang.org/reference/sequences.html?q=read-directory#(def._((lib._racket/private/base..rkt)._in-directory)) says that the form will ``Return a sequence that produces all of the paths for files, directories, and links with dir. '' That's ungrammatical, but worse, it gave me no clu

Re: [racket-dev] [racket] Disable/Enable Tests

2011-11-27 Thread Eric Hanchrow
I think you want "git log -Ssought -- path/to/file" On Sun, Nov 27, 2011 at 8:22 PM, Robby Findler wrote: > Does anyone know how to grep backwards through the history of a file, using > git? > > Robby > _ >  For list-related administrative tasks: >

Re: [racket-dev] SIGSEGV MAPERR si_code 1 fault on addr (nil) when inserting rows via "db" / SQLite

2011-11-13 Thread Eric Hanchrow
For what it's worth, on OS X the error message is a bit different: "Seg fault (internal error during gc) at 0x0". On Nov 12, 2011, at 4:42 PM, Eric Hanchrow wrote: > This is with racket 5.2, from Ubuntu: > > Package: racket > Version: 5.2.0-3 > > When I inv

[racket-dev] SIGSEGV MAPERR si_code 1 fault on addr (nil) when inserting rows via "db" / SQLite

2011-11-12 Thread Eric Hanchrow
This is with racket 5.2, from Ubuntu: Package: racket Version: 5.2.0-3 When I invoke the following file (on Ubuntu Linux erich-laptop 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 i686 i386 GNU/Linux), I see $ rm -rfv /tmp/bug* ; racket ./repro.rkt removed `/tmp/buggissimo' SI

[racket-dev] [PATCH 3/3] Add missing word

2011-10-22 Thread Eric Hanchrow
--- collects/scribblings/foreign/intro.scrbl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/collects/scribblings/foreign/intro.scrbl b/collects/scribblings/foreign/intro.scrbl index ba7912a..963c656 100644 --- a/collects/scribblings/foreign/intro.scrbl +++ b/collects/sc

[racket-dev] [PATCH 2/3] add an "s"

2011-10-22 Thread Eric Hanchrow
--- collects/web-server/scribblings/web-server.scrbl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/collects/web-server/scribblings/web-server.scrbl b/collects/web-server/scribblings/web-server.scrbl index 3bd1910..11c610c 100644 --- a/collects/web-server/scribblings/we

[racket-dev] [PATCH 1/3] add missing word

2011-10-22 Thread Eric Hanchrow
--- collects/scribblings/guide/unit.scrbl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/collects/scribblings/guide/unit.scrbl b/collects/scribblings/guide/unit.scrbl index d464aa6..7f7ce01 100644 --- a/collects/scribblings/guide/unit.scrbl +++ b/collects/scribblings/gu

[racket-dev] Fwd: Racket startup

2011-06-28 Thread Eric Hanchrow
-- Forwarded message -- From: Eric Hanchrow Date: Tue, Jun 28, 2011 at 8:34 AM Subject: Re: [racket-dev] Racket startup To: Eli Barzilay +100 I too go through the same dance as you. On Tue, Jun 28, 2011 at 6:52 AM, Eli Barzilay wrote: > So this is my revised suggestion

Re: [racket-dev] net/url and https

2011-06-19 Thread Eric Hanchrow
On Sun, Jun 19, 2011 at 3:47 PM, Eli Barzilay wrote: > Two minutes ago, Neil Van Dyke wrote: >> >> I also think that Eli's option #1 could be done without breaking >> backward-compatibility, but I'm not sure it's worth the effort in >> code and documentation, and I don't want to discourage him mov

Re: [racket-dev] overwrite

2011-02-27 Thread Eric Hanchrow
> Looking at this code, I'm betting on Neil's suggestion of NTP, though I > realize that the mechanism isn't obvious... perhaps the OS adjusts the save > times of recently-saved files? I haven't followed this discussion closely, nor looked at the relevant code. However :) >From what I know abo

[racket-dev] [PATCH 2/2] Add missing asterisk in example

2011-01-25 Thread Eric Hanchrow
collects/scribblings/reference/regexps.scrbl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/collects/scribblings/reference/regexps.scrbl b/collects/scribblings/reference/regexps.scrbl index aa374e3..db7cf96 100644 --- a/collects/scribblings/reference/regexps.scrbl +++ b/

[racket-dev] [PATCH 1/2] typos

2011-01-25 Thread Eric Hanchrow
collects/scribblings/foreign/intro.scrbl |2 +- collects/scribblings/foreign/libs.scrbl |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/foreign/intro.scrbl b/collects/scribblings/foreign/intro.scrbl index 557e03d..85889d6 100644 --- a/collects/sc

Re: [racket-dev] How about adding this simple list-shuffling procedure to racket?

2010-11-12 Thread Eric Hanchrow
On Thu, Nov 11, 2010 at 10:26 AM, Eli Barzilay wrote: > It's a very common method, and the classic example of the > decorate-map-strip method that has some perl-guy's name slapped on it > now. http://en.wikipedia.org/wiki/Schwarzian_transform _ Fo

[racket-dev] How about adding this simple list-shuffling procedure to racket?

2010-11-11 Thread Eric Hanchrow
I find myself using this all the time; it seems it'd be handy to have built in. (define (shuffled list) (sort list < #:key (lambda (_) (random)) #:cache-keys? #t)) Thanks. _ For list-related administrative tasks: http://lists.racket-lang.org/l

[racket-dev] BUG: compile: access from an uncertified context to unexported variable from module: "/usr/local/src/racket/collects/racket/contract/private/base.rkt" in: apply-contract

2010-11-07 Thread Eric Hanchrow
(Sorry for any duplicaiton; I tried submitting this through DrRacket but never got a confirmation email) On Racket v5.0.1.900., Ubuntu 10.10 x86: Create "stuff.rkt" with this content: #! /bin/sh #| Hey Emacs, this is -*-scheme-*- code! #$Id$ exec racket -l errortrace --require "$