We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using get_team currently produces an ICE due to a compiler bug. The difficulty is probably related to the transformational nature of the function.
The text was updated successfully, but these errors were encountered:
For a simple usage I do not get an ICE, but an error message from the compiler:
init = get_team() 1 Error: Can't convert INTEGER(4) to TYPE(team_type) at (1)
Sorry, something went wrong.
No branches or pull requests
Using get_team currently produces an ICE due to a compiler bug. The difficulty is probably related to the transformational nature of the function.
The text was updated successfully, but these errors were encountered: