8000 wolf does not display when output is between variable assignments · Issue #13 · Duroktar/Wolf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wolf does not display when output is between variable assignments #13

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

Closed
Almenon opened this issue Mar 10, 2018 · 8 comments
Closed

wolf does not display when output is between variable assignments #13

Almenon opened this issue Mar 10, 2018 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@Almenon
Copy link
Contributor
Almenon commented Mar 10, 2018

The following examples correctly display output:

x = 1
x
x = 1
x
x = 

The following examples do not work:

x = 1
x
x = 5
x = 1
x
y = 'a'
x = 1
x
x = "foo"
@Almenon
Copy link
Contributor Author
Almenon commented Mar 10, 2018

Almost forgot to mention - win 10, python 3.5

@Duroktar Duroktar added the bug Something isn't working label Mar 10, 2018
@Duroktar
Copy link
Owner

Confirmed. I'll have this fixed for 0.3.0. Thanks my friend!

@Duroktar
Copy link
Owner

Fixed in v0.3.0 upcoming release.

@Almenon
Copy link
Contributor Author
Almenon commented Mar 11, 2018

I pulled latest but I am still not getting any output.

@Duroktar
Copy link
Owner

You're correct, this one regressed. Thanks for catching that!

@Duroktar Duroktar self-assigned this Mar 11, 2018
@Almenon
Copy link
Contributor Author
Almenon commented Mar 11, 2018

I feel like the QA at my work.... do devs always have this many bugs? XD

(no disrespect meant, AREPL isn't exactly bug-free either :P )

@Duroktar
Copy link
Owner

Yeah, it's like this with most software I think :) If everything worked right away it wouldn't be called "development" anymore! And no disrespect taken; you're helping me out a ton, I really couldn't be more thankful 🥂

@Duroktar
Copy link
Owner

issue13_1


issue13_2


issue13_3


That looks like it did it. I patched a few other things as well and it's all live now. Enjoy!

Also tested on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
0