Skip to content

Instantly share code, notes, and snippets.

@nikomatsakis
Last active April 8, 2020 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikomatsakis/6993a31554708c1e84282d90f15fbb0b to your computer and use it in GitHub Desktop.
Save nikomatsakis/6993a31554708c1e84282d90f15fbb0b to your computer and use it in GitHub Desktop.

April 13 -- Try blocks, try traits, functions that try, oh my!

Agenda:

  • stabilizing try blocks w/ Ok wrapping -- Josh is preparing an issue now
  • discuss revisions to Try trait -- scottmcm will lead?
  • if have time, talk some about "try functions" and the options there

Prep work:

  • josh to open an issue around ok-wrapping and try blocks
  • scottmcm to review and prepare a summary of plans

Goal:

  • clarify where objections lay and hopefully clear the path to stabilizing try functions and Try trait
  • clarify the lay of the land on try functions and maybe identify next steps

April 20 -- Edition planning

Agenda:

  • We're on the hook to plan Rust 2021 related changes by October (and land them, indeed). We've got to get started.

Prep work:

Goal:

  • emerge with a checklist (that we can adapt) of things we might want to do, use that to guide our efforts

April 27 -- Type aliases

cc @eddyb, @estebank

Prep work:

  • XXX to work with eddyb to summarize what happened
  • maybe re-run some relevant crater runs to get fresh data?

Goal:

  • Discuss the situation with type aliases and decide what actions we may want to take
  • Or, if not reach a decision, decide what measurements we might need to reach one
  • Ideally, decide about estebank's PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment