Open francescoagati opened 5 years ago
What branch are you testing? Is that master
or branch feature/6_include-related
in PR?
But I agree a warning would be better
master
Please try the branch if you don't mind
Is there a PR for this ? If fixed please could you update haxelib repo ? I currently need to comment that line - just a warning is enough here since probably will take some time to support all clases... Should I PR ? Maybe a flag as argument / macro to throw. (by default should not) Thanks, nice project!
You're right, it shouldn't throw but print a warning. Please PR if you can.
hi, in some case (enum abstract) hxtsdgen block the output process with this error. i think that should be better launch a warning but without block the process and cast to any. or have a flag for don't throw an exception and only a warning and cast the unknown type to any
https://github.com/nadako/hxtsdgen/blob/bfb4062eb6ab519e8091aded83fcdea123fcf792/src/hxtsdgen/TypeRenderer.hx#L85