hoaproject / Compiler

The Hoa\Compiler library.
https://hoa-project.net/
453 stars 47 forks source link

Update Llk.php #91

Open flip111 opened 5 years ago

flip111 commented 5 years ago

Fix bug https://github.com/hoaproject/Compiler/issues/90

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at ?% when pulling 095c4f45c32d87c6ba96226e286f3289ee3e2482 on flip111:patch-2 into c620f44deff0b4c2d0c27560a3b0f5e7e376e001 on hoaproject:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at ?% when pulling 095c4f45c32d87c6ba96226e286f3289ee3e2482 on flip111:patch-2 into c620f44deff0b4c2d0c27560a3b0f5e7e376e001 on hoaproject:master.

unkind commented 5 years ago

I could help with this PR, but unfortunately I face with such invalid types too often: image

I suggest to replace Consistency::flexEntity magic with native class_alias().

Hywan commented 5 years ago

@unkind Check this command https://github.com/hoaproject/Devtools#expandflexentities to help you.

unkind commented 5 years ago

@Hywan I have to find out the real purpose over class_alias() first :) https://github.com/hoaproject/Compiler/issues/95#issuecomment-438100057 I can make PR for replacing it.

Hywan commented 5 years ago

@unkind You can use devtools:expandflexentities to solve your issue with your IDE :-). We don't have plan yet to remove flex entities for BC reasons.