close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 16 years ago

Closed 16 years ago

#709 closed defect (fixed)

Function getOptArg does not work properly for version 2.0.1

Reported by: Javier Portugal Owned by: Víctor de Buen Remiro
Priority: highest Milestone: Mantainance
Component: OOP Version: 2.0.1
Severity: blocker Keywords:
Cc:

Description (last modified by Víctor de Buen Remiro)

This example does not work in versión 2.0.1 while it works perfectly in version 1.1.7

NameBlock args = 
[[
  Text _.arg1 = "existo"
]];

Text valor =  getOptArg(args, "_.arg1", Text "no existo");

In version 2.0.1 it returns "no existo"
In version 1.1.7 it returns "existo"

Change History (3)

comment:1 Changed 16 years ago by Víctor de Buen Remiro

Status: newassigned

We are working about this problem

Thanks for reporting

comment:2 Changed 16 years ago by Javier Portugal

In version 2.0.1 (b.0.7.alpha compiled on 2009-07-13) this works ok.

comment:3 Changed 16 years ago by Víctor de Buen Remiro

Description: modified (diff)
Milestone: Manteinance
Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.