#Weekly Status Report #5
Not many words from me this time. This week I worked on:
- Getting the big Work Package 4 pull request ready
for merging and extending it with some fixes (e.g. supporting the new memory layout of unique vecs).
- Added support
for debug info about locals declared with destructuring patterns. This works very stably already.
- Fixed function argument handling which has been broken for a while now. Unfortunately, there is
still an issue with function argument destructuring. I don’t know really what’s going on here
because the code should essentially be the same as with local variables. This will be the first
thing to look into next week.
- Spent some spare time doing general refactoring and naming cleanup work on
syntax::ast
and
rustc::middle::trans
.
Have a nice weekend!