Julian Rohrhuber
Julian Rohrhuber
you are right -- sorry for the noise!
Hm, strange. Double dispatch works in `Maybe` and also in subclasses of `AbstractObject` in the Neutral Quark. You can certainly write both `Maybe(4) + 3` and `4 + Maybe(3)` and...
Just dropping in a thought about how things are right now. For every method where we want to do a double dispatch, we do so because the result depends on...
Yes, I've been wanting to do this forever. Can we do it together, on the weekend?
As a quick fix for SuperDirt, it could check if the memSize is too small and then enforce a reboot or throw an error instead of failing?
Nice, thank you! Do you have a good magic number in mind for the needed memory size?
That is a good idea I think, because these settings don't mean anything if the server is not booted.
OK, but if s.options.memSize was large enough, and then rtMemoryStatus returns too little, we have to basically warn and stop, right? So the idea would be: 1. check the memory...
Maybe we can find a way to avoid adding a syntax. >To make this optimisation possible, we need to make sure that all the arguments are not touched. I think...
I guess I am just holding back a bit because I thought we really only need it in a particular place (maybe one in the whole class library). We would...