# PEH 2020-12-07 Meeting Agenda
###### tags: `Error Handling` `Minutes`
- [2020-11-23 Meeting Minutes](https://github.com/rust-lang/project-error-handling/blob/master/meetings/2020-11-23.md)
## Action Items
- [[rust-lang/rust#77384]](https://github.com/rust-lang/rust/pull/77384) Implement trait based proof of concept for `Backtrace` in `core` (Jane Lusby)
- [[rust-lang/rfcs#2895]](https://github.com/rust-lang/rfcs/pull/2895) Update `object-provider` API in generic member access RFC (Jane Lusby)
- [[rust-lang/rust#75180]](https://github.com/rust-lang/rust/pull/75180) Fix regressions caused by new impl error for `&'a E` change (Jakub Duchniewicz)
- [[rust-lang/rust#53487]](https://github.com/rust-lang/rust/issues/53487) Review the "Fix the error trait" tracking issue to figure out next steps (Oliver)
- [[rust-lang/rfcs#3007]](https://github.com/rust-lang/rfcs/pull/3007) Review the panic plan rfc (Jane Lusby)
- [[rust-lang/project-error-handling#7]](https://github.com/rust-lang/project-error-handling/issues/7) reach out to the author of the error codes issue (Jane Lusby)
- Get long-term blog post posted on Inside Rust blog (Sean Chen)
- [[rust-lang/rust#72981]](https://github.com/rust-lang/rust/pull/72981)
- Resolve blockers in the backtrace stabilizition PR (Ashley Mannix)
- Follow up with Amanieu to mark concerns on backtrace stabilization as resolved (Ashley Mannix)
- [[rust-lang/project-error-handling#24]](https://github.com/rust-lang/project-error-handling/issues/24) Create an issue and gather resources to use as reference material for the Rust Error Book (Jane Lusby)
## Agenda Items
- Review action items from last meeting
- Merge conflicts on backtrace stabilization PR
- Review to merge project board updates
- disposition: add to project board
- https://github.com/rust-lang/rust/issues/54144
- https://github.com/rust-lang/rust/issues/54889
- https://github.com/rust-lang/rust/issues/40322
- backtrace frames PR
- backtrace format PR
- disposition: out of scope
- https://github.com/rust-lang/rust/issues/34472
- https://github.com/rust-lang/rust/issues/36749
- https://github.com/rust-lang/rust/issues/37179
- https://github.com/rust-lang/rust/issues/43354
- https://github.com/rust-lang/rust/issues/37634
- https://github.com/rust-lang/rust/issues/37871
- https://github.com/rust-lang/rust/issues/41407
- https://github.com/rust-lang/rust/issues/42154
- https://github.com/rust-lang/rust/issues/51588
- https://github.com/rust-lang/rust/issues/30974
- https://github.com/rust-lang/rust/issues/49129
- https://github.com/rust-lang/rust/issues/51125
- Holiday Schedule
# Attendees
- oliver :cake:
- Jane Lusby
- Charles Ellis O'Riley Jr.
- Jakub Duchniewicz
- DPC
# Meeting Minutes
- Rust Error Book
- [references collection](https://github.com/rust-lang/project-error-handling/issues/24)
- Backtrace Stabilization
- disposition merge
- [merge conflicts](https://github.com/rust-lang/rust/pull/79692)
- Error Codes Issues
- low priority
- Fix Error Trait
- ready for finalization, seeking the right person for completion
- [#75180](https://github.com/rust-lang/rust/pull/75180)
- PR coming shortly
- [#2895 RFC generic member access for dyn Error trait objects](https://github.com/yaahc/rfcs/blob/master/text/0000-dyn-error-generic-member-access.md)
- possibility of updating the object-provider API to possibly allow
extracting context which includes lifetimes
- on implemented version uses marker types which implement a trait with
an associated type to provide a static type to downcast to as a proxy for
a type which cannot have a type id because it contains lifetimes
- https://github.com/mystor/dyno