Felix
Felix
This doesn't seem to leak any memory ``` ==3015== Memcheck, a memory error detector ==3015== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3015== Using Valgrind-3.13.0 and...
i don't think this is a bug, but parts of the code need to be renamed
cant reproduce
but the error message for a non existing file is wrong: ERROR: No such process: ....kan
I don't know if we actually need this. Seems like this can only happen, if an error has already been reported
is this actually a problem?
its probably better, to not reorder the fields, but we should at least check the field names
we can also crash the compiler by doing: ``` let t = Test; ```