Mazdak Farrokhzad
Mazdak Farrokhzad
Closes https://github.com/FuelLabs/sway/issues/2384. This implements parser recovery and introduces its use for `pub impl ...` and friends. More instances of parser recovery can be added over time -- there's really no...
This is a follow up issue to #93. I think we should get rid of special uninhabited types unless we have a particularly good reason to keep them. The standard...
Opening an issue per discussion at https://github.com/anp/rfcbot-rs/pull/197#discussion-diff-183131428R448. To save the rfc-pushers some time, it would be nice to auto-merge RFCs that are FFCPed (*finished-final-comment-period*). This is a complicated process which...
In a conversation, @nikomatsakis said: > (I wish that you could specify the team(s) to rfcbot as part of the command) Seems reasonable to me; we could reuse the mechanism...
Sometimes, when fcps have already started, another team wants to get in on the fun... ...So I think they should be able to do so with `@rfcbot add-team list_of_teams`
Recently, on https://github.com/rust-lang/rfcs/pull/1892#issuecomment-385062394 the following happened: > On behalf of @RalfJung: @rfcbot concern zeroed #1892 (comment) \- @joshtriplett It stands to reason that Josh might want to delegate the resolving...
Might be nice for team members to be able to note concerns they have when they first read an RFC before some other team member decides to `@rfcbot fcp merge/close/postpone`...
In an effort to make the code-base more understandable, cleanup stuff per https://github.com/anp/rfcbot-rs/pull/204#discussion_r188448403 with `failure` or a similar solution.
[`Rust`](https://www.rust-lang.org) is quite a new language... but, it is an awesome language. Particularly, it features `affine types`, `algebraic data types`, and is in addition a `systems programming language`, so it's...