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
ref to "what I mean/want" https://msdn.microsoft.com/en-us/library/zz3ext39.aspx
when I compile my code I got:
> Error: `evt += hz` is not a scalar, it is a `main.Event!(int, string)`
I should remove some text from this error to google it
> to google: Error: is not a scalar, it is a
(after all I still don't understand what wrong with my opOpAssign but)
BETTER to give for warnings/errors codes like DE0005 or DW0220 and prints it like
> Error DE0005: `evt += hz` is not a scalar, it is a `main.Event!(int, string)`
D-prefix is good for Dlang: DE* for errors, DW* for warnings, DL* for linker for example
than I will google it like "dlang DE0005" without cuts unnecessary text and I think that I will find more accurate results with more clear explanations
The text was updated successfully, but these errors were encountered:
you can change the error text to something more digestible over time, but the error code will remain the same, and you can still find old messages about the error and new ones
a11e99z reported this on 2018-06-09T15:42:26Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=18961
CC List
Description
The text was updated successfully, but these errors were encountered: