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

Semicolon missing causes cell hang #6

Open
pedritomelenas opened this issue May 8, 2017 · 2 comments
Open

Semicolon missing causes cell hang #6

pedritomelenas opened this issue May 8, 2017 · 2 comments

Comments

@pedritomelenas
Copy link

If the user forgets adding semicolon at the end of the line, the cell will hang. For instance,

int i=1

will not produce any output,
while

int i=1;

will work normally.
Thank you,
Pedro

@pedritomelenas
Copy link
Author

I do not have PySingular installed; @sebasguts suggests that this may cause the problem.

@redtrumpet
Copy link

I have the same problem, but PySingular installed.

I get some error on my terminal (where I started jupyter), see here.

I also have the same problem, when trying the following code, which is even valid Singular.

if (1 == 1) {
    printf("hello world");
}

The corresponding error message is here. Diffing both reveals that the errors are identical, except for some PIDs, and the buffer content on lines 36+37.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants