Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Bug with formula's outputs #934

Closed
GuillaumeFalourd opened this issue May 26, 2021 · 0 comments · Fixed by #935
Closed

Bug with formula's outputs #934

GuillaumeFalourd opened this issue May 26, 2021 · 0 comments · Fixed by #935
Assignees
Labels
🪲 bug Report a bug encountered while operating Ritchie

Comments

@GuillaumeFalourd
Copy link
Contributor

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:

def run():
    name = input('➡️  Insert your \033[1mname\033[0m:')
    print("Name:", name)

With 2.10.3 release tag, the output is:
2 10 3

And with 2.11.0 and later release tags, the output is:
2 11 0

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
@GuillaumeFalourd GuillaumeFalourd added the 🪲 bug Report a bug encountered while operating Ritchie label May 26, 2021
@GuillaumeFalourd GuillaumeFalourd self-assigned this May 26, 2021
@GuillaumeFalourd GuillaumeFalourd changed the title Bug formula's outputs Bug with formula's outputs May 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🪲 bug Report a bug encountered while operating Ritchie
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant