Skip to content

Consider replacing panics with internal errors #110

@vytautas-astrauskas-sensmetry

Description

Sysand is supposed to be used as a library called from other languages via FFI. While unwinding via FFI boundary is possible, it is complicated and error prone. Therefore, we should consider whether to forbid panicking in the core and replace all points that could potentially panic with returning an internal error instead.

Related: #33

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions