Typechecker crashes if Chain.create or Chain.clone are used without arguments #393
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?
Created by: radrow
Repro:
Error is thrown by
occurs_check1
wherevar_args
are not handled. This is invalid and references to both functions without application should be banned ininfer_expr
.Edit: Never mind what is written below, occurs_check on var_args cannot return neither true nor false.
@radrow
Why ban the references to these functions without application, instead of treating them like other normal functions.The following code is valid for example:
Created by: radrow
Inference of var args is unobvious and hardly useful