-
Notifications
You must be signed in to change notification settings - Fork 27
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
Parsing fails on multiple typedef extensions #181
Comments
Since I already have an issue open for parsing weirdness, I will mention this curiosity too: I get this error from a file that has not one single
If you want to see these, run with just this rule over Actuate, it has quite a few of these
|
Referring this to @Simn. Temporarily added try catch block. |
The second problem seems to be related to #44, some files of actuate lib have a BOM:
|
To fix extensions issue Simn asked to raise a PR by porting Not sure if I can translate ocaml changes to Haxe. |
refactored unittest for HaxeCheckstyle#181
This has been fixed in haxeparser so the test should be updated and the issue closed. |
I have a number of typedefs that have multiple "parent" types that it extends from,
,
is required for haxe compiler in previous versions (I think 3.1.x, not sure)The text was updated successfully, but these errors were encountered: