Skip to content
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

Console output is broken #192

Closed
BasicEC opened this issue Jan 22, 2022 · 1 comment · Fixed by #203
Closed

Console output is broken #192

BasicEC opened this issue Jan 22, 2022 · 1 comment · Fixed by #203
Assignees
Labels
bug Something isn't working hs Haskell

Comments

@BasicEC
Copy link
Collaborator

BasicEC commented Jan 22, 2022

$ stack exec nitta -- examples/teacup.lua --fsim --format=md -t=fx24.32
| Cycle  |
|:-------|
| 1      |
| 2      |
| 3      |
| 4      |
| 5      |
| 6      |
| 7      |
| 8      |
| 9      |
| 10     |
$ stack exec nitta -- examples/teacup.lua --fsim --format=json -t=fx24.32
[]

Output should be like in README.md

@BasicEC BasicEC added the bug Something isn't working label Jan 22, 2022
@BasicEC
Copy link
Collaborator Author

BasicEC commented Jan 22, 2022

@ArturGogiyan I'm not sure that #193 isn't related to this bug. Can you check if the problem is gone after fixing this bug?

@ryukzak ryukzak added the hs Haskell label Jan 23, 2022
@ArturGogiyan ArturGogiyan linked a pull request Mar 5, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hs Haskell
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants