Haskell-Things / Haskell-Things/ImplicitCAD

extopenscad doesn't set returncode properly when errors are produced during runtime

Open
#248 0 comments 0 reactions 0 assignees View on GitHub
extopenscad
Dominant language
JavaScript
Stars
1.6k
Forks
148
PR merge metrics
No merged PRs in 30d

Description

running this ESCAD script:
```
bogus_command(d=100);
```
with this command:
`$ extopenscad test.escad -o test.stl && echo "last command worked!"`

produces:
```
Loading File.
Processing File.
No objects to render.
Error at line 1, column 1: Module bogus_command not in scope.
last command worked!
```

where the last line `last command worked!` is unexpected and feels like incorrect behavior.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.