samth
2017-5-18 13:15:46

@mflatt When I run make run, I get this error:


samth
2017-5-18 13:15:50
[samth@huor:~/.../racket/src/cs (master) racket7] make run
scheme --script main.so ../../bin/racket
Welcome to Racket v0.1 [cs]
attempt to apply non-procedure #[#{parameter b4klxzbvxadhmddut8x834-1120} #<procedure at parameter.ss:1138>]
  context...:
   main.sps:75:4

mflatt
2017-5-18 13:17:17

I’ll push a repair in a while, but "http://main.ss\|main.ss" needs \|#%app\| before current-library-collection-links and current-library-collection-paths and maybe other things


samth
2017-5-18 13:17:33

ok


samth
2017-5-18 13:18:49

I got it to work (to another error), should I push those fixes?


samth
2017-5-18 13:36:33

I can now run a trivial racket file :slightly_smiling_face:


samth
2017-5-18 13:38:49

I pushed the necessary \|#%app\|


samth
2017-5-18 13:39:15

@spall doing make run ARGS="-t x.rkt" now works for me


spall
2017-5-18 17:23:27
``` gives the following error

scheme —script main.so ../../bin/racket -t ../thread/demo.rkt /home/spall/iu/hash-tables/racket7/racket/src/thread/bootstrap.rkt:50:30: error-display-handler: unbound identifier in: error-display-handler ```


spall
2017-5-18 17:24:12

Am I running the demo wrong? missing a package?


spall
2017-5-18 17:28:37

@mflatt @samth


mflatt
2017-5-18 17:34:15

That one assumes running in Racket; there’s a separate one in “cs/demo/thread.ss”; use make thread-demo


spall
2017-5-18 17:37:11

ok thanks