Tilda Udufo

Results 269 comments of Tilda Udufo

@patricoferris So this is what I ended up with ``` let lexbuf = Lexing.from_string phrase in let phrase = !Toploop.parse_toplevel_phrase lexbuf in (try ignore(Toploop.execute_phrase true Format.str_formatter phrase); with | exn...

@patricoferris I tried this ``` try ignore(Toploop.execute_phrase true Format.str_formatter phrase); with | exn -> exit 1 ``` This exits the script with a `Fatal Error: End_of_File raised` but doesn't fail...

@patricoferris I tried this and it worked. ``` (try ignore(Toploop.execute_phrase true Format.str_formatter phrase); with | exn -> failwith "This program failed with errors" ); ``` This is what it prints...

@olgaromashko Since someone has already been assigned to this issue you can look for another good-first-issue 🙂

Hi @priyda, I also made changes to the issue that'll fix the failing test. Do you think you could implement those changes? Sorry for the inconvenience!

Hi @vamshidhar-kasulabada, this is a first-timers only issue and someone is already working on it. Thank you!

Thank you for working on this @lanefoxwood!

Hi @Ibom99, the file link is wrong. Please add the correct link. Thanks!

Amazing @Ibom99. Thank you!!