]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Store the offset from the source buffer beginning in the op info object
authorVincent Pit <vince@profvince.com>
Thu, 19 Aug 2010 15:05:48 +0000 (17:05 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 19 Aug 2010 15:05:51 +0000 (17:05 +0200)
This fixes potential errors where some indirect constructs are wrongly
reported (or failed to be) when the source buffer is grown between the
method and the object name.

Also, from now on, an op info object is never stored when the correct
position could not have been found in the source buffer. This is really
how it should have behaved from the beginning.


No differences found