Skip to content
  • Junio C Hamano's avatar
    Merge branch 'js/use-bug-macro' · 50f08db5
    Junio C Hamano authored
    Developer support update, by using BUG() macro instead of die() to
    mark codepaths that should not happen more clearly.
    
    * js/use-bug-macro:
      BUG_exit_code: fix sparse "symbol not declared" warning
      Convert remaining die*(BUG) messages
      Replace all die("BUG: ...") calls by BUG() ones
      run-command: use BUG() to report bugs, not die()
      test-tool: help verifying BUG() code paths
    50f08db5