pbyrne84 / DynamicReturnTypePlugin

135 stars 7 forks source link

Plugin broken in the newest PHPStorm EAP 141.1619 #45

Closed bashofmann closed 9 years ago

bashofmann commented 9 years ago

The plugin does not work anymore in the newest PHPStorm EAP 141.1619

Looking at the release notes https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+EAP+141.1619+Release+Notes it may be connected to one of these changes:

https://youtrack.jetbrains.com/issue/WI-23395 https://youtrack.jetbrains.com/issue/WI-18075 https://youtrack.jetbrains.com/issue/WI-17116

pbyrne84 commented 9 years ago

I had a feeling the following might cause issues. https://youtrack.jetbrains.com/issue/WI-18075 https://youtrack.jetbrains.com/issue/WI-17116

I'll see the damage.

pbyrne84 commented 9 years ago

I take it you use ::class? The internal representation of it changed a bit breaking resolution.

If that is all I'll have a fix uploaded in an hour or so. Lots of stuff was deprecated in Kotlin which the majority of the plugin was written in so I had to spend a day the other day cleaning it up.

pbyrne84 commented 9 years ago

New upload with fixes for ::class... Let me know if that fixes your issues.

Thanks :)

bashofmann commented 9 years ago

Works, thanks for the fast fix :)