File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,6 @@ test-suite ghcide-tests
422
422
QuickCheck,
423
423
quickcheck-instances,
424
424
random,
425
- rope-utf16-splay,
426
425
regex-tdfa ^>= 1.3.1 ,
427
426
safe,
428
427
safe-exceptions,
Original file line number Diff line number Diff line change @@ -706,7 +706,8 @@ shakeRestart recorder IdeState{..} vfs reason acts =
706
706
backlog <- readTVarIO $ dirtyKeys shakeExtras
707
707
queue <- atomicallyNamed " actionQueue - peek" $ peekInProgress $ actionQueue shakeExtras
708
708
709
- log Debug $ LogBuildSessionRestart reason queue backlog stopTime res
709
+ -- this log is required by tests
710
+ log Info $ LogBuildSessionRestart reason queue backlog stopTime res
710
711
)
711
712
-- It is crucial to be masked here, otherwise we can get killed
712
713
-- between spawning the new thread and updating shakeSession.
Original file line number Diff line number Diff line change @@ -6379,7 +6379,8 @@ clientSettingsTest = testGroup "client settings handling"
6379
6379
void $ skipManyTill anyMessage $ message SClientRegisterCapability
6380
6380
void $ createDoc " A.hs" " haskell" " module A where"
6381
6381
waitForProgressDone
6382
- sendNotification SWorkspaceDidChangeConfiguration (DidChangeConfigurationParams (toJSON (" " :: String )))
6382
+ sendNotification SWorkspaceDidChangeConfiguration
6383
+ (DidChangeConfigurationParams (toJSON (mempty :: A. Object )))
6383
6384
skipManyTill anyMessage restartingBuildSession
6384
6385
6385
6386
]
You can’t perform that action at this time.
0 commit comments