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

should throw error on invalid syntax #366

Open
alexander-akait opened this issue Aug 27, 2019 · 3 comments
Open

should throw error on invalid syntax #366

alexander-akait opened this issue Aug 27, 2019 · 3 comments
Assignees
Milestone

Comments

@alexander-akait
Copy link
Collaborator

Input:

try { call(); } catch (| Exception $e) { do_something(); }

Affected all nodes use this.read_list api

@ichiriac
Copy link
Member

damn, this function was implemented on namespaces, and next used elsewhere

@ichiriac ichiriac added this to the 3.0.0-prerelease.10 milestone Aug 27, 2019
@ichiriac ichiriac modified the milestones: 3.0.0-prerelease.10, 3.1.0 Jan 6, 2020
@ichiriac
Copy link
Member

ichiriac commented Jan 6, 2020

ok, this can be fixed on next release as it's not a really a blocking bug

@ichiriac
Copy link
Member

same thing on class foo { static const bar = 1; } some flags are not allowed on const nodes be there is missing a test

@ichiriac ichiriac self-assigned this Mar 26, 2020
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

2 participants