Jake Bishop
Jake Bishop
I agree that breaking changes are needed. That's not a bad thing... things move forward and old things get retired. 👍 I find it a shame that a new repo...
Is there any work around for this error? At the moment it seems i cannot turn debug mode off 😕
@stof could you share what people are using as an alternative? Perhaps it is time to concentrate resources into a better package if available and formally deprecate/abandon this one.
Any update on this?
@peterrehm pretty much the same issues as you with the window resize. I saw the PR's but both are stalled at the moment.
I guess this could be avoided if the file existence was checked? eg ```php return max(array_merge( [file_exists($filename) ? filemtime($filename) : 0], array_map([$this, 'getTraitLastModificationTime'], $class->getTraits()), array_map([$this, 'getLastModification'], $class->getInterfaces()), $parent ? [$this->getLastModification($parent)]...
Possibly. But then what should handle this exception? It would just bubble up (like the current error) and something unrelated. Technically it’s not a problem because it’s just signalling whether...
@Ocramius >1. Are the normal readers capable of reading annotations from this class? Yes > 2. Fid this class previously exist on disk or is it always purely evaluated? Never...
It appears to be the [CachedReader.php](https://github.com/doctrine/annotations/blob/1.8/lib/Doctrine/Common/Annotations/CachedReader.php#L241) on `doctrine/annotations` because it can accept eval'd code but does not handle it. @VaN-dev Could you try to to replace the section in the...
ok. @Ocramius / other contributors... does it make sense to PR a change? If so, to the v1.8 or v1.7 branch? Or is 2.0 planned soon and solves it anyway?