-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing output tag #46
Comments
I'm sorry, I don't understand. Could you provide a code example? |
{
"type": "string_length",
"message0": 'length of %1',
"args0": [
{
"type": "input_value",
"name": "VALUE",
"check": "String"
}
],
"output": "Number",
"colour": 160,
This its a fragment of code from blocky web site, inside you project the Interface IBlock, dosen' t read the tag output, used to know the returned data type, why ?
Bye
--
Inviato da Libero Mail per Android venerdì, 07 maggio 2021, 08:44PM +02:00 da Richard Astbury ***@***.*** :
…I'm sorry, I don't understand. Could you provide a code example?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Thank you. I hadn't previously noticed the output tag when developing ironblock. I will investigate. |
--
Inviato da Libero Mail per Android venerdì, 07 maggio 2021, 09:19PM +02:00 da Richard Astbury ***@***.*** :
…Thank you. I hadn't previously noticed the output tag when developing ironblock. I will investigate.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Hello, i have try to investigate about this situation, the really problem it's that the JSON format used to create the object, isn't really linked to xml serialization, if you need ti save additional information, you must use mutators, my situation it's really special becouse i use the same type to manage objects with output parameters and not.
Thanks for your support,and you idea about this project
Bye
--
Inviato da Libero Mail per Android venerdì, 07 maggio 2021, 09:19PM +02:00 da Richard Astbury ***@***.*** :
…Thank you. I hadn't previously noticed the output tag when developing ironblock. I will investigate.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inside IBlock interfacce implementation it's missing the output tag information, it's a mistake or there Is a reason ?
The text was updated successfully, but these errors were encountered: