Alcaro

Results 44 issues of Alcaro

# Describe the bug The regex [\d-e] (character class containing the range \d to e) is accepted (treated as \d, and the literal characters - and e), contrary to [the...

bug

pad $010000 does nothing (applies to both 1.9 and 2) should be a 'doesn't map to rom' error

bug
affects 1.9 and 2.0

``` [19:41:48] !rb as2 db (1 || 1) [19:41:49] 01 [19:43:07] !rb as2 assert (1||1) [19:43:07] (no output) [19:41:44] !rb as2 assert (1 || 1) [19:41:44] Errors occurred while assembling....

# Describe the bug > NOTE 4 > Step 1 of the RepeatMatcher's d closure states that, once the minimum number of repetitions has been satisfied, any more expansions of...

bug
regex

Fixes #330 Fixes \x80-\xFF not matching high-ascii bytes ```c++ #include #include #include int main() { const char * b = "knäckebröd"; auto k = ctre::search(b); std::cout

``` int square(int num) { return ctre::starts_with("abc"); } ``` ``` : In instantiation of 'static constexpr bool ctre::char_range::match_char(CharT, const ctre::flags&) [with CharT = char; auto A = 128; auto B...

### Describe the bug :seal: ### Steps to reproduce 1. Visit godbolt.org 2. Add tool - llvm-mca (trunk) ### Expected behavior Something other than ``` :11:7: error: unassigned file number...

bug

### Describe the bug good idea, i should do that ### Steps to reproduce https://godbolt.org/z/Mqv7s689s ### Expected behavior same from both ### Reproduction link https://godbolt.org/z/Mqv7s689s ### Screenshots Not applicable ###...

bug

### Describe the bug Describe the bug* A clear and concise description of what the bug is. ### Steps to reproduce - Create inordinately long text (100k lines is good),...

bug

### Describe the bug Already did (found it while trying to reduce https://github.com/llvm/llvm-project/issues/136432 into something slightly more actionable than a 9MB blob) ### Steps to reproduce 1. Go to https://godbolt.org/z/vcfoE18Ko...

bug