Ilya Sher

Results 123 issues of Ilya Sher

## Requirements * Handle situation where called code also does logging. It should be at top level, disregarding of "your" state. This probably rules out dynamic scope implementation (which does...

needs-design

Instead of nice error message printed once there is this: ``` Assertion failed: (ngs_malloc_next_free - ngs_malloc_base + sizeof(size_t) + size < ngs_malloc_allocated), function ngs_malloc, file /Users/ilya/src/ngs/malloc.c, line 37. Assertion failed:...

bug

NGS needs a way do define and use a schema * Use cases: * parse and validate external data * command line arguments * configuration files * environment variables *...

feature
needs-design

Right now NGS will throw an exception because the first process ended with signal (SIGPIPE). Rethink the behaviour and error detection design.

bug
needs-design
correctness

``` # Current log("Pipeline stack is ${pipeline_stack}") # Maybe log pipeline_stack # Maybe log(@pipeline_stack) ```

Race condition exists when two threads execute simultaneously `obj.myfield = 1` for any `myfield` that is not already present in one of the objects of the type (and therefore in...

bug
low-level
OpenHack2022

... allowing `Iter(something).my_field`

quick-win
nice-to-have
completeness
OpenHack2022

quick-win
completeness
OpenHack2022

completeness
OpenHack2022

Source of `ngsfile`: ``` ns { run = ns { ... } } ``` The error should be cleaner ``` $ ngs . run [ERROR 2022-10-11 18:34:45 +04] +----------------------------------------------+ [ERROR...

bug