lpython icon indicating copy to clipboard operation
lpython copied to clipboard

Unhandled Exception on non-existent file

Open rebcabin opened this issue 1 year ago • 4 comments

(lp) ┌─(~/Documents/GitHub/lpython/integration_tests)───────────────────────────────────────(brian@MacBook-Pro:s001)─┐
└─(11:07:00 on vector-backend)──> lpython bindc03.py                                              ──(Mon,Feb05)─┘
Internal Compiler Error: Unhandled exception
Traceback (most recent call last):
  File "/Users/brian/Dropbox/Mac/Documents/GitHub/lpython/src/bin/lpython.cpp", line 1738
    throw LCompilers::LCompilersException("No such file or directory: " + arg_file);
LCompilersException: No such file or directory: bindc03.py
(lp) ┌─(~/Documents/GitHub/lpython/integration_tests)───────────────────────────────────────(brian@MacBook-Pro:s00

rebcabin avatar Feb 05 '24 19:02 rebcabin

Seems like a good first issue for someone to learn the error-reporting system.

rebcabin avatar Feb 07 '24 15:02 rebcabin

Hi. I create a simple fix for this. Would you like take a look?

syheliel avatar Feb 16 '24 03:02 syheliel

It seems that the bindc03.py file is not present in the current directory.#2481

binshabenny avatar Feb 20 '24 06:02 binshabenny

@Shaikh-Ubaid This issue can be closed because #2536 was merged.

kmr-srbh avatar Feb 23 '24 12:02 kmr-srbh