Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dhall to-directory-tree: Fix support for empty Maps #2609

Merged
merged 1 commit into from
Oct 6, 2024

Conversation

Gabriella439
Copy link
Collaborator

Fixes #2598

@Gabriella439 Gabriella439 enabled auto-merge (squash) October 6, 2024 01:15
@Gabriella439 Gabriella439 merged commit 1bf48bf into main Oct 6, 2024
9 checks passed
@Gabriella439 Gabriella439 deleted the gabriella/fix_empty_directory branch October 6, 2024 02:23
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Feb 1, 2025
1.42.2

* [Supports standard version 23.1.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v23.1.0)
  * [Allow `Natural` and `Integer` literals in binary notation](dhall-lang/dhall-haskell#2540)
* Fix macOS build [[#2561](dhall-lang/dhall-haskell#2561)] / [[#2586](dhall-lang/dhall-haskell#2586)]
* [`dhall to-directory-tree`: Fix support for empty `Map`s](dhall-lang/dhall-haskell#2609)
* [`Dhall.TH`: Improve recompilation checking](dhall-lang/dhall-haskell#2620)
  * `Dhall.TH` utilities now use `addDependentFile` internally so that GHC will recompile if any Dhall dependencies change
* Performance improvements
  * Optimize `Natural/fold`: [[#2585](dhall-lang/dhall-haskell#2585)] / [[#2596](dhall-lang/dhall-haskell#2596)]
  * [Improve `Dhall.Map.traverseWithKey` performance](dhall-lang/dhall-haskell#2589)
    * The fold will now short-circuit if it reaches a fixed point
  * [#2611](dhall-lang/dhall-haskell#2611)
* Fixes and improvements to test suite
  * [#2593](dhall-lang/dhall-haskell#2593)
* Fixes and improvements to haddocks
  * [#2546](dhall-lang/dhall-haskell#2546)
* Fixes and improvements to code formatting
  * [#2608](dhall-lang/dhall-haskell#2608)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

to-directory-tree with Empty Map causes an error
1 participant