Last week we had several streams of work Philbert focused on bug fixing, new contributors added missing built-in attributes and macros; finally, Arthur continued his work on the privacy pass. More privacy pass primitives are being implemented, which will crossover with the handling of use statements since we need to support restricted visibility modifiers (~pub (in <path>)~).
Keep up to date with the Rust language on a regular basis
Going over target dates
2
5
10
Maintain status reports and issue tracking to stakeholders
Planned Activities
Continue work into privacy pass
Continue work on metadata exports
Detailed changelog
Patterns in function parameters
As part of our bug fixing this week, we realise we could unify the code paths for handling match arms such that we can support patterns everywhere. There are bugs in code-generation for more complex patterns which need to be fixed but we are correctly name and type resolving them which is the starting point. As our support for Match Expression improves over time so will our support for patterns.