Skip to content

Conversation

@Creativty
Copy link
Contributor

@Creativty Creativty commented Oct 17, 2025

Provides useful suggestion in cases where applicable such as:
main.odin

package main

main :: proc() {
    arr := make([dynamic]int)
    append_elem(arr, 3)
}
$ odin check .
.../main.odin(5:14) Error: Cannot determine polymorphic type from parameter: '[dynamic]int' to '^$T/[dynamic]$E'
	append_elem(arr, 3)
	            ^~^
	Suggestion: Did you mean '&arr'

This commits also add the ctags file tags to .gitignore

@Creativty
Copy link
Contributor Author

The commit 43529dd has implemented the proposed solution.

@Creativty Creativty closed this Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant