You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage of the Debug module prevents to compile the code in optimized mode and to use tools like elm-optimize-level-2.
Debug.todo should be replaced by some code that produces a runtime exception, preferably with the possibility to specify a custom error message. It would even be better to handle the errors properly, but this would be a lot of work...
Debug.toString should be replaced with custom code that "stringifies" as much as needed in each case.
Debug.log should be removed.
The text was updated successfully, but these errors were encountered:
Usage of the
Debug
module prevents to compile the code in optimized mode and to use tools likeelm-optimize-level-2
.Debug.todo
should be replaced by some code that produces a runtime exception, preferably with the possibility to specify a custom error message. It would even be better to handle the errors properly, but this would be a lot of work...Debug.toString
should be replaced with custom code that "stringifies" as much as needed in each case.Debug.log
should be removed.The text was updated successfully, but these errors were encountered: