Malachi

Results 89 issues of Malachi

There is some ambiguity as to whether default construction for `detail::basic_string` actually initializes an empty string or not. Certainly `std::string` does. However, in our embedded space it's more appropriate to...

enhancement

Needed is an automated Doxygen script to scoop up what is mentioned in `.h`, `.hpp` and `.cpp` files. The actual content of aforementioned files - how much or how little...

enhancement
help wanted

1. Make `is_null_or_sparse` publicly accessible 3. Consider an augment to `erase_and_gc_ll` which doesn't move active slots around 4. `erase_and_gc_ll` swap, operating on control and not pointer, may not swap active...

enhancement

Not a big rush to do this, since layer1 & friends are the primary use case.

Remove symlinks under `test/arduino/unity/lib/estdlib` and instead point `platformio.ini` file directly at our own file system Although they work in many scenarios, symlinks have two issues: 1. Not as well behaved...

help wanted

Change from taking template type T (char, usually) to CharTraits, like its peers

refactor

It's still using v3.x format (refactor to use `idf_component_register`)

help wanted
good first issue

good first issue
refactor

Given a struct: ``` struct Test { float v1; }; ``` Given a vector: ``` estd::vector v; ``` The operation: ``` v[0].v1 ``` Cannot infer that v[0] ought to be...

Looks like we forgot about this guy, whoops

enhancement
good first issue