blag / pyp

Automatically exported from code.google.com/p/pyp
0 stars 0 forks source link

o & h affected by modifications on pp #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Examples:
ls -l |pyp "p[0]|o" => ok
ls -l |pyp "p[0]|pp|o" => wrong, same as "p[0]"
ls -l|pyp "pp[0]|o" => wrong, same as "pp[0]"

I guess modifs on pp are in-place on history and destroy o & h values.

Original issue reported on code.google.com by yob...@gmail.com on 18 Apr 2012 at 10:52

GoogleCodeExporter commented 9 years ago
thanks for catching this. We'll fix it in the next set of patches. If you come 
up with a simple solution, let us know!

thanks,

t

Original comment by tobyro...@gmail.com on 18 Apr 2012 at 11:21

GoogleCodeExporter commented 9 years ago
The change for this is done now.

Original comment by tobyro...@gmail.com on 5 May 2012 at 6:56