Add in call-with-worker-thread to try to avoid sort problems
This commit is contained in:
parent
cb1bc060c8
commit
221394eafb
1 changed files with 6 additions and 2 deletions
|
|
@ -1925,8 +1925,12 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
|
||||||
(list
|
(list
|
||||||
name
|
name
|
||||||
network-dependent
|
network-dependent
|
||||||
(lint-checker-description-data->lint-checker-description-set-id
|
;; Uses of sort may cause problems
|
||||||
conn descriptions-by-locale))))
|
(call-with-worker-thread
|
||||||
|
utility-thread-channel
|
||||||
|
(lambda ()
|
||||||
|
(lint-checker-description-data->lint-checker-description-set-id
|
||||||
|
conn descriptions-by-locale))))))
|
||||||
inferior-lint-checkers-data))))
|
inferior-lint-checkers-data))))
|
||||||
(lint-warnings-data
|
(lint-warnings-data
|
||||||
(fibers-map
|
(fibers-map
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue