Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

The Dhall Language Project

Maintainable configuration files
Collective - Host: opensource - https://opencollective.com/dhall - Website: https://dhall-lang.org - Code: https://github.com/dhall-lang

Bump Stackage resolver to one with Dhall 1.24 in it. (#171)

github.com/dhall-lang/dhall-to-cabal - 2d8ca0e1561e110ef86d288d77cbd59225cb9663 authored over 5 years ago
Update prettyprinter (#170)

github.com/dhall-lang/dhall-to-cabal - 4309ab8858e60abf03513c8860b2c511478526a8 authored over 5 years ago
Upgrade to Dhall 1.24. (#169)

github.com/dhall-lang/dhall-to-cabal - d637e8e66a1fd43a1a51b6090a828974a11c68f1 authored over 5 years ago
Expose "Lint and format" command (#7)

* Add support for linting of Dhall code

Registers an editor command that sends a "workspace/e...

github.com/dhall-lang/vscode-dhall-lsp-server - b3e066defd9d3b7386d48d02d0adb00f3c53b985 authored over 5 years ago
Implement new Unicode braced escape sequence (#987)

... as standardized in https://github.com/dhall-lang/dhall-lang/pull/580

github.com/dhall-lang/dhall-haskell - 188ebc8f26a3c3a30001323a097e77a6e0ae213e authored over 5 years ago
Add support for braced escape sequences (#580)

Related to https://github.com/dhall-lang/dhall-lang/issues/577

github.com/dhall-lang/dhall-lang - dbf4ebcfabf499e87c27e75bec108d91929ccc31 authored over 5 years ago
Fix linting of unused let bindings (#1001)

* Find unused bindings inside nested lets

The removeUnusedBindings rule only matches the firs...

github.com/dhall-lang/dhall-haskell - 801e9bc7ab33cf51ae4839bacbe155a4c9652a0f authored over 5 years ago
dhall-lsp-server: Implement linter diagnostics and "Lint and Format" command (#1003)

* Refactor Dhall.LSP.Backend.Formatting

Exposes `formatExpr :: Text -> Expr a Import -> Text`...

github.com/dhall-lang/dhall-haskell - af4ccc9db977e972380f59d39a6fbe0c5c01d5b0 authored over 5 years ago
Mention Docker Hub containers in README (#999)

github.com/dhall-lang/dhall-haskell - 2bf079e63cd670b163e456cb570b57b5f030e88b authored over 5 years ago
Restore `dhall-nix` to build against Hackage (#1000)

Now that `hnix-0.6.1` is out `dhall-nix` can be built against recent
versions of Hackage packag...

github.com/dhall-lang/dhall-haskell - d77a9f4e43f475b2d22c0ff1fbb70bff130bb54c authored over 5 years ago
Show kind for error message (#66)

In the case that an older kubernetes openapi is used, some of the
excluded models for newer ver...

github.com/dhall-lang/dhall-kubernetes - fef6b2328bc8ea8d20dee1d9a0be7bb91655a1a3 authored over 5 years ago
Fix `dhall-json` test failure (#997)

Fixes https://github.com/dhall-lang/dhall-haskell/issues/996

This enables the test suite for ...

github.com/dhall-lang/dhall-haskell - 6748d155843488b11cc4a92fc5ac3249d82a788a authored over 5 years ago
use multihash for cache filenames (#584)

PR #549 adopted the use of multihash for binary encoding of semantic
hashes; this commit extend...

github.com/dhall-lang/dhall-lang - 0396b67639a6deaff480844e71b576db998717d3 authored over 5 years ago
add a bunch of binary decode tests (#582)

I'm just getting around to implement import caching, for which I need to
implement binary decod...

github.com/dhall-lang/dhall-lang - 64343e289b7823db1bf5b39f4d17bb7b66b8c4cd authored over 5 years ago
Switch to native GitHub highlighting for .dhall (#168)

github.com/dhall-lang/dhall-to-cabal - bdd8ee20b28bcf2be4435d1d0bd6f34c0d2a2963 authored over 5 years ago
Switch to native GitHub highlighting for .dhall (#995)

See https://github.com/dhall-lang/dhall-lang/pull/583

github.com/dhall-lang/dhall-haskell - 0919bafa7b0acd5d04ec62b38cbb0292e611ec1b authored over 5 years ago
Switch to native GitHub highlighting for .dhall (#583)

github.com/dhall-lang/dhall-lang - 2af2343b4917adb34a26122ac6abecc3e8d1bbfb authored over 5 years ago
test for fetching imports from cache (#569)

This adds a test to ensure that an implementation fetches an import from
cache. It works by ma...

github.com/dhall-lang/dhall-lang - 0205ccdd33a40cc4bc5471a4831f43d5c75245cd authored over 5 years ago
dhall-lsp-server: Use LSP VFS rather than disk IO (#994)

* Remove dummy LSP handlers

* Publish diagnostics directly

So far we were using haskell-ls...

github.com/dhall-lang/dhall-haskell - 05f4d5cd1e9e70aa8d701e093b57b354ed0421dd authored over 5 years ago
Another step in isolate yaml and prepare for HsYaml replacement (#993)

github.com/dhall-lang/dhall-haskell - 56264270e4b3b0c0df943621c6bcb181691cead2 authored over 5 years ago
Switch to native GitHub highlighting

github.com/dhall-lang/dhall-kubernetes - 8afa82f0c7eb6c6412cca081ae108611bac9a696 authored over 5 years ago
Simplify dhall-lsp-server and reorganise its modules (#992)

* Clean up dhall-lsp-server's Main.hs

Also adds haddock comments.

* Remove TODO comment

...

github.com/dhall-lang/dhall-haskell - dfee2fbbca32d302d08dfe6053e72781eacad7d6 authored over 5 years ago
Version 1.23.0 → 1.24.0 (#984)

github.com/dhall-lang/dhall-haskell - fc5b382238d2475d7c364e1feca1f52382006d9e authored over 5 years ago
Move lens-like utilities to `Dhall.Optics` module (#986)

github.com/dhall-lang/dhall-haskell - 26bb77e99e8ce9d54be8c3cefe0cce9f97d8cef3 authored over 5 years ago
Fix `Natural/fold` for GHCJS bindings (#985)

Fixes https://github.com/dhall-lang/dhall-lang/issues/579

`Natural/fold` was misbehaving on G...

github.com/dhall-lang/dhall-haskell - bb490a7a18c4ae3c1e3091c7315acd93154533be authored over 5 years ago
Updates Nix installation guidelines for NixOS users. (#991)

github.com/dhall-lang/dhall-haskell - 326626016a208200cd0c607eff795a4d154118ac authored over 5 years ago
Fix compiling of dhall-lsp test (#990)

* Avoid clash between Backend.Dhall.Diagnostics.Range and Language.Haskell.LSP.Types.Range

* ...

github.com/dhall-lang/dhall-haskell - 00f7478759081ffe074b9b7b425a9cc5f997066f authored over 5 years ago
[dhall-json] Isolate yaml usage behind `Dhall.Yaml` (#989)

github.com/dhall-lang/dhall-haskell - 1d3f3d32fe4d983bd0f4a0031791c805874121c8 authored over 5 years ago
Update `prelude.dhall-lang.org` (#578)

... to point to v8.0.0

github.com/dhall-lang/dhall-lang - 6e67b2202eeb333a99556350979e37216b86510b authored over 5 years ago
dhall-lsp-server: Rework diagnostics backend + detailed error messages on hover (#982)

* Refactor Diagnostics backend

This commits refactors Backend.Dhall.Diagnostics, cleaning thi...

github.com/dhall-lang/dhall-haskell - 49d29d685f39857b621d3ad36efeb7667fbe0a7e authored over 5 years ago
Add `Map` type and utility functions to Prelude (#575)

... as suggested in https://github.com/dhall-lang/dhall-lang/issues/557#issuecomment-495670317

github.com/dhall-lang/dhall-lang - a652ef608e4286d0783db3043a1a6c05f7d16b8c authored over 5 years ago
Update NixOps specification (#576)

The main changes are:

* Fix the Discourse service to correctly check out older revisions

*...

github.com/dhall-lang/dhall-lang - 40dfa6abaa1dc1a7a877cecc10cf69e016c7f5c4 authored over 5 years ago
Remove old Optional literal syntax (#572)

github.com/dhall-lang/dhall-lang - b1992297d702c67d2e1b1597af5c533af2934300 authored over 5 years ago
Clarify how semantic integrity checks work for `as Text` (#574)

Fixes https://github.com/dhall-lang/dhall-lang/issues/567

github.com/dhall-lang/dhall-lang - 2cd1aee41228c01676c8c622995c21bd8b36a666 authored over 5 years ago
Lint Prelude (#571)

Fixes https://github.com/dhall-lang/dhall-lang/issues/563

This change does a few things:

*...

github.com/dhall-lang/dhall-lang - 542e3abdf26d7d021b35b3170571046f562e2e3b authored over 5 years ago
Version 7.0.0 → 8.0.0 (#564)

github.com/dhall-lang/dhall-lang - 136a3491753fef251b2087031617d1ee1053f285 authored over 5 years ago
Merge pull request #4 from EggBaconAndSpam/explain

Adds client-side functionality to present the user with clickable links on hovering over certain...

github.com/dhall-lang/vscode-dhall-lsp-server - 8a090275235d56651aca451ff2bc0663176bbfbd authored over 5 years ago
Remove unused vscode-uri dependency

This one sneaked in somehow.

github.com/dhall-lang/vscode-dhall-lsp-server - 09de22d56630dc27b55c4f5119b5d4300d06b7db authored over 5 years ago
Support older `yaml` versions (#981)

Fixes https://github.com/dhall-lang/dhall-haskell/issues/969

github.com/dhall-lang/dhall-haskell - 98c7d4dfca32fc65d270634f959ba1e6ca73a247 authored over 5 years ago
Add new `--cache` flag to `dhall freeze` (#980)

Part of https://github.com/dhall-lang/dhall-lang/issues/563

This flag freezes imports in the ...

github.com/dhall-lang/dhall-haskell - e8ac5e3bd027da73d536ed542f578a1f45f2ed32 authored over 5 years ago
Add support for improved `using` behavior (#967)

... as standardized in https://github.com/dhall-lang/dhall-lang/pull/560

github.com/dhall-lang/dhall-haskell - 8dc52fa3d258f37a8cad8791e6c2df0427c28765 authored over 5 years ago
Bump up lower bound of aeson-pretty (#978)

github.com/dhall-lang/dhall-haskell - 2a37b2e7bf5800322922ba267738a0c8b19016bf authored over 5 years ago
Standardize support for header forwarding and inline headers (#560)

The immediate motivation for this change was the following issue against
the Haskell implementa...

github.com/dhall-lang/dhall-lang - b1f98152c404b661233db9a834d8e31ab2704479 authored over 5 years ago
improve alternativeHashMismatchA.dhall (#568)

This test imports its own expected output, with a hash mismatch. This
isn't a great test, beca...

github.com/dhall-lang/dhall-lang - ee528e5a89f78bce2c28167b5dfb7e7ea6b3d6c7 authored over 5 years ago
Update to latest version of standard (#976)

github.com/dhall-lang/dhall-haskell - 7410f8d3bd962ada3ef893a9329c8f2d25b00bc7 authored over 5 years ago
Fix tests multi-line strings with leading tabs (#565)

I believe that I ran across a bug in parsing test for `largeExpressionA.dhall`.
Specifically, t...

github.com/dhall-lang/dhall-lang - dfb05fb05caee3ca7d3080f99a93da65c4b20a9b authored over 5 years ago
Use json-to-dhall to implement yaml-to-dhall (#977)

github.com/dhall-lang/dhall-haskell - 6ec28cda27a918f3df7f7bf0136331c7b40cc2cd authored over 5 years ago
Revert "Make hover text trusted to enable clickable links"

This reverts commit 4e376a222038cc22daa4d68d7b482856a7621ba4.

The use of custom URI schemes mak...

github.com/dhall-lang/vscode-dhall-lsp-server - 0a3999b233fa013adc24e403ff9e1c05625bf4bb authored over 5 years ago
Render dhall-explain URIs

Add a TextDocumentContentProvider that handles dhall-explain URIs of the
format "dhall-explain:?...

github.com/dhall-lang/vscode-dhall-lsp-server - c77d6972021836bf5cdc8931872c5860f75b5ffb authored over 5 years ago
Make hover text trusted to enable clickable links

In order to be able to offer the user on hovering over a type error to
display a detailed explan...

github.com/dhall-lang/vscode-dhall-lsp-server - 4e376a222038cc22daa4d68d7b482856a7621ba4 authored over 5 years ago
Fix LSP diagnostics to trailing whitespace (#974)

* dhall-lsp-server: Revert from Relude to standard Prelude

The code so far used Relude in pla...

github.com/dhall-lang/dhall-haskell - 7ba33437e209d3d428cf10ad34e798f55b500c4d authored over 5 years ago
Support projection by record type (#958)

... as standardized in https://github.com/dhall-lang/dhall-lang/pull/499

github.com/dhall-lang/dhall-haskell - 3c08c627e88236419352adf43c7adf3e1dea1760 authored over 5 years ago
Dhall.Tutorial: fix shell output formatting (#972)

Fixes #971

github.com/dhall-lang/dhall-haskell - 6d363ce734dc8073a33c1751ac63544dd50d8679 authored over 5 years ago
Record projection by expression (#499)

This adds support for a new `e.(t)` syntax that lets you project out a
subset of a record's fie...

github.com/dhall-lang/dhall-lang - 034d48aa2d9433c4af574165483b3e7963824835 authored over 5 years ago
add test for hash mismatch (#561)

We don't specifically test anywhere that if a hash doesn't match an
imported expression, that i...

github.com/dhall-lang/dhall-lang - ea4e9ae1306ae036f2b3203a5efd22b31f572af8 authored over 5 years ago
Add `:clear` command to `dhall repl` (#966)

Fixes #860

github.com/dhall-lang/dhall-haskell - a9bacbecfeab29becf8607cb81929761c6f3f2f8 authored over 5 years ago
Upstream regression test (#559)

This upstreams a regression test for a silly bug in the Haskell implementation

See: https://g...

github.com/dhall-lang/dhall-lang - ca511abcc13a681ebe1101ed52160a77d6e4366d authored over 5 years ago
Encode integrity check as multihash (#549)

Using a byte string with internal label as much more compact than
storing base16 as unicode. R...

github.com/dhall-lang/dhall-lang - 70c049883d2a6c9662511f166f5a359b7664d0d1 authored over 5 years ago
Add test for multiline strings with mixed line endings (#554)

* Add test for multiline strings with mixed line endings

This test case caught a bug in dhall...

github.com/dhall-lang/dhall-lang - e49a1c2104151ad9b558fe31181bbeb5db0d8e3e authored over 5 years ago
More fixes to unit tests (#553)

* require `Natural/fold 1` to call its function

I implemented `Natural/fold` enough to pass N...

github.com/dhall-lang/dhall-lang - 8fff4cb42e6c4d1005205609957b785a3d11f8d2 authored over 5 years ago
Reject wrong type annotation for record/union literals/types (#965)

Fixes #959

github.com/dhall-lang/dhall-haskell - 411726a3eb3886598c70bd1619f062507c799fba authored over 5 years ago
dhall-json: fix yaml dependency. (#962)

In yaml-0.11, Text.Libyaml was split into the libyaml package. Hence,
as dhall-json imports tha...

github.com/dhall-lang/dhall-haskell - f61a3f2fb1b19756d2a010160b99ea0fdf98ac8d authored over 5 years ago
dhall: fix the dhall-command benchmark. (#964)

Seems that Main.Default changed in #949, but this use-site wasn't
changed at the same time.

github.com/dhall-lang/dhall-haskell - c9df4d4e47c23ba22ee7e0ee0c4b1d8a90d48f33 authored over 5 years ago
dhall-lsp-server: add tasty-discover to build-tool-depends. (#963)

The test-suite uses the executable at build-time. New-style
cabal-install requires it to be men...

github.com/dhall-lang/dhall-haskell - 6791341c270a49b15a2c97429b44b98f54792c67 authored over 5 years ago
CPP out Monad.fail definition. (#961)

As Dhall's bounds don't allow base 4.13, this doesn't actually affect
anyone running in a suppo...

github.com/dhall-lang/dhall-haskell - d77e174ab7f680f1f5cead1aa778b499db94200e authored over 5 years ago
README: fix link, linebreak, trailing space (#555)

Signed-off-by: Stephan Renatus <[email protected]>

github.com/dhall-lang/dhall-lang - f942c2af8aa3c28b89fe5e58cd3b47faf6341303 authored over 5 years ago
Promote some headings in README.md (#551)

I was looking at the README and it seemed strange that some of the most important information is...

github.com/dhall-lang/dhall-lang - 6d4f06c20f7faed2a2ef4a14dd96b49fb7944a79 authored over 5 years ago
updated tmgrammar-test

github.com/dhall-lang/vscode-language-dhall - 3b896fbf7017f179df18d9f978e761b4e99b248e authored almost 6 years ago
Cleaner defaults (#162)

github.com/dhall-lang/dhall-to-cabal - 83a190b253bb11ac01bc816e72047c20a04afd7b authored almost 6 years ago
CabalToDhall: fix the RepoKindUnknown case. (#165)

github.com/dhall-lang/dhall-to-cabal - 38c9d015b0e35a5ec1341f399d04d07c27b05cff authored almost 6 years ago
Replace & remove runUnion (#164)

runUnion stops GHC helping us out with case exhaustivity checking.

In the course of making th...

github.com/dhall-lang/dhall-to-cabal - 6e885a0eb3d83c9451504963571b9446c89ac7be authored almost 6 years ago
Fix broken link (#953)

Fixes https://discourse.dhall-lang.org/t/broken-link-on-dhall-lang-org/87

... as caught by @p...

github.com/dhall-lang/dhall-haskell - 699cbf9020b13fac58b9290f9633daf5217cdc87 authored almost 6 years ago
Remove CustomSetup in favour of SetupBuildInfo. (#163)

The files are identical, and the decider in favour of doing it this
way around is that SBI was ...

github.com/dhall-lang/dhall-to-cabal - c629de445ccce719940853ceff91f655c40871ca authored almost 6 years ago
Add chunkExprs. (#954)

github.com/dhall-lang/dhall-haskell - 7e6ac0181085d3e7262482732e7a3c185f248f57 authored almost 6 years ago
Release 1.3.3.0 (#161)

github.com/dhall-lang/dhall-to-cabal - c8f0fc4a730cd1b263b09ee5ed84d0e2c5d4003f authored almost 6 years ago
Port to Dhall 1.23 (#150)

github.com/dhall-lang/dhall-to-cabal - 1eae788972777fb0c7ee37535c6c80205b50ae65 authored almost 6 years ago
Educate --print-type about Scope and ModuleRenaming. (#156)

github.com/dhall-lang/dhall-to-cabal - feb2a218018d88248ee3a5a9365b4de8d977c21a authored almost 6 years ago
Fix a potential correctness bug in CSE manipulation. (#157)

Previously, we'd unconditionally try to substitute in or bind the
variable, but this could go w...

github.com/dhall-lang/dhall-to-cabal - 563522fcbae903d85d40332a744820c0d09585b2 authored almost 6 years ago
Remove redundant hashable dependency. (#158)

github.com/dhall-lang/dhall-to-cabal - 4070cd19ea78acbe25cd17cb1ea6821bee7ae893 authored almost 6 years ago
Use License.Unknown instead License.Unspecified (#160)

As discussed in #150 (see comments).

Setting an unknown license with cabal spec < 2.0 threw a...

github.com/dhall-lang/dhall-to-cabal - e5c92c26f083f3fe81725d715bd3eb9bc7ee0971 authored almost 6 years ago
Use multi-binding let in --print-type and --print-default. (#153)

github.com/dhall-lang/dhall-to-cabal - 87f2b2e993df9735cfcfbe6c03e20d5af9998339 authored almost 6 years ago
Move customization documentation into Haskell package (#951)

Related to https://github.com/dhall-lang/dhall-lang/issues/544

github.com/dhall-lang/dhall-haskell - 0bbfe6f14c8e794320f5baac316e1fbb88de4a17 authored almost 6 years ago
Prelude/JSON/Nesting: use empty union alternatives (#541)

Now that empty union alternatives are a language feature, we should use
them in Prelude too.

github.com/dhall-lang/dhall-lang - 68fa5fd7aecafd56da107922b7386cd10688ca95 authored almost 6 years ago
fix union constructor type inference judgments (#538)

* fix union constructor type inference judgments

The union constructor type inference judgmen...

github.com/dhall-lang/dhall-lang - c98977d0330367f3be5c217dec340344278ac4c0 authored almost 6 years ago
Set syntax highlighting for Dhall files (#533)

github.com/dhall-lang/dhall-lang - 77789381ea37775373983334f300131f178b0470 authored almost 6 years ago
Fix diff output to not double-print key-value separators. (#952)

E.g.,
```
{ unit : …
```
was being printed as
```
{ unit : : …
```

github.com/dhall-lang/dhall-haskell - de8e7639dfacea715082f22bd87a4361f003dbba authored almost 6 years ago
Set syntax highlighting for Dhall files (#159)

github.com/dhall-lang/dhall-to-cabal - 903d2c80626b99327d04b54ec24948e2070c8cfb authored almost 6 years ago
Build docker images for each package in CI (#950)

Fixes #513

github.com/dhall-lang/dhall-haskell - 89817b41fd380b17972f04a45ef5ac9cf8d70bba authored almost 6 years ago
Add `--file` flag (#949)

Fixes https://github.com/dhall-lang/dhall-haskell/issues/882

This allows users to supply the ...

github.com/dhall-lang/dhall-haskell - 20f6d8c3168ea92465347ce404e06b7fab1c0b69 authored almost 6 years ago
Update to latest version of language standard (#948)

Fixes https://github.com/dhall-lang/dhall-haskell/issues/947

github.com/dhall-lang/dhall-haskell - d788b780a219319cd3455d4849fc7aedefa5cb9c authored almost 6 years ago
Update to latest Dhall version (#65)

github.com/dhall-lang/dhall-kubernetes - fad3589782a63fefa739d7cd1654ca362768e05b authored almost 6 years ago
Fix linting tests to only test linting (#945)

The tests were unnecessarily attempting to resolve imports, which is
orthogonal to linting

github.com/dhall-lang/dhall-haskell - dadade9dd8de9692ca2bf08f8d765314390a3daf authored almost 6 years ago
Change YAML/JSON encoding for `NaN`/`Infinity`/`-Infinity` (#946)

Before, `dhall-to-json`/`dhall-to-yaml` would use approximate
representations for special `Doub...

github.com/dhall-lang/dhall-haskell - 8139c3678cda23b438a997e294d0d5d73b2b2cad authored almost 6 years ago
Improve use of unions in tests (#540)

* delete alternativesAreTypesA.dhall

this is a byte-for-byte duplicate of unionOfTypesA.dhall...

github.com/dhall-lang/dhall-lang - a39891c8a3e901b411d6417f218531636faf6f46 authored almost 6 years ago
tests: don't use old optional syntax unless necessary (#539)

The old optional syntax (which looks like a funny annotated list) is
deprecated in favour of `S...

github.com/dhall-lang/dhall-lang - 2730dd0292857934823181ac18330b2ea9a318cf authored almost 6 years ago
[POC] Add 'quoted' option (#941)

Allow to generare quoted scalars if needed via providing a custom encode
options to Data.Yaml.e...

github.com/dhall-lang/dhall-haskell - 07906673afbb7a4f606862ded2a02f1b7826124b authored almost 6 years ago
Version 1.22.0 → 1.23.0 (#943)

github.com/dhall-lang/dhall-haskell - bf4349ef7acf66779c244ffd2af78cdacc6e754b authored almost 6 years ago
Use wildcards to match all the Dhall files for extra-source-files (#154)

github.com/dhall-lang/dhall-to-cabal - 313d728e227e4b3ad79de54d2179fc3f82e4d9ac authored almost 6 years ago