Skip to content
Snippets Groups Projects
  1. Jun 26, 2020
  2. Jun 16, 2020
  3. Jun 12, 2020
  4. Apr 30, 2020
  5. Oct 21, 2019
  6. Oct 11, 2019
  7. Oct 05, 2019
  8. Sep 08, 2019
    • Kali Kaneko's avatar
      [bug] exit cleanly in osx · 74733b24
      Kali Kaneko authored
      two things happen differently in osx:
      
      - call to systray.Quit() halts the program (so if called directly, none
              of the deferred functions that we use for cleanup get to
              execute)
      - systray.Run() blocks (so after loop returns, the main run.Run() function
              did not get to receive the boolean through the finishedCh channel.
      
      proper shutdown is therefore fixed here by moving the call to
      systray.Quit() to a goroutine that executes when the initialize()
      function calls all the deferred functions.
      
      we need to revisit this in case we want to break the main select loop
      for a reson other than successfully terminating the program.
      Unverified
      74733b24
  9. Sep 04, 2019
  10. Aug 28, 2019
  11. Aug 16, 2019
  12. Aug 07, 2019
  13. Aug 06, 2019
  14. Aug 05, 2019
Loading