-
Notifications
You must be signed in to change notification settings - Fork 12
Needs better error handler at C code #23
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
We are using code written in C at Scissors to resolve compress logic. This code is compiled using emscripten.
To interop the compiled code with the rest of project we have one wrapper to huffman and another wrapper to lzss.
But we have some problems in this interop:
- since printed messages at C is only passed to console at browser when a
\nis printed, some error messages (for example, line 276 athuffman.cand line 227 atlzss.c) isn't showed - these errors isn't handled at JS either showed to the user
These errors happens currently. I think that it happens because we are using the same filename to read and to write (see wrappers). We should test if using a different file names these errors are resolved - but we still need make these erros more noticeable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working