shu--hung
2020-12-13 18:54:35

@shu—hung has joined the channel


shu--hung
2020-12-13 18:58:09

I have modified print/main.rkt. How do I test it? It doesn’t get built when I run make at the top-level. I can see my modification working when directly running against io/main.rkt though.


mflatt
2020-12-13 19:03:11

You need to run make in racket/src/cs. (The racket/src/io/README.txt points to racket/src/cs/README.txt to explain, but there’s a lot of information to wade through.)


shu--hung
2020-12-13 19:18:45

Thanks! Now I see make inside racket/src/cs changes the schemified libaries. It’s working now.