File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ get_bin_path() {
137137while true ; do
138138 iter=$(( iter+ 1 ))
139139 ts=$( date -Iseconds)
140- file_num=$(( iter % 100 ))
141- if [[ ${file_num} -eq 0 ]]; then file_num=100; fi
140+ file_num=$(( iter % 2 ))
141+ # if [[ ${file_num} -eq 0 ]]; then file_num=100; fi
142142
143143 # Run each selected item (BIN::PATTERN) in this iteration
144144 for item in " ${items[@]} " ; do
Original file line number Diff line number Diff line change 33
44open close
55# non local variable
6- Notification Handlers
6+ # Notification Handlers
77# bidirectional module dependency with hs-boot
88
99# InternalError over InvalidParams
1010# ghcide restarts shake session on config changes:
11- addDependentFile
11+ # addDependentFile
1212# Another interesting one you can try:
13- func-test::sends indefinite progress notifications
13+ # func-test::sends indefinite progress notifications
14+ # hls-pragmas-plugin-tests::/inline: RULES/
15+
16+ # hls-graph cancel leaks asynchronous exception to the next session
17+ hls-hlint-plugin-tests::adding hlint flags to plugin configuration removes hlint diagnostics
You can’t perform that action at this time.
0 commit comments