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

EmacsList,Go,Lisp: use Y instead of u to represent unknown Language objects #3884

Closed
masatake opened this issue Dec 17, 2023 · 1 comment
Closed
Milestone

Comments

@masatake
Copy link
Member

masatake commented Dec 17, 2023

EmacsLisp            u      unknown               yes     no      0      NONE   unknown type of definitions
Go                   u      unknown               yes     yes     1      NONE   unknown
Lisp                 u      unknown               yes     no      0      NONE   unknown type of definitions
Python               x      unknown               yes     no      2      NONE   name referring a class/variable/function/module defined in other module

Though breaking compatibilities, I will change the letters for unknown to Y.

Originally posted by @masatake in #3535 (comment)

@masatake masatake added this to the 6.1 milestone Dec 17, 2023
@masatake
Copy link
Member Author

Surprisingly, I solved this one in #3567.

@k-takata k-takata changed the title EmacsList,Go,Lisp: useY instead of u to represent unknown Language objects EmacsList,Go,Lisp: use Y instead of u to represent unknown Language objects Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant