Skip to content

Type Checking of Sets #18

@jonas2602

Description

@jonas2602

there are two problems in set type checking

  1. Its possible to assign sets with different types, because it uses the assign operator of array and under the hood both sets use [256 x i8]
  2. same problem with operatorIN where it's possible to check if an integer is in a set of chars

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions