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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: remove any type future implementation reference #18822

Merged
merged 3 commits into from Jul 10, 2023

Conversation

felipensp
Copy link
Member

@felipensp felipensp commented Jul 8, 2023

Fix #18815

馃 Generated by Copilot at 80db818

Simplify the parser logic for the any type in vlib/v/parser/parse_type.v. Restrict the use of any to the builtin module in js mode.

馃 Generated by Copilot at 80db818

  • Simplify the condition for using the any type in the parser (link)

@felipensp felipensp added the Tests To Fix This PR requiring only test fixes. label Jul 8, 2023
@felipensp felipensp removed the Tests To Fix This PR requiring only test fixes. label Jul 9, 2023
@felipensp felipensp marked this pull request as ready for review July 9, 2023 21:26
@felipensp felipensp changed the title all: remove any type reference for non-js backend all: remove any type future implementation reference Jul 9, 2023
@medvednikov medvednikov merged commit f8e89ae into vlang:master Jul 10, 2023
49 checks passed
@alexferl
Copy link
Contributor

Nice, I was gonna enter this. Should this be removed too then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot use any type
4 participants