harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c64fd820084807a93c0e05ea940f1db00d1c0cb9
parent bc5fefcf470a9d24aef2f838cf27bac9c1e72d9b
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 12 Jan 2021 11:04:21 -0500

check: remove obsolete TODO

Diffstat:
Msrc/check.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/check.c b/src/check.c @@ -462,7 +462,6 @@ check_expr_array(struct context *ctx, if (!type) { type = value->result; } else { - // TODO: Assignable? Requires spec update if so expect(&item->value->loc, type_is_assignable(&ctx->store, type, value->result), "Array members must be of a uniform type");