aboutsummaryrefslogtreecommitdiff
path: root/src/linker.cpp
diff options
context:
space:
mode:
authorSandro Cavazzoni <sandro@ideaful.it>2024-06-16 11:36:20 +0200
committerSandro Cavazzoni <sandro@ideaful.it>2024-06-16 11:36:20 +0200
commite41878a64f3de4ba1eefe9f2364156f3065e4a40 (patch)
treec165c7969164dc46e4b010103de95a09a6f4c8f7 /src/linker.cpp
parenta619ea3bcdbf170b8eebafde222a9df387284ee4 (diff)
Fix `slice.unique` wrong result
When you try to make this array unique `[]int{1, 2, 4, 4, 5}` you get `[]int{1, 4, 5}` instead of `[]int{1, 2, 4, 5}`. Our index `i` should be increased even with both indices `i` and `j` have the same value
Diffstat (limited to 'src/linker.cpp')
0 files changed, 0 insertions, 0 deletions