alexharsanyi
2020-8-13 09:05:04

How unsafe is unsafe-provide? Should it be possible to crash Racket by calling a TypedRacket function provided using unsafe-provide by supplying it incorrect parameters?


samth
2020-8-13 12:27:20

Yes, you can crash things


samth
2020-8-13 12:28:21

If all the typed code in question uses #:no-optimize then there shouldn’t be any crashes, though


mylenthes
2020-8-13 14:26:08

@mylenthes has joined the channel


mylenthes
2020-8-13 14:31:20

Does anyone know if i’ll run into problems using gui sliders to control variables that are being used to plot graphs using the Plot library?


laurent.orseau
2020-8-13 14:33:19

I think I’d done that at some point. Didn’t spot any particular issue AFAIR


mylenthes
2020-8-13 14:48:58

Ok sweet. Thanks. I didn’t think so either.


spdegabrielle
2020-8-13 17:34:01

Quickscript Competition community choice vote: Vote for your favourites at https://forms.gle/WQL2s1Y9AKwyawrv9 Vote closes Thursday 20 August Winners announced Friday 21 August!


alexharsanyi
2020-8-13 22:12:36

thanks, I think I know how to fix the problem I have, just wasn’t sure if the crash should be reported or not (sounds like it should not)