We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At http://gocircuit.github.io/escher/cmd.html, in step 3., it reads:
For instance, the source file a/b/c.escher, containing:
a/b/c.escher
CircuitName { … }
Will be registered under the index address a.b.c.CircuitName.
a.b.c.CircuitName
But in reality, what I see in Escher, the file name (in this case c) is ignored, and the resulting address is rather a.b.CircuitName here.
c
a.b.CircuitName
That is very confusing, and I would rather have the behaviour as it is explained in the documentation quoted above.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At http://gocircuit.github.io/escher/cmd.html, in step 3., it reads:
But in reality, what I see in Escher, the file name (in this case
c
) is ignored, and the resulting address is rathera.b.CircuitName
here.That is very confusing, and I would rather have the behaviour as it is explained in the documentation quoted above.
The text was updated successfully, but these errors were encountered: