sveneld opened a new pull request, #3786:
URL: https://github.com/apache/thrift/pull/3786

   ## Summary
   - allow unknown backslash sequences in IDL string literals to pass through 
unchanged instead of failing the parser
   - add a compiler regression test covering a PHP string constant with a 
literal backslash
   
   ## Testing
   - docker run --rm -v /home/v.panivko/github/thrift:/thrift/src -v 
/tmp/thrift-compiler-tests-4244:/build -w /build thrift-php-dev:local sh -lc 
'cmake -S /thrift/src/compiler/cpp/tests -B . 
-DTHRIFT_VALIDATOR_COMPILER_GO=OFF && cmake --build . -j2 && 
./bin/thrift_compiler_tests "[parser]"'
   
   Generated-by: OpenAI Codex GPT-5
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to