Day 2. Continued.

So the only job left with me is to modify mono_error_prepare_exception to convert the MONO_ERROR_ARGUMENT_OUT_OF_RANGE  into a MonoException.

First I'll have to find the location of mono_error_prepare_exception, so I tried the vim search in folder function :vimgrep /mono_error_prepare_exception/ **/*.*


Although I originally meant to add more detail here, I'm too lazy for now, I think I'll paste my PR link here instead:
https://github.com/mono/mono/pull/14119

I'll see if I can make one more pull request after I finished my Digital Design HW today.


UPDATE:
While I didn't finish my Digital Design HW due to some weird error, still my PR has been approved by lambdageek. Great thanks to him.

I guessed that maybe I can do one more PR tomorrow on https://github.com/mono/mono/issues/11959.

Comments