https://github.com/phronmophobic/filenotfoundcli
https://github.com/phronmophobic/filenotfoundcli
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phronmophobic/filenotfoundcli
- Owner: phronmophobic
- Created: 2021-10-28T17:43:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T17:47:18.000Z (over 4 years ago)
- Last Synced: 2025-03-29T19:42:16.615Z (over 1 year ago)
- Language: Clojure
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Minimal repro for `clojure -X` misreporting FileNotFoundException.
```sh
bash-3.2$ clojure -X main/-main
finished loading main
Namespace could not be loaded: main
```
This behavior differs from -M
```sh
bash-3.2$ clojure -M -m main
finished loading main
Execution error (FileNotFoundException) at main/-main (main.clj:4).
null
Full report at:
/var/folders/fk/l27d_8g52450jh4m7_dhqkr00000gn/T/clojure-16350436886037263655.edn
```