Skip to content

dhall-1.19.1

Compare
Choose a tag to compare
@Gabriella439 Gabriella439 released this 27 Nov 08:14
04e2dbf

dhall-1.19.1

  • BUG FIX: Fix serious dhall lint bug
    • dhall lint would sometimes remove let expressions that were still
      in use
    • See: #703
  • BUG FIX: Fix import caching efficiency bug
    • Some imports were being wastefully fetched multiple times
    • See: #702
  • Feature: Generate dot graph to visualize import graph
    • Use the dhall resolve --dot command
    • See: #698
    • See: #713
  • Improve HTTP error messages