Bockeman

Results 10 issues of Bockeman

The position returned by the error_handler where() points to the last successful parse point, not the beginning of the failure. Hence the error messaging is not very meaningful and does...

bug

Under **Boost Liraries** "Spirit" and "Spirit Classic" are listed, but not distinguished. It would be helpful if the latter indicated something like "a historical version, formerly Spirit 1.8". There should...

help wanted
documentation

There are a number of examples (and possibly corresponding tutorials) for the following (which were present in older versions): - calc/calc4c - calc/calc7 - calc/calc8 - calc/calc9 - rexpr/rexpr_full These...

help wanted
documentation

This code fails to compile: ```cpp #include #include #include namespace x3 = boost::spirit::x3; namespace ast { struct tagged_string : std::string {}; enum token_enum {lcomment, rcomment}; struct tagged_token {token_enum token;}; struct...

bug
need more info

This code does not compile ```cpp #include #include #include namespace x3 = boost::spirit::x3; template struct as_type{ template constexpr auto operator[](E e) const {return x3::rule {} = e;} }; template static...

bug
need more info

MCVE: ```cpp #include #include int main() { using namespace boost::spirit::x3; char const* const s = "ab12", * const e = s + std::strlen(s); std::vector v; parse(s, e, +(char_ >> char_),...

bug
need more info

### ⚠️ Before submitting, please verify the following: ⚠️ - [X] This is a **bug**, not a question or a configuration issue. - [X] This issue is **not** already reported...

0. Needs triage

When I attempt to update NC as follows: ``` sudo -u apache php /var/www/html/nextcloud/updater/updater.phar \ Nextcloud Updater - version: v25.0.0beta3-17-gef6cf2d Current version is 25.0.0. Update to Nextcloud 25.0.2 RC3 available....

type: Support
info: Pinned

I've been using tabs_on_bottom.css ever since Firefox messed up the order of the bars at the top of the browser window. That has been working great until a few days...

### Describe the Bug I am getting floods of AVC denials like these: ``` May 17 23:40:00 vericalm audit[711160]: AVC avc: denied { search } for pid=711160 comm="admin" name="13419" dev="proc"...

bug
unconfirmed
25.04