Skip to content

Better error handling in inner functions #9

@jakewilliami

Description

@jakewilliami

We should handle errors better in internal functions. E.g., see SystemError and Base.IOError. See also how realpath handles non-existent paths.

The worst case scenario is that we seg fault, as we are passing around pointers within C calls. Let's try to avoid this (at the very least) at all costs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions