Re: [racket-users] Crash when installing 'boris' package from GitHub URL on OSX 10.6.8

2015-12-10 Thread David K. Storrs
I have to say, the fact that installing a package === using a package is really cool. Go Racket! -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+u

Re: [racket-users] Crash when installing 'boris' package from GitHub URL on OSX 10.6.8

2015-12-10 Thread Neil Van Dyke
'John Clements' via Racket Users wrote on 12/10/2015 01:04 PM: However, it could easily be the case that a package (presumably from Neil Van Dyke) could contain code that would be installed into the html subdirectory of the sxml collection, and I’m guessing that’s what you’re referring to.

Re: [racket-users] Crash when installing 'boris' package from GitHub URL on OSX 10.6.8

2015-12-10 Thread 'John Clements' via Racket Users
> On Dec 9, 2015, at 10:59 PM, David K. Storrs wrote: > > On Wednesday, December 9, 2015 at 6:33:02 PM UTC-8, Neil Van Dyke wrote: >> David K. Storrs wrote on 12/09/2015 08:50 PM: >>> 1) Is there a web-spidering package that people recommend? I could use >>> wget and then parse things from dis

Re: [racket-users] Crash when installing 'boris' package from GitHub URL on OSX 10.6.8

2015-12-10 Thread David K. Storrs
On Thursday, December 10, 2015 at 4:05:02 AM UTC-8, Matthew Flatt wrote: > I've pushed a repair for the crash, which was due to a bug in the new > macro expander. > > The "boris/hypertext-browser/http/head.rkt" module creates a pattern of > binding and shadowing that had never been exercised befor

Re: [racket-users] Crash when installing 'boris' package from GitHub URL on OSX 10.6.8

2015-12-10 Thread Matthew Flatt
I've pushed a repair for the crash, which was due to a bug in the new macro expander. The "boris/hypertext-browser/http/head.rkt" module creates a pattern of binding and shadowing that had never been exercised before --- at least not in code saved in bytecode form. (It took me much longer to const

Re: [racket-users] Crash when installing 'boris' package from GitHub URL on OSX 10.6.8

2015-12-09 Thread David K. Storrs
On Wednesday, December 9, 2015 at 6:33:02 PM UTC-8, Neil Van Dyke wrote: > David K. Storrs wrote on 12/09/2015 08:50 PM: > > 1) Is there a web-spidering package that people recommend? I could use > > wget and then parse things from disk, but I'd like to have something that's > > easily composabl

Re: [racket-users] Crash when installing 'boris' package from GitHub URL on OSX 10.6.8

2015-12-09 Thread Neil Van Dyke
David K. Storrs wrote on 12/09/2015 08:50 PM: 1) Is there a web-spidering package that people recommend? I could use wget and then parse things from disk, but I'd like to have something that's easily composable into CLI scripts. I've done a lot of Web crawling and scraping successfully with

[racket-users] Crash when installing 'boris' package from GitHub URL on OSX 10.6.8

2015-12-09 Thread David K. Storrs
Hi folks, I've done a bit of Scheme in the past (although not a lot) and am just getting started with Racket. Yesterday I tried installing a package -- 'Boris', a web spider -- and raco crashed with the output shown below. Two questions: 1) Is there a web-spidering package that people recomme