samth
2019-11-22 13:48:27
the former
notjack
2019-11-22 14:45:02
I don’t think there’s a way to do that
samth
2019-11-22 20:18:10
@popa.bogdanp could the web-server ci use minimal Racket? I think that might be faster to install.
popa.bogdanp
2019-11-22 21:02:10
@samth I think I tried that initially but ran into some trouble installing the web server in place. I’ll give it another go tomorrow afternoon.
popa.bogdanp
2019-11-22 21:15:24
Some sort of issue with data/bit-vector and db-doc. I’m not sure why db even gets brought in there. Maybe htdp-lib brings it in transitively?
popa.bogdanp
2019-11-22 21:18:38
Oh, wait. web-server-doc brings db-doc in. I wonder if it’ll pass if I just install web-server-doc in place as well
popa.bogdanp
2019-11-22 21:22:47
popa.bogdanp
2019-11-22 21:23:57
data/bit-vector is part of base so I wonder if this is a bug in the minimal racket distribution or if it’s intentionally excluded