Skip to content

Mixing statements and contexts #23

Description

@Checkmate50

The mix of statement and context here (read ; mixed with {) feels a bit awkward:

let context1 = (&context).set_a_position(...);
  {

I wonder if there's a good way to get rid of the semicolon at the end of let context1 = (&context).set_a_position(...); to make it more clear that we're opening a scope wrt the previous context and not just "context-free", if that makes sense. It's a minor syntactic point, but I think it's important actually

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions