Skip to content
Snippets Groups Projects
  1. Jun 19, 2015
    • Tim Emiola's avatar
      Corrects the cancel_after_first_response behaviour · aa57bab3
      Tim Emiola authored
      - introduces a #wait method on the call operation view
      - invokes #wait on a Notifier that is created for all operations
      - ensures the Notifier is invoked if necessary whenever a client request
        completes
      - updates the interop_test to use op.wait before checking if the call
        was cancelled.
      aa57bab3
  2. May 23, 2015
  3. Apr 17, 2015
  4. Apr 16, 2015
  5. Apr 14, 2015
  6. Jan 16, 2015
    • Tim Emiola's avatar
      Adds rubocop and fixes most style violations it detected · e2860c5b
      Tim Emiola authored
      - add rubocop as a dev dependency
      - fixed many style violations it reported, often using --auto-correct
      - add a rubocop config
       - .rubocop.yml shows the exceptions
       - .rubocopy_todo.yml tracks outstanding style issues
      - adds a rake task to allow rubocop styling checks to be automated
      e2860c5b
Loading