Commit 5b20343
committed
fix on
`eval` can specify unexisting file so it shouldn't read.
Without `eval` the file can be removed just after compiling,
the error should not be propagated.
If given file is existing file for eval context, it should not
override the source code.
The issue is pointed at #10 by
casperisfine and this patc contains a part of his patch.eval with not exsisting file.1 parent 1f28e19 commit 5b20343
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
14 | 22 | | |
15 | 23 | | |
16 | 24 | | |
| |||
0 commit comments