Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GlasgowEmbedded/glasgow
base: 431f985c71e4
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: c47a734e10e7
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 28, 2019

  1. Copy the full SHA
    1979b66 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    76e7e29 View commit details
    Browse the repository at this point in the history
  3. cli: await all tasks, not just the ones that are done.

    When we cancel run_applet(), it continues to run, because it needs
    to wait for the USB transfers to get (asynchronously) cancelled.
    Restructure the logic so that, when any of the main tasks quits,
    they all get cancelled, and then awaited, ignoring the (expected)
    cancellation error.
    whitequark committed Aug 28, 2019
    Copy the full SHA
    c47a734 View commit details
    Browse the repository at this point in the history