Julian Ospald

Results 343 issues of Julian Ospald

This comes up frequently enough that we should add it to FAQ, both for linux and windows: https://discourse.haskell.org/t/install-haskell-development-environment-fo-all-users-in-windows/7520/9 Maybe under "Tips and Tricks"? https://www.haskell.org/ghcup/guide/#tips-and-tricks

scope: documentation
type: improvement

Related discussions: * https://discourse.haskell.org/t/rfc-ghcup-should-ghc-9-6-4-be-recommended/9325 * https://github.com/haskell/ghcup-hs/issues/979 * https://github.com/haskell/ghcup-hs/pull/997

- [x] TODO: `OsString` variant See https://github.com/haskell/filepath/issues/221 base/ghc implementations: https://hackage.haskell.org/package/ghc-internal-9.1001.0/docs/src//GHC.Internal.System.Environment.html Base runs two calls to `c_GetEnvironmentVariable` to get a more accurate allocation. But it's an additional call.