Displaying 2 results from an estimated 2 matches for "l1385".
Did you mean:
1385
2023 Jul 25
1
Bug in perl=TRUE regexp matching?
...icode
It depends on how you want to interpret "done in". Less ambiguous could be:
> one UTF-8 string will force all strings to be converted to Unicode
prior to matching.
Best,
B
[1]:
https://github.com/r-devel/r-svn/blob/a8a3c4d6902525e4222e0bbf5b512f36e2ceac3d/src/main/grep.c#L1385
[2]:
https://github.com/r-devel/r-svn/blob/a8a3c4d6902525e4222e0bbf5b512f36e2ceac3d/src/main/grep.c#L1378
[3]: https://pcre.org/current/doc/html/pcre2pattern.html
>
> Duncan Murdoch
>>
>> Best,
>>
>> B.
>>
>>
>>>
>>>
>>> Howeve...
2020 Nov 11
0
[cfe-dev] Running LLVMHello Pass from Clang(-cl)
...e-dev at lists.llvm.org>
Objet : Re: [cfe-dev] Running LLVMHello Pass from Clang(-cl)
The "Error generating preprocessed source(s)" message here is from a generic error trap:
https://github.com/llvm/llvm-project/blob/ba71a0746f31a2f5f9af992f569a9418133a9a38/clang/lib/Driver/Driver.cpp#L1385
I've found instances of this online that were resolved by increasing the heap size, so it can be caused by just about anything. The underlying command line doesn't include a smoking gun for me either.
As Andrzej mentioned, I don't know that dynamic plugins are actually well-supported...