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
Pro tip: use the copy permalink option to insert a code snippet:
What ill effect does this bug have?
In general, I'm against altering behaviour for special cases. If a list is empty than the debug line should print an empty list (or an "<empty>" sentinel value).
Describe the bug
There is an attempt to write the contents of a List when there may be no elements in the list.
Expected behavior
Should only write the list if it contains at least one double.
Diagnostics
Lines 259 and 260 should be moved and inserted at current line 279 by which stage it has been established that the list contains values.
The text was updated successfully, but these errors were encountered: