donotturnoff / aerend

My third year project
0 stars 0 forks source link

Clear `ctx->err` when carrying out another operation #176

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

If ctx->err is set, it will affect subsequent operations. Should I clear it when calling ae_make_line, for instance, or should this be up to the developer?