Commit b562069
committed
On wrong append call, help users pass-by-pointer
WHY?
First Odin users that try to use append often forget to pass a pointer,
and pass-by-value.
This is a first attempt at helping with that, but a better version would
be a generic way to check when any proc values should be pass-by-pointer instead of
pass-by-value, as discussed at https://forum.odin-lang.org/t/least-parsable-most-common-error-message/1241/31 parent 4b8751b commit b562069
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7283 | 7283 | | |
7284 | 7284 | | |
7285 | 7285 | | |
| 7286 | + | |
| 7287 | + | |
| 7288 | + | |
| 7289 | + | |
7286 | 7290 | | |
7287 | 7291 | | |
7288 | 7292 | | |
| |||
0 commit comments