Post Reply 
Nail down this bug?
Oct. 20, 2010, 04:14 PM
Post: #26
RE: Nail down this bug?
We can be more exact than "too closely follows". -> "directly follows"
Also mention that we are in capturing stage (vs. replace)?

(This bug is - as whenever already mentioned - probably related to another issue where \X doesn't find anything to capture. So i assume that the here discussed problem only appears when \X is in a similar interim state: Nothing to match after proceeding to the end of expression, but no chance to clean up. However, that would go most likely beyond the scope of this document.)

The examples should show the simple case, and then only variations that show further aspects. I think your example, showing the issue within a global var test, is important.

In the other chapters the term "local variable" is used. I'll replace that with "positional variable".


Code:
-------------------------------------------------------------------------------
2   A capturing positional variable that directly follows a negated expression
    may be incorrectly found to have value in the expressions and filters that
    follow.  To cover this, place positional variables that are next to and
    follow negated expressions in parentheses.

Examples:
(^[a-z])(\0)
(^foo(^bar))(\9)
$TST(foo=(^*bar)(\7))

?
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Nail down this bug? - sidki3003 - Oct. 13, 2010, 05:57 PM
RE: Nail down this bug? - Graycode - Oct. 13, 2010, 06:30 PM
RE: Nail down this bug? - sidki3003 - Oct. 13, 2010, 06:37 PM
RE: Nail down this bug? - JJoe - Oct. 14, 2010, 12:34 AM
RE: Nail down this bug? - sidki3003 - Oct. 14, 2010, 05:30 PM
RE: Nail down this bug? - JJoe - Oct. 14, 2010, 06:34 PM
RE: Nail down this bug? - JJoe - Oct. 16, 2010, 04:48 AM
RE: Nail down this bug? - whenever - Oct. 16, 2010, 09:21 AM
RE: Nail down this bug? - sidki3003 - Oct. 16, 2010, 09:55 AM
RE: Nail down this bug? - sidki3003 - Oct. 16, 2010, 09:53 AM
RE: Nail down this bug? - sidki3003 - Oct. 15, 2010, 05:53 PM
RE: Nail down this bug? - whenever - Oct. 16, 2010, 01:33 PM
RE: Nail down this bug? - sidki3003 - Oct. 16, 2010, 02:40 PM
RE: Nail down this bug? - JJoe - Oct. 16, 2010, 03:43 PM
RE: Nail down this bug? - sidki3003 - Oct. 16, 2010, 05:54 PM
RE: Nail down this bug? - JJoe - Oct. 16, 2010, 08:31 PM
RE: Nail down this bug? - sidki3003 - Oct. 17, 2010, 11:23 AM
RE: Nail down this bug? - ProxRocks - Oct. 18, 2010, 07:50 PM
RE: Nail down this bug? - sidki3003 - Oct. 19, 2010, 12:21 AM
RE: Nail down this bug? - whenever - Oct. 19, 2010, 02:12 AM
RE: Nail down this bug? - sidki3003 - Oct. 19, 2010, 03:41 PM
RE: Nail down this bug? - JJoe - Oct. 19, 2010, 10:37 PM
RE: Nail down this bug? - sidki3003 - Oct. 19, 2010, 11:01 PM
RE: Nail down this bug? - JJoe - Oct. 19, 2010, 11:44 PM
RE: Nail down this bug? - JJoe - Oct. 20, 2010, 03:13 AM
RE: Nail down this bug? - sidki3003 - Oct. 20, 2010 04:14 PM
RE: Nail down this bug? - JJoe - Oct. 20, 2010, 07:03 PM
RE: Nail down this bug? - JJoe - Oct. 20, 2010, 11:04 PM
RE: Nail down this bug? - sidki3003 - Oct. 21, 2010, 03:30 PM

Forum Jump: