rFSM gen_write_fqn filter

Hi,

related to the mail about the bugfix

the type I have is /std/string instead of string after including some typekits
so if I define something as "string", it will become /std/string
which fails the check of the gen_write_fqn ...

1) should the check fail?
2) a) if it really needs to have this "string" type, how can I do this? I see there is a parameter filter, but the use remains unclear to me :s
2) b) since string=>/std/string how can I ever do this?

thanks!
nick

rFSM gen_write_fqn filter

On 01/27/2012 06:01 PM, Dominick Vanthienen wrote:
> Hi,
>
> related to the mail about the bugfix
>
> the type I have is /std/string instead of string after including some typekits
> so if I define something as "string", it will become /std/string
> which fails the check of the gen_write_fqn ...
>
> 1) should the check fail?
no, it works with this type too
> 2) a) if it really needs to have this "string" type, how can I do this? I see there is a parameter filter, but the use remains unclear to me :s
> 2) b) since string=>/std/string how can I ever do this?
since it works with this type too, 2b) =solved :)

I'm still interested in question 2b though :)

>
>
> thanks!
> nick