Monthly Community Meeting

2021-09-30 Thread Philip Herron
Hi everyone, Its that time again, tomorrow is our usual community meeting: - Date and Time 1st October 2021 at: 09h00 UTC - Agenda: https://hackmd.io/FBNWz8LyQk2vOaEsQtex1g please feel free to add agenda items you wish to see discussed. - Jitsi: https://meet.jit.si/259057065581073 If

Re: byte/char string representation (Was: [PATCH] Fix byte char and byte string lexing code)

2021-09-30 Thread Philip Herron
Hi Mark, Thanks for clarifying this, I was getting mixed up between normal str's and byte strings. Your patch was 99% of the way there to fix the type resolution so I finished it off for you: https://github.com/Rust-GCC/gccrs/pull/698/files The missing piece was that References and Array's are a

Re: [PATCH] Fix raw byte string parsing of zero and out of range bytes

2021-09-30 Thread Philip Herron
Hi Mark, This looks good and it is currently being merged: https://github.com/Rust-GCC/gccrs/pull/695, I will catch up with your other patches through the day. Thanks --Phil On Wed, 29 Sept 2021 at 21:35, Mark Wielaard wrote: > Allow \0 escape in raw byte string and reject non-ascii byte > va