Eyal Rozenberg

Results 481 issues of Eyal Rozenberg

The "unclassified proto-rules" has a lot of text which isn't rules. Some of it are propositions, but some are comments, questions, or bits of exchanges. That should not be in...

At the moment, the `_from_string()` function, its variants, and some additional functions such as `_is_valid()` take their input string as a `const char*` , meaning that you can't pass an...

Eclipst CDT complains about the default constructor for class Enum - it gives a warning about the lack of explicit initialization of all data members. Assuming no negative reprecussions, I...

Thank you for this stand-alone implementation. My problem with it is - I don't know whether to use it, or any of the other ones: Boost, eggs-cpp, Martin Moene's or...

### Describe the bug CMake build configuration _succeeds_, yet build fails, with errors about missing files: ``` /usr/local/src/cling-0.9/tools/plugins/example/DemoPlugin.cpp:10:10: fatal error: clang/Frontend/FrontendPluginRegistry.h: No such file or directory 10 | #include "clang/Frontend/FrontendPluginRegistry.h"...

bug

When building, we have nearly 20 cases of unused variables - we should investigate why they're unused, and either remove them or use them appropriately.

Task

I've not tried building C-Store with clang++, but this should be possible if GCC is supported. Perhaps there would only be very few changes necessary to achieve this.

Task

I've been able to build everything, including the unit tests - but I have yet to try running any of them.

Task

There's a currently a custom-written system of Makefiles used to build C-Store; we should drop it in favor of CMake - but because it's not quite trivial, that may still...

Task

Let's not force making an extra copy of the log, allowing the user to pass in a buffer reference somehow.

enhancement
resolved-on-development
nvrtc