You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
A behaviour changed from the 2.11.0 release related to outputs implemented on formula's codes.
I used this simple implementation for test:
def run():
name = input('➡️ Insert your \033[1mname\033[0m:')
print("Name:", name)
With 2.10.3 release tag, the output is:
And with 2.11.0 and later release tags, the output is:
Something changed related to Stdout for the local runner, as the problem doesn't occur with Docker executions (--docker)
What you expected to happen:
I expect formula's outputs do be displayed as expected.
How to reproduce it (as minimally and precisely as possible):
Try executing a formula asking for an input with a text on any programming language (as the example above) using the latest release tag. Then try doing it using the 2.10.3 release tag to see it work.
Environment:
Ritchie version (use rit --version): 2.10.3, 2.11.0, 2.11.1, 2.11.2
Operating System: Windows, MacOs, Ubuntu
The text was updated successfully, but these errors were encountered:
What happened:
A behaviour changed from the 2.11.0 release related to outputs implemented on formula's codes.
I used this simple implementation for test:
With 2.10.3 release tag, the output is:
And with 2.11.0 and later release tags, the output is:
Something changed related to Stdout for the
local runner
, as the problem doesn't occur with Docker executions (--docker
)What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Environment:
rit --version
): 2.10.3, 2.11.0, 2.11.1, 2.11.2The text was updated successfully, but these errors were encountered: