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

It cannot show the correct result anymore in certain circumstance with connection type SAS9.4(local-COM) #408

Closed
Zhirong2022 opened this issue Jul 24, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Zhirong2022
Copy link
Collaborator

Describe the bug
Install the SAS extension base on the latest Main branch. Switch to a profile with connection type 'SAS9.4(local-COM)',try to run some code. Suppose there is something wrong with the code running, correct the code and try to run it again. It cannot show the correct result anymore.

Steps to reproduce

  1. Create a new SAS profile with connection type SAS9.4(local-COM) or switch to a profile with connection type SAS9.4(local-COM)
  2. Run some code below
    proc sgplot da=sashelp.class;
    histogram age;
    run;
  3. It will show syntax Error in the log
  4. Correct the code
  5. Run the code again, it will not show the correct output as expected

Expected behavior
It can show the correct result

Screenshots
image

Environment (please complete the following information):
Client OS: [e.g. Windows 11]
Extension version: [e.g. v01.0.0]

@Zhirong2022 Zhirong2022 added the bug Something isn't working label Jul 24, 2023
@Zhirong2022
Copy link
Collaborator Author

I cannot reproduce the issue in the latest main branch.

@scnwwu
Copy link
Member

scnwwu commented Jan 31, 2024

Fixed by #592

@scnwwu scnwwu closed this as completed Jan 31, 2024
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

5 participants