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: ec0b7fbde4dd
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: bafd6096ed5d
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    fa209e5 View commit details
    Browse the repository at this point in the history
  2. applet: simplify and improve run_lower().

      * We only ever call run_lower() on the topmost applet in the stack
        (and this seems unlikely to change), so remove logic that was
        guarding against other cases.
      * If the topmost applet in the stack has its own run_lower(), e.g.
        because an inheritance-based solution is not a good fit, then
        this method will be called rather than run() of the superclass.
    whitequark committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    09698ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a920c3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bafd609 View commit details
    Browse the repository at this point in the history