Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 7, 2015
1 parent 3acd43e commit c22dcaf
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ To Do
maybe it should be in SetupCommonUI?

* put categories in unity plugin
* add hft_error msg so hft can deliver errors back to
the source.
* .net
* .js
* add session and name support to js

* Make hft delete for deleting old releases
Expand Down Expand Up @@ -839,6 +835,16 @@ Runs Repo noid
Done
====

* add hft_error msg so hft can deliver errors back to
the source.

No. I started implementing it and then I realized that probably > 50% of the time
the issue will be a typo. The typo will prevent the logging code from running so
most of the time the user won't get a message helping them fix stuff which will
just make it doubly frustrating if they get used to getting messages sometimes.
Better they setup remote debugging because the remote debuggers will show typos
and syntax errors etc..

* check osx unity no hft works
* check win unity no hft works
* do sampeles type = doc
Expand Down

0 comments on commit c22dcaf

Please sign in to comment.