metaborg / rust-scopegraphs

Scope Graph Implementation in Rust
https://github.com/metaborg/rust-scopegraphs
MIT License
20 stars 0 forks source link

adding edges to closed scope #34

Open jdonszelmann opened 2 months ago

jdonszelmann commented 2 months ago

Possibly a bug: I've noticed in lace that I think I'm able to add edges to closed scopes. I think that should be an error. Haven't had time to investigate/make a test for it.

AZWN commented 1 month ago

Ok, curious for an example! What kind of completeness were you using at the time?