hack-router icon indicating copy to clipboard operation
hack-router copied to clipboard

Top level code in examples

Open lexidor opened this issue 2 years ago • 0 comments

fixes #26

Fixes:

  • Lint errors (classes which are not final, nor abstract).
  • Removes HH_IGNORE_ERROR/HH_FIXME directives.
  • Create an <<__Explicit>> version of EnumRequestParameter to prevent hh_client from rebinding the generic.
  • Make the examples runnable without top-level code.

lexidor avatar May 25 '23 18:05 lexidor