]> git.vpit.fr Git - perl/modules/indirect.git/commit
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)
commitb692a67bb2d094808f4ef331df53093a4019b34e
treea053c70c27d9e1f2ab951faa1c5aff6fb937d0c6
parent109b4f5ea15c640ab7a2eec463cc354754cc5d91
Store the offset from the source buffer beginning in the op info object

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.
indirect.xs