ryukzak / nitta

BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

Fix paths on windows #229

Closed daniilprohorov closed 1 year ago

ryukzak commented 1 year ago

Hi, sorry for the long review!

In NITTA.Utils you can find: toModuleName. This function should transform the text to the correct module name. Can you improve this function and add it to the code where needed?

Also, can you revoke the testcaseM function, because I see no reason why we shouldn't use toModuleName everywhere?