Skip to content

[CI] Use WSL for Windows build #372

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

Open
wants to merge 106 commits into
base: main
Choose a base branch
from
Open

Conversation

iamazeem
Copy link
Collaborator

@iamazeem iamazeem commented Apr 5, 2025

WIP

TODO: Add detailed description for future reference

Fixes #370.

Signed-off-by: Azeem Sajid [email protected]

@iamazeem iamazeem added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 5, 2025
@iamazeem iamazeem self-assigned this Apr 5, 2025
@iamazeem
Copy link
Collaborator Author

Experimented with SetConsoleOutputCP and no luck, probably for same reason chcp 65001 did not work. Not sure a programmatic equivalent exists, that would work only in the scope of this process (or even that would work globabally), to setting "Beta: Use Unicode UTF-8 for worldwide language support".

If it can be found we should use that. If not (which I am guessing is the case), could you just document, create a new issue for future resolution, and move on?

Issues created: #381

@iamazeem

This comment was marked as resolved.

@iamazeem
Copy link
Collaborator Author

test-sheet-extension-1: asyn index generation and footer update issue (skipping for now)

test-sheet-extension-1: 
no server running on /tmp/tmux-0/default
No tmux session to kill
Extension my registered
Exiting extension example!
Incorrect output:
Row #     Country   City      AccentCit Region    Populatio Latitude  Longitude
1         ir        sarmaj-e  Sarmaj-e  13                  34.3578   47.5207
2         ad        aixirival Aixirival 06                  42.466666 1.5
3         mm        mokho-atw Mokho-atw 09                  18.033333 96.75
(building index) 1
Expected output:
Row #     Country   City      AccentCit Region    Populatio Latitude  Longitude
1         ir        sarmaj-e  Sarmaj-e  13                  34.3578   47.5207
2         ad        aixirival Aixirival 06                  42.466666 1.5
3         mm        mokho-atw Mokho-atw 09                  18.033333 96.75
? for help 1
cmp -c ./../../tmp/test-sheet-extension-1-indexed.out test/expected/test-sheet-extension-1-indexed.out
./../../tmp/test-sheet-extension-1-indexed.out test/expected/test-sheet-extension-1-indexed.out differ: byte 309, line 5 is  50 (  77 ?
test-sheet-extension-1: Failed!

@iamazeem
Copy link
Collaborator Author

TODO:
test-sheet-extension-2 is failing with Unexpected error! from read_data after inputting T.
Need to find the root cause (read_data is returning errno 2 "no such file or directory" - could be a path issue).

test-sheet-extension-2:
no server running on /tmp/tmux-1000/default
No tmux session to kill
Extension my registered
Exiting extension example!
test-sheet-extension-2-indexed took 0.13
test-sheet-extension-2-transformed took 0.14
Incorrect output:
Row #                   HA1 HA2 HA3              HB1  HB2  HB3           HC1  HC2  HC3          Column count
1                       A1                       B1                      C1                     6
2                       A2                       B2                      C2                     9
3                       A3                       B3                      C3                     12
Unexpected error (read_data)! [2]
Expected output:
Row #                   HA1 HA2 HA3              HB1  HB2  HB3           HC1  HC2  HC3          Column count
4094                    A4094                    B4094                   C4094                  12285
4095                    A4095                    B4095                   C4095                  12288
4096                    A4096                    B4096                   C4096                  12291
? for help 4096
cmp -c ./../../tmp/test-sheet-extension-2.out test/expected/test-sheet-extension-2.out
./../../tmp/test-sheet-extension-2.out test/expected/test-sheet-extension-2.out differ: byte 110, line 2 is  61 1  64 4
test-sheet-extension-2: Failed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: run tests on Windows
2 participants