We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d96270 commit f43d811Copy full SHA for f43d811
ghcide/session-loader/Development/IDE/Session.hs
@@ -223,7 +223,7 @@ instance Pretty Log where
223
224
-- | Bump this version number when making changes to the format of the data stored in hiedb
225
hiedbDataVersion :: String
226
-hiedbDataVersion = "1"
+hiedbDataVersion = "2"
227
228
data CacheDirs = CacheDirs
229
{ hiCacheDir, hieCacheDir, oCacheDir :: Maybe FilePath}
@@ -956,6 +956,8 @@ CallStack (from HasCallStack):
956
expectJust, called at compiler\\typecheck\\FamInst.hs:461:30 in ghc:FamInst
957
```
958
959
+and many more.
960
+
961
To mitigate this, we set the cache directory for each component dependent
962
on the components of the current `HscEnv`, additionally to the component options
963
of the respective components.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments