Page 1 of 1

Exception (Version 1.21.9212.2015)

PostPosted: November 16th, 2016, 7:16 pm
by BladeMF
I have attached the activity log since I can't paste it.

Re: Exception (Version 1.21.9212.2015)

PostPosted: November 16th, 2016, 8:07 pm
by BladeMF
This is a PrestaShop project (symphony based) in its default state (just downloaded it and installed it). Something is wrong with the parser but I can't figure out what.

How can I help you debug it? Or you can download it and test it yourself?

Re: Exception (Version 1.21.9212.2015)

PostPosted: November 17th, 2016, 9:45 pm
by BladeMF
Forgot to say that I tested the previous version and the project still doesn't parse. Is there anyway I can determine which file is causing this?

I would really like to have this project parsed.

Re: Exception (Version 1.21.9212.2015)

PostPosted: November 22nd, 2016, 4:08 pm
by Jakub Misek
Hi! This might be caused by other extensions consuming memory.

Anyway we've optimized a rare case where we evaluated string concatenations. In our most pessimistic scenario we've saved about 750MB RAM :-) I hope this helps.

Re: Exception (Version 1.21.9212.2015)

PostPosted: November 22nd, 2016, 4:27 pm
by BladeMF
Jakub Misek wrote:Hi! This might be caused by other extensions consuming memory.

Anyway we've optimized a rare case where we evaluated string concatenations. In our most pessimistic scenario we've saved about 750MB RAM :-) I hope this helps.


Is there a version I can test?

Re: Exception (Version 1.21.9212.2015)

PostPosted: November 23rd, 2016, 10:32 am
by Jakub Misek
We'll release a preview in few days (estimating on friday)

Re: Exception (Version 1.21.9212.2015)

PostPosted: December 2nd, 2016, 9:00 am
by Jakub Misek
Hi, There is the update available on https://www.devsense.com/download

please let us know how it works for you!

Thanks,
Jakub

Re: Exception (Version 1.21.9212.2015)

PostPosted: December 3rd, 2016, 12:34 pm
by BladeMF
I still have an exception at the end of solution load:

System.InvalidCastException: Unable to cast object of type DictionaryNode to type Devsense.PHP.Syntax.PHPDocBlock at Devsense.PHP.Syntax.PropertyCollection.GetProperty[T]()

I have attached the activity log.

What can I do to help track it down?