dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

PLaneT version out of date #102

Open soegaard opened 10 years ago

soegaard commented 10 years ago

Hi Danny,

It seems the version on PLaneT is out of date. It gives this error while installing:

Library/Racket/planet/300/development/cache/dyoo/whalesong.plt/1/21/parser/parse-bytecode-5.3.rkt:372:20: match: wrong number for fields for structure mod: expected 16 but got 15

The error is as far as I know fixed in Github.

/Jens Axel

jab commented 9 years ago

Just found out about whalesong and my friend and I were psyched to try it, but then we hit this ourselves and didn't know how to get past it. Any tips @dyoo?

schanzer commented 9 years ago

Jens is maintaining the most recent version of whalesong at this point - I would check out his branch instead.

dyoo commented 9 years ago

On Tue Oct 28 2014 at 8:40:43 PM schanzer notifications@github.com wrote:

Jens is maintaining the most recent version of whalesong at this point - I would check out his branch instead.

Yes, I apologize for not being able to maintain the software properly. I believe Jens is working on it now. For myself, I can't contribute because of a combination of time, energy, and a high amount of technical friction.

jab commented 9 years ago

Aw, sorry to hear it, and thank you for the update.

I didn't know who Jens was but I think I found the fork: https://github.com/soegaard/whalesong

Do you have time to add a warning to https://www.hashcollision.org/whalesong/ (with a link to the fork, if appropriate) to perhaps save others from falling down this hole?

vendethiel commented 9 years ago

Oh, so there was a maintained fork! Good to know.

dyoo commented 9 years ago

On Tue Oct 28 2014 at 10:43:51 PM jab notifications@github.com wrote:

Aw, sorry to hear it, and thank you for the update.

I didn't know who Jens was but I think I found the fork: https://github.com/soegaard/whalesong

Do you have time to add a warning to https://www.hashcollision.org/whalesong/ (with a link to the fork, if appropriate) to perhaps save others from falling down this hole?

I'll add a README.md to my github repository directing folks to Jens's repository.

jab commented 9 years ago

Thanks, Danny.