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
Maybe add local -a name_filter before name_filter=()? This makes the variable name a) local scoped and b) known as an array even when not filled. If that doesn't help, replace name_filter=() with name_filter=( " " ) # MacOS otherwise sees unbound variable or similar.
Maybe add local -a name_filter before name_filter=()? This makes the variable name a) local scoped and b) known as an array even when not filled. If that doesn't help, replace name_filter=() with name_filter=( " " ) # MacOS otherwise sees unbound variable or similar.
Will check it out later. I have an older macbook, that I might be able to test it on locally.
This commit 1df6486 broken the unit tests on MacOS, but fails silently, so I saw it by coincidence.
Will focus on this before adding more PRs for the Sync Exercises.
The text was updated successfully, but these errors were encountered: