False positive "is defined but never used" warning if record depends on type #490
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I found this behaviour in aesophia_cli, but probably it is related to the whole compiler.
Reproduction.aes
The warning is not correct, because
option_int
is used to defineoption_point
.This appeared while working on https://github.com/aeternity/aepp-calldata-js/pull/251