Skip to content
Snippets Groups Projects
  1. Sep 08, 2019
    • Kali Kaneko's avatar
      [pkg] bump go modules · 2027a761
      Kali Kaneko authored
      Unverified
      2027a761
    • 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
  2. Sep 04, 2019
  3. Aug 28, 2019
  4. Aug 16, 2019
  5. Aug 08, 2019
  6. Aug 07, 2019
  7. Aug 06, 2019
Loading