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

REPL sometimes doesn't Post #1216

Closed
telephon opened this issue Oct 23, 2014 · 2 comments
Closed

REPL sometimes doesn't Post #1216

telephon opened this issue Oct 23, 2014 · 2 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE os: macOS

Comments

@telephon
Copy link
Member

Irregularly, but frequently, the post window doesn't show the result of the code evaluated.
No reproducer, can be any code.

@telephon telephon added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: macOS env: SCIDE labels Oct 23, 2014
@telephon
Copy link
Member Author

maybe related to #1217

@telephon
Copy link
Member Author

A reproducer by Stephan Wittwer:
Post without trailing newline is broken, try:

    // okay
fork { 5.do { ".\n".post; 0.5.wait; }};

    // not okay
    // (nothing posted or invisible)
fork { 5.do { ".\t".post; 0.5.wait; }};
fork { 5.do { ".".post; 0.5.wait; }};

scztt added a commit that referenced this issue Oct 26, 2014
fixes #1216, #1219. This is a provisional solution, a more extended refactor (described in http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Post-window-colorization-pull-request-td7610633.html#a7611643) will change the behavior of cases like #1217

Conflicts:
	editors/sc-ide/widgets/post_window.cpp
	editors/sc-ide/widgets/post_window.hpp
@scztt scztt closed this as completed in 5cc74eb Oct 27, 2014
scztt added a commit to scztt/supercollider that referenced this issue Nov 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE os: macOS
Projects
None yet
Development

No branches or pull requests

1 participant