Re: Fwd: New contributor tasks

2021-07-18 Thread Mark Wielaard
Hi Joel, On Sat, Jul 17, 2021 at 10:25:48PM +0800, The Other wrote: > >> - I noticed some expressions didn't parse because of what looks to me > >> operator precedence issues. e.g the following: > >> > >> const S: usize = 64; > >> > >> pub fn main () > >> { > >> let a:u8 = 1; > >>

Re: Fwd: New contributor tasks

2021-07-17 Thread Mark Wielaard
Hi Joel, On Sat, Jul 17, 2021 at 10:25:48PM +0800, The Other wrote: > > - Full unicode/utf8 support in the lexer. Currently the lexer only > > explicitly interprets the input as UTF8 for string parseing. It > > should really treat all input as UTF-8. gnulib has some handy > > modules we coul

Fwd: New contributor tasks

2021-07-17 Thread The Other via Gcc-rust
Sorry, pressed the wrong button. I meant to "reply all". -- Forwarded message - From: The Other Date: Sat, Jul 17, 2021 at 10:20 PM Subject: Re: New contributor tasks To: Philip Herron > The AST dump (--rust-dump-parse) was actually useful for checking the

Re: New contributor tasks

2021-07-13 Thread Thomas Schwinge
Hi! On 2021-07-13T00:44:13+0200, Mark Wielaard wrote: > On Mon, Jul 12, 2021 at 11:06:01AM +0100, Philip Herron wrote: >> The main one that sticks out in my mind is the AST, HIR dumps which are >> a bit of a mess at the moment. > > The AST dump (--rust-dump-parse) was actually useful for checking

Re: New contributor tasks

2021-07-13 Thread Philip Herron
On 12/07/2021 23:44, Mark Wielaard wrote: > On Mon, Jul 12, 2021 at 11:06:01AM +0100, Philip Herron wrote: >> Great work once again. I am aiming to spend some time towards the end of >> the week to add more tickets and info for new contributors to get >> involved, which I will post the interesting

New contributor tasks

2021-07-12 Thread Mark Wielaard
On Mon, Jul 12, 2021 at 11:06:01AM +0100, Philip Herron wrote: > Great work once again. I am aiming to spend some time towards the end of > the week to add more tickets and info for new contributors to get > involved, which I will post the interesting ones onto the mailing list > as well. I think i