spdegabrielle
2019-12-18 08:13:21

@deactivateduser60718 @samth some libraries are split into separate packages: 2d, 2d-lib, 2d-test & 2d-doc: https://pkgs.racket-lang.org/package/2d-doc\|https://pkgs.racket-lang.org/package/2d-doc I’m assuming they can be compiled separately ?


spdegabrielle
2019-12-18 08:13:53

(I’m assuming that’s why they are separate ?)


laurent.orseau
2019-12-18 08:59:03

Made a gist to keep that valuable info somewhere: https://gist.github.com/Metaxal/190099a09021baa484781102574d3ea0


winny
2019-12-18 09:32:00

Is it possible to use dynamic-rerequire with typed racket?


rokitna
2019-12-18 10:13:27

My impression is that the people who choose to separate their packages this way are trying to make it so that someone doesn’t have to intall testing-specific and docs-specific dependencies of every one of the libraries they depend on.


notjack
2019-12-18 10:19:12

They’re separate so if you’re installing them and you’re not using the built-package catalog, you won’t have to install doc and test dependencies. If you’re using the built-package catalog the splitting doesn’t matter, build-deps won’t be downloaded or installed regardless of whether the package is split.


ben
2019-12-18 14:19:16

what’d you try to connect manually? Running run.rkt should print an ssh command you can try … or try ssh racket@192...... (with the VM’s ip address instead of 192…. )


alexknauth
2019-12-18 15:38:17

I tried both of those to connect manually, while the vm was running


ben
2019-12-18 15:40:47

did the second one time out?

Anyway, I think you should make a new ssh key without a password, add that key to the VM, and try connecting again


alexknauth
2019-12-19 06:20:46

Even when I did that, so I no longer need a password when I ssh into it manually, it’s still timing out when I run run.rkt