Differences between versions of imp-interpreter and ICemu
Closed this issue · 2 comments
caterinaurban commented
The differences between the versions of the imp-interpreter and ICemu projects that we use and the originals are very suspicious. For instance, there are calls completely commented out and replaced by pass
, and an index in a comprehension is replaced by a number. Are we sure that we are preserving the original functionality of the code? I seriously doubt it. This needs to be fixed and every single change compared to the original version should be meticulously tracked and clearly justified.
caterinaurban commented
I should add that some files from the original versions of the projects have been completely deleted in our versions, again without justification.
caterinaurban commented
Fixed in ca4fec6.