Outstanding

  • \list branches REPL command
    • possibly with \l alias
    • Documented on disk but not yet committed
  • \branch create and \branch switch REPL commands
    • Documented on disk but not yet committed
  • Resolution of CLI edgedb list branches command
  • edgedb instance link always asks for a branch name, even for pre-v5 instances
    • We show an example of this output, and I will need to change that output per version if we can get the actual output to either
      • show something that acknowledges you’re giving a branch name for v5+ and a database name for pre-v5 or
      • Prompt for either branch or database depending on the version being linked (not sure if that’s possible, but this seems ideal)
    • Waiting for https://github.com/edgedb/edgedb-cli/issues/1269 to land so I can verify what the new output is and make sure it’s properly reflected in the docs
  • .. productionlist at Reference > EdgeQL > Lexical needs alternative versions
    • Sphinx build chokes if there are two instances of it with the same keys, even if they are behind James’s new .. versionchanged with different version numbers
  • to_bytes signature needs to be different in v5 versus prior versions (at Standard Library > Bytes)
  • I added a link in the Guides sidebar that will depend on a PR in edgedb.com that moves the cheatsheets
    • There’s a tough to nail down problem with that PR that I’m working to sort out right now.