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

Update "dhall-text" reference in README (#330)

github.com/dhall-lang/dhall-lang - 374677840b701cee98134b83113494fb0f1d33d0 authored about 6 years ago
Fix first example on `dhall-lang.org` (#762)

Several people commented that they had difficulty with the first example:

* They didn't reali...

github.com/dhall-lang/dhall-haskell - f8e31956e9dc7552f9bc82d90afb9e61808e251e authored about 6 years ago
Add contributing instructions for the website (#760)

This is so that I can link people to the `README` if they are interested in
improving the site

github.com/dhall-lang/dhall-haskell - 2635c582eb3f37fdfe82e408885e675851eaf862 authored about 6 years ago
Fix haddock syntax (#761)

github.com/dhall-lang/dhall-haskell - 026db247f77ab195c306bdd6a555196b56841603 authored about 6 years ago
Fix live editor for `dhall-lang.org` (#759)

Setting the `display: none` style for `textarea`s makes them uneditable

github.com/dhall-lang/dhall-haskell - 374f42ad982da2925cce6a874dda3e6581aaa569 authored about 6 years ago
Additional fixes to `dhall-lang.org` (#758)

This updates `dhall-lang.org` with the following main changes:

* Greater emphasis on Dhall as...

github.com/dhall-lang/dhall-haskell - 34e1d79eaa9d0100902c2c4acc3b8f7717283c71 authored about 6 years ago
Fix link to versioning.md (#321)

github.com/dhall-lang/dhall-lang - 7b3a90705e21623df6238ccd83638d63b96c395a authored about 6 years ago
Serve the new website at `dhall-lang.org` (#319)

Fixes #320

This changes `https://dhall-lang.org` to serve the new website for the
language i...

github.com/dhall-lang/dhall-lang - 4ad1bdac1483d37215d3851d40548ed5edc1f75b authored about 6 years ago
Restrict `try-dhall` build to Linux (#756)

github.com/dhall-lang/dhall-haskell - 21d70b338354f4fb9fce43b6fa08170dc9b30847 authored about 6 years ago
Disable sandbox for CI (#316)

The Dhall tests need to make outbound connections in order to import
code from `prelude.dhall-l...

github.com/dhall-lang/dhall-lang - d00e80596ac395f28aa5d8da4b65dcebed67e6cc authored about 6 years ago
Expand main page with high-level reasons to adopt Dhall (#754)

This adds four new sections to the page after the live demo which highlight
the common themes t...

github.com/dhall-lang/dhall-haskell - 615eccb10d76abadfe6c228e3b4096198567ac67 authored about 6 years ago
Add new "Type" and "YAML" output tabs to live demo (#753)

This moves the type annotation into a separate tab, both to avoid
the type cluttering the defau...

github.com/dhall-lang/dhall-haskell - dfd9822e77a689c94d871e022746e083daa97cbb authored about 6 years ago
Remove the `try-dhall-server` build product (#752)

This build product is no longer necessary now that the live demo can import
things from the Pre...

github.com/dhall-lang/dhall-haskell - 82165d525ddfe0455bea6cdd228d9b87fc017a85 authored about 6 years ago
Fix link to built-in operators on website (#751)

github.com/dhall-lang/dhall-haskell - ed30a6a3948759089885be3f1cff3870c6fe1658 authored about 6 years ago
Fix kubernetes logo in list of integrations (#750)

The logo is an SVG file, not a PNG

github.com/dhall-lang/dhall-haskell - 00315c1449d3cbc71a1323ffd066ecf8535ef7c0 authored about 6 years ago
Expand "Try dhall" into `dhall-lang.org` home page (#747)

This expands the "Try dhall" page to serve as a functional home page for
"dhall-lang.org" in th...

github.com/dhall-lang/dhall-haskell - d7d8139d3962d4e76431b63003ac7736fbe0ace8 authored about 6 years ago
Add Unordered Map Traversal (#749)

github.com/dhall-lang/dhall-haskell - a95acd5b2a52e7a19f628867198af8bf8fb291b2 authored about 6 years ago
try-dhall: Remove `.pub` from example private key (#748)

github.com/dhall-lang/dhall-haskell - cdef63b28eda57997f60521b032d99eb8fae6e3e authored about 6 years ago
Enable CORS for `prelude.dhall-lang.org` (#315)

This requires several changes:

First, `prelude.dhall-lang.org` needs to no longer be a redire...

github.com/dhall-lang/dhall-lang - 472dfbdaaedc7fe1bde90ab703a81ff2ceae8781 authored about 6 years ago
Minify Javascript code generated by GHCJS (#745)

This reduces the size of the generated JavaScript code from ~15 MB to ~6 MB

github.com/dhall-lang/dhall-haskell - 67ebf6efd67f68fdae742311497f09854ee04457 authored about 6 years ago
Add an example of using imports (#746)

We can import expressions from `https://prelude.dhall-lang.org`
now that it provides CORS suppo...

github.com/dhall-lang/dhall-haskell - c1e1ab1a1383b15ba35b9778f505863b5242a1e5 authored about 6 years ago
Add "Try Dhall" examples and JSON output (#742)

This change sthe layout to a side-by-side split-pane output
and also adds tabs for each pane:
...

github.com/dhall-lang/dhall-haskell - e75469983da3863e6bf2cfcf6b4cdf782b0841b0 authored about 6 years ago
Add `--compact` flag to `dhall-to-json` (#743)

This is phase 1 of transitioning to pretty-printing by default, as
described here:

https://g...

github.com/dhall-lang/dhall-haskell - db6f80fec21b7f95f406f52467cd80e63969a02a authored about 6 years ago
Fix `dhall-to-bash` translation of `Optional` literals (#736)

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

github.com/dhall-lang/dhall-haskell - cfe62c99e9ea9e9708c7f14445484a6d0294731c authored about 6 years ago
Update binary encoding/decoding for imports (#728)

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

This adds support fo...

github.com/dhall-lang/dhall-haskell - 2a30c7f4fc9410a92abbaa0d805b2d55108faa8f authored about 6 years ago
Standardize support for custom headers (#308)

This upstreams the Haskell implementation's support for custom headers
for remote imports into ...

github.com/dhall-lang/dhall-lang - f038fd744322d9bb768ea601c79778a0d3bbf851 authored about 6 years ago
Implement standardized support for multi-line literals (#726)

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

Note that this a bre...

github.com/dhall-lang/dhall-haskell - 6ab5df4d49700e8b2a56d712187935b24d5996eb authored about 6 years ago
Standardize semantics for multi-line literals (#307)

Fixes #262

Supersedes #214

This upstreams the Haskell implementation's support for multi-l...

github.com/dhall-lang/dhall-lang - 0e907ae0be8b88e6e89d4eed37c81be6b41dcdfb authored about 6 years ago
Fix mistake in union typing judgement (#311)

Don't require union literal type's type to be `Type`

github.com/dhall-lang/dhall-lang - 4ec09f72d6253e8a7ce5c6a1d9741ba04c1864ff authored about 6 years ago
Fix diff so that an empty list is equal to itself (#740)

* Test with QuickCheck that an expression is always the same as itself

I noticed cases where ...

github.com/dhall-lang/dhall-haskell - f308ca29b0798d5a7d14239b181e840a857259e8 authored about 6 years ago
Add "Try Dhall" project (#739)

This adds three new Nix build products:

* `try-dhall-static` - The static assets for "Try Dha...

github.com/dhall-lang/dhall-haskell - cf69f5a953a3264bd4035ed9e60d466ed1267a50 authored about 6 years ago
Fix README.md's dhall badge (#738)

:D

github.com/dhall-lang/dhall-haskell - bce7230c3e0fc17aafdc1ecbe0978bf49f80a5dc authored about 6 years ago
Refactor test suite (#733)

This moves all of the test suite modules underneath a `Dhall.Test`
module hierarchy instead of ...

github.com/dhall-lang/dhall-haskell - 83c4a32e99ae0bea27c1fb548ce58c13296eff5b authored about 6 years ago
Build against `tasty-1.2` (#731)

Related to https://github.com/commercialhaskell/stackage/issues/4196

github.com/dhall-lang/dhall-haskell - 9148b35aba7826536205d97043c2aa800efacd14 authored about 6 years ago
Update `README`s (#732)

This updates all of the `README`s to:

* centralize all of the build/install/develop informati...

github.com/dhall-lang/dhall-haskell - 7dd6b76d04d43121b628976ce6cb02d6cd7c9838 authored about 6 years ago
GHCJS support for Dhall (#734)

This adds a GHCJS build for Dhall so that:

* We can build a `try.dhall-lang.org` to try Dhall...

github.com/dhall-lang/dhall-haskell - 10a781534d23e05646be9ccf86ab07dbb23b6cdf authored about 6 years ago
Do not require apiVersion for ObjectFieldSelector (#40)

github.com/dhall-lang/dhall-kubernetes - 4a904b46883c9894f887d9e5928930175892d6f8 authored about 6 years ago
Sync tests from dhall-haskell (#309)

github.com/dhall-lang/dhall-lang - 8bab26f9515cc1007025e0ab4b4e7dd6e95a7103 authored about 6 years ago
Add `mass` utility function to `./nix/shared.nix` (#730)

This simplifies mass disabling of tests or jailbreaking of packages,
typically in order to test...

github.com/dhall-lang/dhall-haskell - ec2d6c866c22c374bec61f5c623be4a7a36db1d8 authored about 6 years ago
Autocomplete for `dhall repl` (#727)

* Autocomplete repl commands

* Autocomplete imports (file and environment)

* Improve autoc...

github.com/dhall-lang/dhall-haskell - fa9cbff5adfa9a185a197894f3ce2f646443b82d authored about 6 years ago
Change how `dhall repl` handles prior definitions (#729)

The motivation for this change is so that more code type-checks
within a REPL session.

For e...

github.com/dhall-lang/dhall-haskell - 56d795dfe09eb0ff22794276a99aaca47dd6731e authored about 6 years ago
Standardize protection against import cycles (#306)

This extends the import resolution judgement to prevent import cycles
that would trivially allo...

github.com/dhall-lang/dhall-lang - ff99b6db00adc3ba081b879ce4c658222e499dd3 authored about 6 years ago
Fix README (#724)

`replicate` takes a Natural type now

github.com/dhall-lang/dhall-haskell - 7c9e8d7d628456be63f9075e7b85b21ae52d1685 authored about 6 years ago
Fix doc (#725)

`List/length` takes a `Natural` now.

github.com/dhall-lang/dhall-haskell - af8226b7770fcff293908417aedd7bbe5cf06b6d authored about 6 years ago
Add cborg-json to the stack.yaml (#720)

Fixes #721

github.com/dhall-lang/dhall-haskell - b4da467816eb9a13fd231a6eaead3b002bc6af08 authored about 6 years ago
Add :quit repl command (#719)

* Prefer `throwIO` to `throw`

github.com/dhall-lang/dhall-haskell - bafab770fde14b1b30431dc1ac20cf6c26a173bf authored about 6 years ago
Restore `Parent` constructor for `Local` (#718)

This is essentially a revert of 25d86e8e5dd7f5a8b1f7154ca2fa7ed712e0027b

The primary motivati...

github.com/dhall-lang/dhall-haskell - abdd4428147fcd245f8e2bc824f1de2159c9c5ad authored about 6 years ago
Add encoding/decoding logic for `as Text` (#712)

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

github.com/dhall-lang/dhall-haskell - bfda0554203056900bce40019103c992247fb054 authored about 6 years ago
Update listed Dhall bindings in README (#305)

github.com/dhall-lang/dhall-lang - 555dbeb28fe5d889e260e814b1894fda716278a7 authored about 6 years ago
Standardize support for `as Text` (#303)

This upstreams the Haskell implementation's support for `as Text`
into the standard. This was ...

github.com/dhall-lang/dhall-lang - e5c1e0b7fbe47bf95a97f27f2dca59322a7a5769 authored about 6 years ago
Add `--json` flag for `dhall {decode,encode}` (#717)

Fixes #714

This adds a `--json` flag that `dhall decode` and `dhall encode` can use to
read/...

github.com/dhall-lang/dhall-haskell - a671e9c2f5763193dae47378a21a39fa9d86033f authored about 6 years ago
Add `dhall lint` support for removing `constructors` (#701)

Now that `constructors x` is the same as `x` we can have `dhall lint`
safely strip all uses of ...

github.com/dhall-lang/dhall-haskell - 103e2e637aceddeca435d3073c831bd5a37f383d authored about 6 years ago
Add support for records of records of types (#700)

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

Fixes https://github...

github.com/dhall-lang/dhall-haskell - 92a68efcd334eb9b06a4936073b2015b24c7cfbd authored about 6 years ago
constructors === id (#693)

github.com/dhall-lang/dhall-haskell - 5a0d671f953ffaff720024e609422fca1e361d3a authored about 6 years ago
Update hashes in tests to v4.0.0 (#304)

github.com/dhall-lang/dhall-lang - 7c4f273af9d004de5ff89c30e0a1c59dfafecff6 authored about 6 years ago
Version 1.19.0 → 1.19.1 (#705)

github.com/dhall-lang/dhall-haskell - 04e2dbfcaa207d72176c60475bffff76d8fc2e07 authored about 6 years ago
Simplify import error handling logic (#711)

The first two cases of the `handler₀` function are just special cases
of the last case

github.com/dhall-lang/dhall-haskell - 653932e1126762e7ce7482f8b00f8ee04331b561 authored about 6 years ago
Unique dependencies in dot graph (#713)

* Add dotgen to stack.yaml

* Generate strict dot graph (prune redundant connections)

github.com/dhall-lang/dhall-haskell - 65f5377f0ce85eacaee1450152ee4ee68b126623 authored about 6 years ago
Improve HTTP error messages (#710)

Fixes #509

The `Dhall.Import.HTTP` module had logic for pretty-printing HTTP error
message, ...

github.com/dhall-lang/dhall-haskell - 85ccf2ff0ab0f8b1cc5643d3935fa9942bcd9928 authored about 6 years ago
Use new multi-`let` expressions in README (#301)

github.com/dhall-lang/dhall-lang - 60276f5f6c4f031d3ca8df7d0730e2284cb6ad95 authored about 6 years ago
Allow nested records of types (#300)

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

The motivation for this change i...

github.com/dhall-lang/dhall-lang - 4d274bb7901beba91c8d1564f03d005077444cc4 authored about 6 years ago
Generate dot graph to visualize import graph (#698)

* Add dotgen as a dependency

Signed-off-by: Basile Henry <[email protected]>

* Build up ...

github.com/dhall-lang/dhall-haskell - c8dc585430c4435cccca19c3905389261155e204 authored about 6 years ago
Disallow labels that match builtins or keywords (#299)

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

Before this change the grammar a...

github.com/dhall-lang/dhall-lang - 3aa37b32f12f8e21955999d74e8da4490be09d27 authored about 6 years ago
Fix project name in `README`

github.com/dhall-lang/dhall-nethack - a99c2f7d5b4612d008393819602490047d328e99 authored about 6 years ago
Mention link to cross-site scripting protection

github.com/dhall-lang/dhall-nethack - 247afb172494200c9c956e83c20dd64c55f8f7f0 authored about 6 years ago
Include instructions for rendering example configurations

github.com/dhall-lang/dhall-nethack - 1c60a1b654a8b4e932f271c29097f1c94adf0f14 authored about 6 years ago
Add example `dhall repl` commands to `README`

github.com/dhall-lang/dhall-nethack - a7dc1c83bec125f25768a575699c494431dc475d authored about 6 years ago
Simplify Quick-Start example

github.com/dhall-lang/dhall-nethack - 0cdfdd0343bbc5f40c005edad2af863d3ae6cdf7 authored about 6 years ago
Use fixed-width font for links to code files

... to slightly improve the visual appearance of the `README`

github.com/dhall-lang/dhall-nethack - 605e5a96329cce6e6f4053253162ac2ae158527a authored about 6 years ago
Replace "~/.nethackrc" with "NetHack configuration file"

github.com/dhall-lang/dhall-nethack - b01b97a81e5103a729de5d4d53c9de5a244df0f1 authored about 6 years ago
Fix `CHANGELOG` to mention new alternative to `constructors` (#696)

... as caught by @jneira

github.com/dhall-lang/dhall-haskell - 8fd846bf4674d4a222bfaf023f7fc1b796e0fe84 authored about 6 years ago
Fix import caching (#702)

This fixes an apparently very old bug in import caching caught by @basile-henry

Before this c...

github.com/dhall-lang/dhall-haskell - 99fabea38a3c3a93a258a4bcf0400d36d27efa62 authored about 6 years ago
add --version to dhall-json (#704)

github.com/dhall-lang/dhall-haskell - f3d26e5f322221116e6d48014c7dcca8742e9de5 authored about 6 years ago
Fix bug when linting multi-`let` expressions (#703)

`dhall lint` was incorrectly deleting `let` bindings that are being used
due to not checking ot...

github.com/dhall-lang/dhall-haskell - 203a22818eb50fb8ee7acaf4ed8eea010ce403bf authored about 6 years ago
Use Diff package instead diff program to test cabal-to-dhall (#90)

github.com/dhall-lang/dhall-to-cabal - 8967220bd3618c876bbc4f7b0c93d49fa47a30ee authored about 6 years ago
Merge branch 'master' of github.com:Gabriel439/Haskell-Dhall-Bash-Library

github.com/dhall-lang/dhall-bash - 47740cfa7583f63cab7113b0993c28de830ef891 authored about 6 years ago
Add `CONTRIBUTING.md` to mention new location

github.com/dhall-lang/dhall-bash - 207afe77d0cd84d008d76fdff5ce90153d57dfbe authored about 6 years ago
Update README.md

github.com/dhall-lang/dhall-bash - 45023737c7198743346c3899caca83bc698d08b8 authored about 6 years ago
Add `CONTRIBUTING.md` to mention new location

github.com/dhall-lang/dhall-text - ba356672c88b142d34c524ec934dcb5ab647bb74 authored about 6 years ago
Update README.md

github.com/dhall-lang/dhall-text - a2a309baf2ce911c3aaa5cf939784fe80d10d3d4 authored about 6 years ago
Add `CONTRIBUTING.md` to mention new location

github.com/dhall-lang/dhall-json - 082fb2403acd636fdd05e21c96005e455e256a86 authored about 6 years ago
Update README.md

github.com/dhall-lang/dhall-json - d436557c48b4d363766031cab6472944e5ed95cc authored about 6 years ago
Fix `dhall-bash` version to 1.0.17 (#695)

I forgot to bump the version number for `dhall-bash` in #691, which this
change fixes

github.com/dhall-lang/dhall-haskell - c71f0e28fcc25b748cc8d751f0d0b6d63363879f authored about 6 years ago
Version 1.18.0 → 1.19.0 (#691)

github.com/dhall-lang/dhall-haskell - 53ae87c8e2bfdb358076de9ad398460665138694 authored about 6 years ago
Fixed mixed field access (#694)

Fixes #692

The standard permits a user to access a constructor from a type stored inside
a r...

github.com/dhall-lang/dhall-haskell - bacb82480c50c7506d054c4bd9da15b5fc211310 authored about 6 years ago
constructors === id (#256)

Phase 2 of #244

Changes `constructors` to the identity function. Marking it as deprecated an...

github.com/dhall-lang/dhall-lang - 7d8bdb930c6f8b41757004aefc5f69596bb00b28 authored about 6 years ago
Version 3.0.0 → 4.0.0 (#287)

github.com/dhall-lang/dhall-lang - 88ce5f17bb077d55cec048a980da63d8f9ffcdb7 authored about 6 years ago
Add support for quoted path components (#690)

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

github.com/dhall-lang/dhall-haskell - 8bc595be7fa2f3b266b6b79820573d32bbc433b9 authored about 6 years ago
Add support for quoted path components (#293)

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

This allow path components to be qu...

github.com/dhall-lang/dhall-lang - 095e351bbfdee159bb8f78f4eaf856170171d898 authored about 6 years ago
Require whitespace after the colon in type annotations (#290)

github.com/dhall-lang/dhall-lang - 2da0b86f02aa7d2ea2d9968f7854c6a606dc2d14 authored about 6 years ago
Small fixes to import semantics section (#289)

* Fix a dangling reference to `decode-1.0` which is now
`decodeWithVersion`
* Fix the note a...

github.com/dhall-lang/dhall-lang - dd8992efa274220413b6c5488981f49c7704d072 authored about 6 years ago
Encode doubles as `Double`, do bounds checks, and add support for NaN and Infinity values (#667)

github.com/dhall-lang/dhall-haskell - adf94a6503140c6b8e47cd3aa9ef88f8c0c3fa89 authored about 6 years ago
Disambiguate `#`/`?` operators from HTTP fragments/queries (#288)

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

This adds required whitespace after...

github.com/dhall-lang/dhall-lang - 76ee07fde1e2d2355e506f3311542d633c19d961 authored about 6 years ago
Fix path termination parser tests (#294)

Fixes #291

These changes reflect that functions must be separated from their
argument by non...

github.com/dhall-lang/dhall-lang - 71014250c94d2db33077c50a02e4e7bbb53f9d48 authored about 6 years ago
Fix specification for running import tests (#286)

github.com/dhall-lang/dhall-lang - d3337ba6e7e636c79ca6e98ba1a807c805b9933f authored about 6 years ago
Fix `remoteSystems` normalization test (#284)

The relative import to the `Prelude` was failing to resolve, which this
change fixes

I also ...

github.com/dhall-lang/dhall-lang - 9e029650721d2eabd0adc12ced8326683c79af8f authored about 6 years ago
Typo in binary.md (#283)

github.com/dhall-lang/dhall-lang - ade6a6ed0fc6d10f19ef8039b3e410bbcc3965fa authored about 6 years ago
Allow for spaces before expression in interpolated string (#279)

github.com/dhall-lang/dhall-lang - 3729cfc25f6e6ce79f5a4b01c84a775257cb1aef authored about 6 years ago