Skip to content

Releases: chrisdone/hell

2025-01-21

21 Jan 16:51
Compare
Choose a tag to compare
2025-01-21 Pre-release
Pre-release

What's Changed

Full Changelog: 2025-01-13...2025-01-21

2025-01-13

13 Jan 16:39
Compare
Choose a tag to compare
2025-01-13 Pre-release
Pre-release

What's Changed

Full Changelog: 2025-01-09...2025-01-13

2025-01-09

09 Jan 11:17
Compare
Choose a tag to compare
2025-01-09 Pre-release
Pre-release

What's Changed

  • Use Text with Exit.die by @MichaelXavier in #63
  • Add Map.keys/Map.elems by @chrisdone in #66
  • Support referencing user-defined types from terms and other user-defined types by @chrisdone in #67
  • Ensure user-defined sum/record type are qualified by @chrisdone in #68
  • Add withSystemTempFile and withSystemTempDirectory from the temporary package by @austin-artificial in #71
  • Add more process functions and a motivating example by @austin-artificial in #73
  • Add Functor.fmap cc @sassela
  • Add Data.Tree by @chrisdone
  • Hide internal names (Record/Variant/List/ConsL/NilL/Tagged/etc.) from the user's ability to write or see in the API docs
  • Add StreamSpec to supported types

New Contributors

Full Changelog: 2024-12-04...2025-01-09

2024-12-04

04 Dec 20:58
Compare
Choose a tag to compare
2024-12-04 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2024-10-28...2024-12-04

2024-10-28

28 Oct 08:58
930acfe
Compare
Choose a tag to compare
2024-10-28 Pre-release
Pre-release

What's Changed

Full Changelog: 2024-10-08...2024-10-28

2024-10-08

08 Oct 07:55
fdb3b5a
Compare
Choose a tag to compare
2024-10-08 Pre-release
Pre-release

What's Changed

Full Changelog: 2024-10-04...2024-10-08

2024-10-04

04 Oct 14:21
6c8cfc8
Compare
Choose a tag to compare
2024-10-04 Pre-release
Pre-release

What's Changed

Full Changelog: 2024-08-23...2024-10-04

2024-08-23

23 Aug 10:44
Compare
Choose a tag to compare
2024-08-23 Pre-release
Pre-release

What's Changed

  • Check scope of variables at the desugarer stage too by @chrisdone in #24
  • Support argument passing into scripts
  • Drop --exec support

Full Changelog: 2024-08-05...2024-08-23

2024-08-05

05 Aug 14:38
Compare
Choose a tag to compare
2024-08-05 Pre-release
Pre-release
  • Human-readable error messages (basic, nothing fancy)
  • Error out in the elaborator when variables that aren't in scope are encountered
    • Previously it would leave these to be resolved by the checker which lead to an "AmbiguousMetaVar" error - not helpful!

2024-07-24

24 Jul 14:52
Compare
Choose a tag to compare
2024-07-24 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2024-07-15...2024-07-24