Skip to content

Miscellaneous Bugs #73

@stephenverderame

Description

@stephenverderame

List of misc bugs in caimanc that are unsolved or not merged yet. I keep forgetting about them, so I'm making this issue to put them in one place.

Codegen

Assembly

  • jump: Jump AST to IR transformation attempts to use the node id of the continuation as a funclet id.
  • node id used instead of index in quotients: A node id is used instead of an index in Quotient::Output. IR expects an index, assembly passes a node id. The same is happening for Quotient::Input, however, it seems to be working so I haven't touched it.
  • holes not allowed in flow: There is no way for the flow part of the tag to be a hole with the rest of the tag specified Fixed in Explication Restructure #95

Type Checking

  • BUFFERS - allegedly very broken

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcoreEssential (planned) functionality or maintenance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions