Open stew opened 11 months ago
Do you happen to have a branch on Share we can check out to reproduce?
@stew
Here is a transcript that reproduces the issue:
```ucm
.> project.create-empty proj
proj/main> builtins.merge
this.is.a.really_really_really_really.long.name_space.path.foo = "foo1"
this.is.another.really_really_really_really.long.name_space.path.foo = "foo2"
bar = foo
I'm getting this compiler error:
Notice that the last two lines are identical, they are both referring to
services.handleServiceHttpRequest
, In reality there are two different names:websockets.handleServiceHttpRequest
andhttp.handleServiceHttpRequest
: