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
github.com/dhall-lang/dhall-to-cabal - 2d8ca0e1561e110ef86d288d77cbd59225cb9663 authored over 5 years ago
github.com/dhall-lang/dhall-to-cabal - 4309ab8858e60abf03513c8860b2c511478526a8 authored over 5 years ago
github.com/dhall-lang/dhall-to-cabal - d637e8e66a1fd43a1a51b6090a828974a11c68f1 authored over 5 years ago
* 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... as standardized in https://github.com/dhall-lang/dhall-lang/pull/580
github.com/dhall-lang/dhall-haskell - 188ebc8f26a3c3a30001323a097e77a6e0ae213e authored over 5 years agoRelated to https://github.com/dhall-lang/dhall-lang/issues/577
github.com/dhall-lang/dhall-lang - dbf4ebcfabf499e87c27e75bec108d91929ccc31 authored over 5 years ago* 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* Refactor Dhall.LSP.Backend.Formatting
Exposes `formatExpr :: Text -> Expr a Import -> Text`...
github.com/dhall-lang/dhall-haskell - af4ccc9db977e972380f59d39a6fbe0c5c01d5b0 authored over 5 years agogithub.com/dhall-lang/dhall-haskell - 2bf079e63cd670b163e456cb570b57b5f030e88b authored over 5 years ago
Now that `hnix-0.6.1` is out `dhall-nix` can be built against recent
versions of Hackage packag...
In the case that an older kubernetes openapi is used, some of the
excluded models for newer ver...
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
PR #549 adopted the use of multihash for binary encoding of semantic
hashes; this commit extend...
I'm just getting around to implement import caching, for which I need to
implement binary decod...
github.com/dhall-lang/dhall-to-cabal - bdd8ee20b28bcf2be4435d1d0bd6f34c0d2a2963 authored over 5 years ago
See https://github.com/dhall-lang/dhall-lang/pull/583
github.com/dhall-lang/dhall-haskell - 0919bafa7b0acd5d04ec62b38cbb0292e611ec1b authored over 5 years agogithub.com/dhall-lang/dhall-lang - 2af2343b4917adb34a26122ac6abecc3e8d1bbfb authored over 5 years ago
This adds a test to ensure that an implementation fetches an import from
cache. It works by ma...
* 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 agogithub.com/dhall-lang/dhall-haskell - 56264270e4b3b0c0df943621c6bcb181691cead2 authored over 5 years ago
github.com/dhall-lang/dhall-kubernetes - 8afa82f0c7eb6c6412cca081ae108611bac9a696 authored over 5 years ago
* 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 agogithub.com/dhall-lang/dhall-haskell - fc5b382238d2475d7c364e1feca1f52382006d9e authored over 5 years ago
github.com/dhall-lang/dhall-haskell - 26bb77e99e8ce9d54be8c3cefe0cce9f97d8cef3 authored over 5 years ago
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 agogithub.com/dhall-lang/dhall-haskell - 326626016a208200cd0c607eff795a4d154118ac authored over 5 years ago
* Avoid clash between Backend.Dhall.Diagnostics.Range and Language.Haskell.LSP.Types.Range
* ...
github.com/dhall-lang/dhall-haskell - 00f7478759081ffe074b9b7b425a9cc5f997066f authored over 5 years agogithub.com/dhall-lang/dhall-haskell - 1d3f3d32fe4d983bd0f4a0031791c805874121c8 authored over 5 years ago
... to point to v8.0.0
github.com/dhall-lang/dhall-lang - 6e67b2202eeb333a99556350979e37216b86510b authored over 5 years ago* Refactor Diagnostics backend
This commits refactors Backend.Dhall.Diagnostics, cleaning thi...
github.com/dhall-lang/dhall-haskell - 49d29d685f39857b621d3ad36efeb7667fbe0a7e authored over 5 years ago... 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 agoThe main changes are:
* Fix the Discourse service to correctly check out older revisions
*...
github.com/dhall-lang/dhall-lang - 40dfa6abaa1dc1a7a877cecc10cf69e016c7f5c4 authored over 5 years agogithub.com/dhall-lang/dhall-lang - b1992297d702c67d2e1b1597af5c533af2934300 authored over 5 years ago
Fixes https://github.com/dhall-lang/dhall-lang/issues/567
github.com/dhall-lang/dhall-lang - 2cd1aee41228c01676c8c622995c21bd8b36a666 authored over 5 years agoFixes 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 agogithub.com/dhall-lang/dhall-lang - 136a3491753fef251b2087031617d1ee1053f285 authored over 5 years ago
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 agoThis one sneaked in somehow.
github.com/dhall-lang/vscode-dhall-lsp-server - 09de22d56630dc27b55c4f5119b5d4300d06b7db authored over 5 years agoFixes https://github.com/dhall-lang/dhall-haskell/issues/969
github.com/dhall-lang/dhall-haskell - 98c7d4dfca32fc65d270634f959ba1e6ca73a247 authored over 5 years agoPart 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... as standardized in https://github.com/dhall-lang/dhall-lang/pull/560
github.com/dhall-lang/dhall-haskell - 8dc52fa3d258f37a8cad8791e6c2df0427c28765 authored over 5 years agogithub.com/dhall-lang/dhall-haskell - 2a37b2e7bf5800322922ba267738a0c8b19016bf authored over 5 years ago
The immediate motivation for this change was the following issue against
the Haskell implementa...
This test imports its own expected output, with a hash mismatch. This
isn't a great test, beca...
github.com/dhall-lang/dhall-haskell - 7410f8d3bd962ada3ef893a9329c8f2d25b00bc7 authored over 5 years ago
I believe that I ran across a bug in parsing test for `largeExpressionA.dhall`.
Specifically, t...
github.com/dhall-lang/dhall-haskell - 6ec28cda27a918f3df7f7bf0136331c7b40cc2cd authored over 5 years ago
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
Add a TextDocumentContentProvider that handles dhall-explain URIs of the
format "dhall-explain:?...
In order to be able to offer the user on hovering over a type error to
display a detailed explan...
* 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... as standardized in https://github.com/dhall-lang/dhall-lang/pull/499
github.com/dhall-lang/dhall-haskell - 3c08c627e88236419352adf43c7adf3e1dea1760 authored over 5 years agoFixes #971
github.com/dhall-lang/dhall-haskell - 6d363ce734dc8073a33c1751ac63544dd50d8679 authored over 5 years ago
This adds support for a new `e.(t)` syntax that lets you project out a
subset of a record's fie...
We don't specifically test anywhere that if a hash doesn't match an
imported expression, that i...
Fixes #860
github.com/dhall-lang/dhall-haskell - a9bacbecfeab29becf8607cb81929761c6f3f2f8 authored over 5 years agoThis 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
Using a byte string with internal label as much more compact than
storing base16 as unicode. R...
* 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* 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 agoFixes #959
github.com/dhall-lang/dhall-haskell - 411726a3eb3886598c70bd1619f062507c799fba authored over 5 years ago
In yaml-0.11, Text.Libyaml was split into the libyaml package. Hence,
as dhall-json imports tha...
Seems that Main.Default changed in #949, but this use-site wasn't
changed at the same time.
The test-suite uses the executable at build-time. New-style
cabal-install requires it to be men...
As Dhall's bounds don't allow base 4.13, this doesn't actually affect
anyone running in a suppo...
github.com/dhall-lang/vscode-language-dhall - e7844c437ae886ffa7a03e32958828800eecb9dd authored over 5 years ago
Signed-off-by: Stephan Renatus <[email protected]>
github.com/dhall-lang/dhall-lang - f942c2af8aa3c28b89fe5e58cd3b47faf6341303 authored over 5 years agoI 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 agogithub.com/dhall-lang/vscode-language-dhall - 3b896fbf7017f179df18d9f978e761b4e99b248e authored almost 6 years ago
github.com/dhall-lang/vscode-language-dhall - b3a46021069afe35331a5640a5eccd79d3304222 authored almost 6 years ago
github.com/dhall-lang/dhall-to-cabal - 83a190b253bb11ac01bc816e72047c20a04afd7b authored almost 6 years ago
github.com/dhall-lang/dhall-to-cabal - 38c9d015b0e35a5ec1341f399d04d07c27b05cff authored almost 6 years ago
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 agoFixes 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
The files are identical, and the decider in favour of doing it this
way around is that SBI was ...
github.com/dhall-lang/dhall-haskell - 7e6ac0181085d3e7262482732e7a3c185f248f57 authored almost 6 years ago
github.com/dhall-lang/dhall-to-cabal - c8f0fc4a730cd1b263b09ee5ed84d0e2c5d4003f authored almost 6 years ago
github.com/dhall-lang/dhall-to-cabal - 1eae788972777fb0c7ee37535c6c80205b50ae65 authored almost 6 years ago
github.com/dhall-lang/dhall-to-cabal - feb2a218018d88248ee3a5a9365b4de8d977c21a authored almost 6 years ago
Previously, we'd unconditionally try to substitute in or bind the
variable, but this could go w...
github.com/dhall-lang/dhall-to-cabal - 4070cd19ea78acbe25cd17cb1ea6821bee7ae893 authored almost 6 years ago
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 agogithub.com/dhall-lang/dhall-to-cabal - 87f2b2e993df9735cfcfbe6c03e20d5af9998339 authored almost 6 years ago
Related to https://github.com/dhall-lang/dhall-lang/issues/544
github.com/dhall-lang/dhall-haskell - 0bbfe6f14c8e794320f5baac316e1fbb88de4a17 authored almost 6 years ago
Now that empty union alternatives are a language feature, we should use
them in Prelude too.
* fix union constructor type inference judgments
The union constructor type inference judgmen...
github.com/dhall-lang/dhall-lang - c98977d0330367f3be5c217dec340344278ac4c0 authored almost 6 years agogithub.com/dhall-lang/dhall-lang - 77789381ea37775373983334f300131f178b0470 authored almost 6 years ago
E.g.,
```
{ unit : …
```
was being printed as
```
{ unit : : …
```
github.com/dhall-lang/dhall-to-cabal - 903d2c80626b99327d04b54ec24948e2070c8cfb authored almost 6 years ago
Fixes #513
github.com/dhall-lang/dhall-haskell - 89817b41fd380b17972f04a45ef5ac9cf8d70bba authored almost 6 years agoFixes 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 agoFixes https://github.com/dhall-lang/dhall-haskell/issues/947
github.com/dhall-lang/dhall-haskell - d788b780a219319cd3455d4849fc7aedefa5cb9c authored almost 6 years agogithub.com/dhall-lang/dhall-kubernetes - fad3589782a63fefa739d7cd1654ca362768e05b authored almost 6 years ago
The tests were unnecessarily attempting to resolve imports, which is
orthogonal to linting
Before, `dhall-to-json`/`dhall-to-yaml` would use approximate
representations for special `Doub...
* 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
The old optional syntax (which looks like a funny annotated list) is
deprecated in favour of `S...
Allow to generare quoted scalars if needed via providing a custom encode
options to Data.Yaml.e...
github.com/dhall-lang/dhall-haskell - bf4349ef7acf66779c244ffd2af78cdacc6e754b authored almost 6 years ago
github.com/dhall-lang/dhall-to-cabal - 313d728e227e4b3ad79de54d2179fc3f82e4d9ac authored almost 6 years ago