Liviu

Results 3 comments of Liviu

Using reflector, it seems that in RELEASE mode the variable str is **moved to FUNCTION scope** instead of local **loop scope**. This is the cause of the error. So it...

This is how the program look correctly in DEBUG mode. The str variable is loop local. This issue is very troubling, what is the stability of the Nemerle compiler is...