Validator should validate nested pkg accesses #54

Open
opened 2024-05-31 16:59:19 +00:00 by scott · 0 comments
Owner

If a pkg contains a pkg, validated these, e.g.:

let foo = 42
pkg Foo {foo}
pkg Bar {Foo}
Bar :Baz & should not pass validation, and it does not
Bar :Foo :baz & should not pass validation, but it does
If a pkg contains a pkg, validated these, e.g.: ``` let foo = 42 pkg Foo {foo} pkg Bar {Foo} Bar :Baz & should not pass validation, and it does not Bar :Foo :baz & should not pass validation, but it does ```
scott added this to the 0.2.0 milestone 2024-05-31 16:59:22 +00:00
scott added a new dependency 2024-05-31 17:03:33 +00:00
scott removed a dependency 2024-05-31 17:03:54 +00:00
scott added a new dependency 2024-05-31 17:04:14 +00:00
scott added this to the Better errors project 2024-07-03 00:19:54 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks
Reference: twc/ludus#54
No description provided.