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

If a joined pipe is broken then oops #63

Open
shidel opened this issue Dec 6, 2021 · 0 comments
Open

If a joined pipe is broken then oops #63

shidel opened this issue Dec 6, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@shidel
Copy link

shidel commented Dec 6, 2021

Hi, there is another issue with IF. This is not new to FreeCOM 0.85a and existed in previous versions.

An end user reported a problem with "the installer" basically getting stuck while creating new configuration files during installation and typing some stuff and pressing "enter" would cause it to move along. Even just running in normal mode, there are hundreds of possible scenarios that effect the installer in numerous ways by that point. Never encountering this myself, I could not replicate the issue. So, I was looking at that area of the code. Did some extra tests. Found a different bug in FreeCOM and patched the installer to avoid it.

MS-DOS:

C:>if "a" == "b" echo this | echo that

C:>

FreeCOM:

C:>if "a" == "b" echo this | echo that
that
C:>

At least this one is easy to explain and replicate.

:-)

@PerditionC PerditionC added the bug Something isn't working label Dec 26, 2021
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