Skip to content
New issue

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

Incorrect tips #4278

Closed
abby-cyber opened this issue May 24, 2022 · 1 comment
Closed

Incorrect tips #4278

abby-cyber opened this issue May 24, 2022 · 1 comment
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@abby-cyber
Copy link
Contributor

abby-cyber commented May 24, 2022

image

As the picture showed above, A function syntax error is perceived as an aliasing error.

When I typed go from "player100" over serve yield edge(src), the system prompted me to add an alias, but the real problem was the edge(src) error, which should be src(edge).

@abby-cyber abby-cyber added type/enhancement Type: make the code neat or more efficient type/bug Type: something is unexpected labels May 24, 2022
@Sophie-Xie Sophie-Xie removed the type/enhancement Type: make the code neat or more efficient label May 25, 2022
@Sophie-Xie Sophie-Xie added this to the v3.2.0 milestone May 25, 2022
@CPWstatic
Copy link
Contributor

This query has two semantic errors, first you should give an alias when using edge(), second src can not be used as parameter for edge. So the previous error report at begin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants