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() {
137
137
while true ; do
138
138
iter=$(( iter+ 1 ))
139
139
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
142
142
143
143
# Run each selected item (BIN::PATTERN) in this iteration
144
144
for item in " ${items[@]} " ; do
Original file line number Diff line number Diff line change 3
3
4
4
open close
5
5
# non local variable
6
- Notification Handlers
6
+ # Notification Handlers
7
7
# bidirectional module dependency with hs-boot
8
8
9
9
# InternalError over InvalidParams
10
10
# ghcide restarts shake session on config changes:
11
- addDependentFile
11
+ # addDependentFile
12
12
# 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