Commit Graph

1921 Commits

Author SHA1 Message Date
Julian Ospald d46bdbf959
Fix misinterpretation of '+' in URI paths, fixes #408 2024-01-03 00:42:01 +08:00
Julian Ospald 55030d83da
Merge branch 'issue-958' 2024-01-01 21:40:36 +08:00
Julian Ospald c680a9f33b
Support cygwin in bootstrap-haskell too
Fixes #958
2023-12-29 19:56:38 +08:00
Julian Ospald df192ee18e
Merge remote-tracking branch 'origin/pr/956' 2023-12-26 21:41:40 +08:00
Rune K. Svendsen 008def2ff4 Add comment about why we ignore this error 2023-12-20 10:26:42 +01:00
Rune K. Svendsen 3976daddb7 bootstrap-haskell.ps1: don't exit if tmp file removal fails 2023-12-20 10:21:22 +01:00
Julian Ospald 524cdbbeb1
Merge remote-tracking branch 'origin/pr/953' 2023-12-15 23:53:59 +08:00
Julian Ospald a01c5acfe2
Update submodules 2023-12-15 23:53:41 +08:00
Rune K. Svendsen 6689312ac5 docs: remove "TUI not supported on Windows"
TUI works on Windows since v0.1.20.0 (cf. https://github.com/haskell/ghcup-hs/pull/912)
2023-12-15 16:49:55 +01:00
Julian Ospald e214695a3e
Merge remote-tracking branch 'origin/pr/850' 2023-12-02 18:42:22 +08:00
Julian Ospald 3cea6ef97c
Merge remote-tracking branch 'origin/pr/937' 2023-11-28 21:25:12 +08:00
Julian Ospald 3b0f131a65
Merge remote-tracking branch 'origin/pr/940' 2023-11-28 21:08:49 +08:00
konsumlamm e0a3020e34
Update WASM install instructions 2023-11-28 13:55:52 +01:00
Luis Morillo 0e46b9509a complete tutorial. remove show all tools from widgets. resolve some conflicts. 2023-11-23 16:05:12 +01:00
Luis Morillo d3474d0cd9 add KeyInfo handler and widget. Improve tutorial 2023-11-23 15:32:23 +01:00
Luis Morillo 5c3dad1bb9 reorganize code by sections 2023-11-23 15:31:33 +01:00
Luis Morillo 987cdaf313 factor out attr names. Add windows symbols to tutotial widget. Improve tutorial aesthetics and text 2023-11-23 15:28:21 +01:00
Luis Morillo 835352428a simplify rendering for better ux 2023-11-23 15:28:19 +01:00
Luis Morillo 8f4246e716 Use proper Name type and Modal type. Create tutorial Widget 2023-11-23 15:27:33 +01:00
Luis Morillo 1353a2fd20 use map-like data structure 2023-11-23 15:26:49 +01:00
Luis Morillo aa9fbdbfc2 Use MonadState Instance to simplify install', del', set' and changelog'. Lensify the app 2023-11-23 15:24:24 +01:00
Julian Ospald 3a8cdf9967
Fix opening changelog on windows 2023-11-20 22:36:17 +08:00
Julian Ospald 2caf491e9d
Remove the "show all tool" config
We show all tools at the moment anyway.
2023-11-18 18:55:06 +08:00
Julian Ospald d277e56121
Improve logging by dropping trailing newline 2023-11-18 13:09:19 +08:00
Julian Ospald 335099ad19
Add rocky/void detection 2023-11-17 17:03:10 +08:00
Julian Ospald b1106985ec
Merge branch 'monday-improvements' 2023-11-14 23:16:42 +08:00
Julian Ospald cd8ce9aaa9
Update test artifact upload 2023-11-14 22:11:28 +08:00
Julian Ospald 18f0cb086b
Fix tests 2023-11-14 09:37:07 +08:00
Julian Ospald dee54445bf
Merge remote-tracking branch 'origin/pr/928' 2023-11-13 17:50:37 +08:00
Bryan Richter 2df59fd1b3
Emphasize experimental nature of wasm and js 2023-11-13 11:28:14 +02:00
Julian Ospald 2e5dee8e1a
Add mechanism to warn on new metadata versions, fixes #860 2023-11-13 16:53:24 +08:00
Julian Ospald c6aa5c3ed7
Don't remove share dir link prematurely 2023-11-13 16:00:48 +08:00
Julian Ospald 47ef380ebd
Add update-shell-completions.sh 2023-11-13 16:00:31 +08:00
Julian Ospald d6601b0353
Remove globalTools from metadata 2023-11-13 15:39:58 +08:00
Julian Ospald 0eba225723
Update modgraph 2023-11-13 15:21:54 +08:00
Julian Ospald e7d91d138b
Improve metadata documentation 2023-11-13 15:19:58 +08:00
Julian Ospald 0103e2771e
Merge branch 'sunday-improvements' 2023-11-12 22:50:09 +08:00
Julian Ospald b6246734e4
Givee cross bindists it's own doc section 2023-11-12 18:47:54 +08:00
Julian Ospald 6146c3494f
Improve documentation for cross bindists 2023-11-12 18:39:06 +08:00
Julian Ospald e5a7a2da70
Fix prefetch for cross bindists 2023-11-12 18:21:49 +08:00
Julian Ospald 6047614a16
Be less confusing when user tries to 'set' ghcup in TUI
Fixes #923
2023-11-12 17:36:00 +08:00
Julian Ospald 6a86e9e77e
Fix failure mode when metadata is garbage, fixes #921 2023-11-12 17:11:33 +08:00
Julian Ospald 4132447e04
Require user to explicitly choose subcommand for 'ghcup config'
This should further reduce confusion wrt #922
2023-11-12 16:49:39 +08:00
Julian Ospald 9d223730de
Error out on empty UserSettings wrt #922 2023-11-12 16:49:06 +08:00
Julian Ospald ad9199568b
Don't download twice when trying stack decoding 2023-11-12 16:24:39 +08:00
Julian Ospald 0d91c2ac14
Make install error more visible 2023-11-12 15:59:15 +08:00
Julian Ospald 8644ca41e1
Merge remote-tracking branch 'origin/pr/924' 2023-11-12 12:19:56 +08:00
Cheng Shao 6051c0cfbc
Bump minimum windows version to 8.1 2023-11-11 06:18:13 +01:00
Julian Ospald 67d977ce39
Update metadata submodule 2023-11-10 21:42:31 +08:00
Julian Ospald 8b6b3d2fbe
Update bootstrap script ghver 2023-11-10 21:41:19 +08:00