You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a weird bug with Github actions running tests for inputrc package on Windows:
The testdata files are read correctly, but split accordingly to their delimiters.
The tests therefore fail.
There is a weird bug with Github actions running tests for
inputrc
package on Windows:The
testdata
files are read correctly, but split accordingly to their delimiters.The tests therefore fail.
Example workflow failure: https://github.com/reeflective/readline/actions/runs/4904982567/jobs/8758471276
Function failing (
bytes.Split
has everything it needs but does not do its job):readline/inputrc/inputrc_test.go
Line 181 in 276299f
The tests however work correctly when run locally on a Windows machine.
The text was updated successfully, but these errors were encountered: