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
An interesting case is arithmetic for loops. These don’t run correctly but (I think) should be parallelizable even without any other logical changes to pash. Example failing script:
#!/bin/bashfor(( x=0; x <3; ++x ));do
grep done"$0"done
BolunThompson
changed the title
Fix failing tests in beta bash mode
Fix failing tests in bash mode
Feb 11, 2025
The new bash parser is experimental — many of the bash interface tests aren’t run because they fail. It would be good if these were fixed.
Notes:
The text was updated successfully, but these errors were encountered: