-
Notifications
You must be signed in to change notification settings - Fork 4
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
El nuevo interpete te deja anidar repeats #31
Labels
Comments
Hay un tema con esto, que es que cuando tenés variables NECESITÁS anidar
estructuras... Las variables no se llevan bien con las subtareas...
FF
2018-04-06 17:35 GMT-03:00 Agustin Pina <[email protected]>:
… Antes no se podía, según @faloi <https://github.com/faloi> esto era para
obligar a dividir en subtareas.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#31>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AIaqto7f6aXgTGvpC8DJK865ci69ylJCks5tl9GWgaJpZM4TKqzQ>
.[image: Web Bug from
https://github.com/notifications/beacon/AIaqtmHXQiZBvgkGCaJc3eOnz_Kl7Ospks5tl9GWgaJpZM4TKqzQ.gif]
{"api_version":"1.0","publisher":{"api_key":"
05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":
{"external_key":"github/gobstones/gobstones-interpreter","title":"
gobstones/gobstones-interpreter","subtitle":"GitHub
repository","main_image_url":"https://cloud.githubusercontent.com/assets/
143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","
avatar_image_url":"https://cloud.githubusercontent.com/
assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png
","action":{"name":"Open in GitHub","url":"https://github.
com/gobstones/gobstones-interpreter"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"El
nuevo interpete te deja anidar repeats (#31)"}],"action":{"name":"View
Issue","url":"#31
"}}}
--
Este mensaje ha sido analizado por el servidor antispam2.unq.edu.ar de la
Universidad Nacional de Quilmes
en busca de virus y otros contenidos peligrosos, y se considera que está
limpio.
|
Y no se podría tener un flag para mantener el modo pygobstones? |
De paso, se pueden anidar otras estructuras como el ir? También sería interesante poder evitar esto desde el lenguaje (al menos con un flag), no? |
Debería solucionarse con smells, cuando integremos Mulang... |
Buen punto. Para cuando lo integramos 😄 |
Cuando consiga los $$... Estoy en eso.
FF
…On Wed, Oct 17, 2018 at 4:58 PM Franco Leonardo Bulgarelli < ***@***.***> wrote:
Buen punto. Para cuando lo integramos 😄
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIaqtuTP2F1iYm_JLuBrBWDMyPHyPaIKks5ul4vSgaJpZM4TKqzQ>
.[image: Web Bug from
https://github.com/notifications/beacon/AIaqtloY7awtn9s5rRYLDA5HPnGOqwRpks5ul4vSgaJpZM4TKqzQ.gif]
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/gobstones/gobstones-interpreter","title":"gobstones/gobstones-interpreter","subtitle":"GitHub
repository","main_image_url":"
https://assets-cdn.github.com/images/email/message_cards/header.png
","avatar_image_url":"
https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open
in ***@***.***
in #31: Buen punto. Para cuando lo integramos 😄
"}],"action":{"name":"View Issue","url":"
#31 (comment)
"}}} [ { ***@***.***": "http://schema.org", ***@***.***": "EmailMessage",
"potentialAction": { ***@***.***": "ViewAction", "target": "
#31 (comment)",
"url": "
#31 (comment)",
"name": "View Issue" }, "description": "View this Issue on GitHub",
"publisher": { ***@***.***": "Organization", "name": "GitHub", "url": "
https://github.com" } }, { ***@***.***": "MessageCard", ***@***.***": "
http://schema.org/extensions", "hideOriginalBody": "false", "originator":
"AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re:
[gobstones/gobstones-interpreter] El nuevo interpete te deja anidar repeats
(#31)", "sections": [ { "text": "", "activityTitle": "**Franco Leonardo
Bulgarelli**", "activityImage": "
https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": ***@***.***", "facts": [ ] } ], "potentialAction": [
{ "name": "Add a comment", ***@***.***": "ActionCard", "inputs": [ {
"isMultiLine": true, ***@***.***": "TextInput", "id": "IssueComment",
"isRequired": false } ], "actions": [ { "name": "Comment", ***@***.***":
"HttpPOST", "target": "https://api.github.com", "body":
"{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\":
\"gobstones/gobstones-interpreter\",\n\"issueId\": 31,\n\"IssueComment\":
\"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", ***@***.***":
"HttpPOST", "target": "https://api.github.com", "body":
"{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\":
\"gobstones/gobstones-interpreter\",\n\"issueId\": 31\n}" }, { "targets": [
{ "os": "default", "uri": "
#31 (comment)"
} ], ***@***.***": "OpenUri", "name": "View on GitHub" }, { "name":
"Unsubscribe", ***@***.***": "HttpPOST", "target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\":
321563856\n}" } ], "themeColor": "26292E" } ]
--
Este mensaje ha sido analizado por el servidor antispam2.unq.edu.ar de la
Universidad Nacional de Quilmes
en busca de virus y otros contenidos peligrosos, y se considera que está
limpio.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Antes no se podía, según @faloi esto era para obligar a dividir en subtareas.
The text was updated successfully, but these errors were encountered: