Ecosyste.ms: OpenCollective

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

Elm Tooling

Org to facilitate work on tooling for elm
Collective - Host: opensource - https://opencollective.com/elm-tooling - Code: https://github.com/elm-tooling

Add `floatList` to docs

github.com/elm-tooling/elm-compiler-library - e2b3281a096feff59a8c27f299e89526d1880194 authored about 11 years ago by Evan Czaplicki <[email protected]>
get rid of documentation for functions that are not exported

github.com/elm-tooling/elm-compiler-library - 44057afdb031449e5a665eab0fb854e4b3d9b5ff authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'dev'

github.com/elm-tooling/elm-compiler-library - e0b0cc0ab5804f8184f8dff100215a5bf74ce405 authored about 11 years ago by Evan Czaplicki <[email protected]>
Remove weird cons functions and make documentation nicer.

github.com/elm-tooling/elm-compiler-library - 83406ff73acdda012678bf180fb289119cc3a514 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get rid of double backslashes, which have mysteriously changed behavior and now actually show up twice

github.com/elm-tooling/elm-compiler-library - 5b2ba67e61e6ecf50fcf198e1147b37ee3592af8 authored about 11 years ago by Evan Czaplicki <[email protected]>
Use faster loop for `floatList` and adjust indentation

github.com/elm-tooling/elm-compiler-library - f43af4bbd13de38c3326808cb15d45dc725b9f31 authored about 11 years ago by Evan Czaplicki <[email protected]>
Parse documentation and infix declarations more safely

github.com/elm-tooling/elm-compiler-library - 5ad0ec5b7ad18742945cf80cd3074e551e35c4aa authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #297 from mgold/dev

Update docs for new String representation.

github.com/elm-tooling/elm-compiler-library - ffeec1ac1d5ca1c2b717239075c0a280d2855c62 authored about 11 years ago by Evan Czaplicki <[email protected]>
Update docs for new String representation.

github.com/elm-tooling/elm-compiler-library - dbd8b4dbfbf9575f349ad524cd9af404e3f5d5b1 authored about 11 years ago by Max Goldstein <[email protected]>
Fix behavior of `pad`

github.com/elm-tooling/elm-compiler-library - d0232b45d2109573269f40e74cdeea0c589643e2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Add documentation to String and replace stringy examples in List docs

github.com/elm-tooling/elm-compiler-library - 14b60a0a2420ec9425e9e763e58b3a92ee0c7eec authored about 11 years ago by Evan Czaplicki <[email protected]>
Revert "Export types from ADTs in the default exports"

This reverts commit 4e82d19fd774a850758f1203e7900c0fc5d6c66a.

github.com/elm-tooling/elm-compiler-library - 1974ad57be1a811d9add3e7a09fce261381b2470 authored about 11 years ago by Evan Czaplicki <[email protected]>
cosmetic: make it simpler to get locations for parses

github.com/elm-tooling/elm-compiler-library - 03cf56d8ec87f0ab8b9f695c14e9b4d9d5a11e46 authored about 11 years ago by Evan Czaplicki <[email protected]>
Export types from ADTs in the default exports

github.com/elm-tooling/elm-compiler-library - 4e82d19fd774a850758f1203e7900c0fc5d6c66a authored about 11 years ago by Evan Czaplicki <[email protected]>
cosmetic: make shadow check a bet more compact

github.com/elm-tooling/elm-compiler-library - c48044937175aecb51cea2bb4160cd44bb911477 authored about 11 years ago by Evan Czaplicki <[email protected]>
cosmetic: nicer way to conditionally run type printer

github.com/elm-tooling/elm-compiler-library - e8a661531ad102b4ef2580d45e9dc48cc6247a94 authored about 11 years ago by Evan Czaplicki <[email protected]>
Disallow extended record types with no fields, resolves #280

github.com/elm-tooling/elm-compiler-library - 11a60de5444291a77d79c75cecade62f1a41b796 authored about 11 years ago by Evan Czaplicki <[email protected]>
Improve error messages when the module documentation structure is missing

github.com/elm-tooling/elm-compiler-library - 0f9f8c01e9e2309bd77aaa2f8c82e49a8e582dc2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Drop repeats by default on arrows, directions, wasd, and isDown

github.com/elm-tooling/elm-compiler-library - 24da7112a955b17c1d5292587f36254ced066c70 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix mouse and touch tracking for embedded Elm programs, #291

github.com/elm-tooling/elm-compiler-library - a29a1fd5581446530b721e54cc1c19d45e85aa70 authored about 11 years ago by Evan Czaplicki <[email protected]>
Only export public functions

github.com/elm-tooling/elm-compiler-library - ecf5e87dce14d0dba68c65e7072222cb536b2ec8 authored about 11 years ago by Evan Czaplicki <[email protected]>
cosmetic: switch to 4 spaces as indent

github.com/elm-tooling/elm-compiler-library - ffd088bfaebbf8b2ebfbec6ad674921654606e7c authored about 11 years ago by Evan Czaplicki <[email protected]>
cosmetic: indent "properly"

github.com/elm-tooling/elm-compiler-library - f34b150a5e57c71cb8d346a28fcddd8607140ad8 authored about 11 years ago by Evan Czaplicki <[email protected]>
Check for variable shadowing

When this code was originally written, all variables were given unique
names, making it unnecess...

github.com/elm-tooling/elm-compiler-library - 37878528bf33ecfde8107451e77ed99cab80f468 authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #290 from jsl/better_server_error_messages

Improve error messages when elm input file or binary can't be found

github.com/elm-tooling/elm-compiler-library - 78242ef95be775b1e817c9067158bda76326b96c authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix the problem with `split` from issue #289

github.com/elm-tooling/elm-compiler-library - fb16adb92a641bc1a8193a5ada13126e831878b0 authored about 11 years ago by Evan Czaplicki <[email protected]>
Modify code to follow hlint suggestions

github.com/elm-tooling/elm-compiler-library - 10f13d107d26691c9046d1a1676e4bc05432e4c7 authored about 11 years ago by Justin Leitgeb <[email protected]>
Improve error messages when elm input file or binary can't be found

There are a few problems currently with the elm server:

1. When the elm binary is not found, ...

github.com/elm-tooling/elm-compiler-library - 952c02fabf498eda404dcf8e7a235e4e744d02a8 authored about 11 years ago by Justin Leitgeb <[email protected]>
Fit code within 80 characters

github.com/elm-tooling/elm-compiler-library - 05dbca5120fcf81f705daad610cdcb963614bbdc authored about 11 years ago by Justin Leitgeb <[email protected]>
Properly join Text

github.com/elm-tooling/elm-compiler-library - ec581a9ef10e68ca355d3c322802f08b6c880ce1 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix append on text

string literals have type string, whereas string objects are instances
of String

github.com/elm-tooling/elm-compiler-library - 4a914a497a25aeec61a3c27c7953199e5408f2cb authored about 11 years ago by Evan Czaplicki <[email protected]>
cosmetic: fix indentation

github.com/elm-tooling/elm-compiler-library - 20bbb71359ea91c57adcb52253dc4bc1127a4ab1 authored about 11 years ago by Evan Czaplicki <[email protected]>
Mark Char and Text values to distinguish them from Strings

Also get rid of the unwords and unlines functions which are confusing
and can more easily be rep...

github.com/elm-tooling/elm-compiler-library - 2c080b6b0df2fc35801d6b6e35207ef74153fd35 authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #288 from aforemny/dev

Relax mtime test in alreadyCompiled

github.com/elm-tooling/elm-compiler-library - 15aec2679938646f68b46816e3d08dc4448a655e authored about 11 years ago by Evan Czaplicki <[email protected]>
Relax mtime test in alreadyCompiled

github.com/elm-tooling/elm-compiler-library - 484e14a29655927f09363a90a44f2d402b829aad authored about 11 years ago by Alexander Foremny <[email protected]>
Fix issue #286

That was a silly one :) Thanks for the report @mgold.

github.com/elm-tooling/elm-compiler-library - e85c8f18dc81c0eed60ff5948ecab66067a78ec2 authored about 11 years ago by Evan Czaplicki <[email protected]>
Cosmetic: import the prefixed version of `Generate.Cases`

github.com/elm-tooling/elm-compiler-library - ea383763585b5c62f9cd9df114656bd0fa57d830 authored about 11 years ago by Evan Czaplicki <[email protected]>
cosmetic: fix typo and remove redundancy

github.com/elm-tooling/elm-compiler-library - 6b28928067e9dec00c650d6acfe71e9e4b063484 authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #281 from mgold/dev2

Random.floatList : Signal Int -> Signal [Float]

github.com/elm-tooling/elm-compiler-library - 0b11d4f0bda479f7ea0a949a7ee37d15eebeef6d authored about 11 years ago by Evan Czaplicki <[email protected]>
Preallocate array per Spirros.

Need to specify indices explictly, as push will not overwrite the initialized
values but instead...

github.com/elm-tooling/elm-compiler-library - c99d7d72d5f8ff20b49bd99efec3a8de960b2c17 authored about 11 years ago by Max Goldstein <[email protected]>
Fix string conversion problems

github.com/elm-tooling/elm-compiler-library - cc5295da298371bd7d5e1f2a0ad760d83f56655d authored about 11 years ago by Evan Czaplicki <[email protected]>
Git rid of unhelpful subheadings

github.com/elm-tooling/elm-compiler-library - efe8883ea6e9df6eb3d29c25ac31acb9c714e401 authored about 11 years ago by Evan Czaplicki <[email protected]>
Organize the docs into more reasonable sections

github.com/elm-tooling/elm-compiler-library - 0828c9ead3c896541559716a7532140a725e02fd authored about 11 years ago by Evan Czaplicki <[email protected]>
Add ways to get substrings

github.com/elm-tooling/elm-compiler-library - 81cbe9f147cbd23fb63f97ef48ff84f7b87a73dd authored about 11 years ago by Evan Czaplicki <[email protected]>
Add basics of documentation and start using `pad` as in implementation

github.com/elm-tooling/elm-compiler-library - 74a13f59b5db798d95baf3d67933b3deb0eba73f authored about 11 years ago by Evan Czaplicki <[email protected]>
Add and rename functions

use the term "pad" to add characters
add ways to search for substrings
read ints and floats

github.com/elm-tooling/elm-compiler-library - cfe1302e82b315dc6d12568fdab581d0e46723eb authored about 11 years ago by Evan Czaplicki <[email protected]>
Take `split` function out of docs

github.com/elm-tooling/elm-compiler-library - 88aa9d375f67df602752ec2c0fb9708878a48d55 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix fast repeat

github.com/elm-tooling/elm-compiler-library - 0d5f1fe2d284ff5bc0d8ac5078f4711cc793db09 authored about 11 years ago by Evan Czaplicki <[email protected]>
Random.floatList : Signal Int -> Signal [Float]

This version has been updated to work with b40f2958d43.

github.com/elm-tooling/elm-compiler-library - 4a93227f0be1db79e91f605c1c2c3402233cf06c authored about 11 years ago by Max Goldstein <[email protected]>
Add --src-dir flag

Can be used multiple times. Makes it possible to have complex directory
structure without clutte...

github.com/elm-tooling/elm-compiler-library - de52caca8ea6c6a442b58ff3e63cf19eb7c26533 authored about 11 years ago by Evan Czaplicki <[email protected]>
indent properly

github.com/elm-tooling/elm-compiler-library - a505f7e0305eabd3efc136099cb73586435e155e authored about 11 years ago by Evan Czaplicki <[email protected]>
Make sure slashes get converted first so that they don't get added accidentally for other escaped characters

github.com/elm-tooling/elm-compiler-library - 51821fccfd9c91f3756474f1739966fae6a5f1b0 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get rid of comments from when emacs could not figure out syntax highlighting

github.com/elm-tooling/elm-compiler-library - f7ef0d8dc23c6e178313eff7a1adb1522ceedd79 authored about 11 years ago by Evan Czaplicki <[email protected]>
Take out special case for [Char] in `show`

github.com/elm-tooling/elm-compiler-library - 1f5c0373a59171029f93ebaa5fe61ecc97aff392 authored about 11 years ago by Evan Czaplicki <[email protected]>
Use JS.fromList and JS.toList when appropriate

github.com/elm-tooling/elm-compiler-library - cbd136dbf6e3be10891bf6a13567edc2b3723ec6 authored about 11 years ago by Evan Czaplicki <[email protected]>
Correct map and filter

github.com/elm-tooling/elm-compiler-library - af54dd33db9b52de3bc06cf289ef7cc2934886e8 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix string reversal

github.com/elm-tooling/elm-compiler-library - 59445e197a7787bb5c65930241d18dc17ef62c6a authored about 11 years ago by Evan Czaplicki <[email protected]>
Add `length` to the String library

github.com/elm-tooling/elm-compiler-library - 29aa809504b8f8ef16d610a9217dcf8b15d6fa9c authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'fast-strings' into dev

github.com/elm-tooling/elm-compiler-library - ea0679463f21f07ba99d2b9ab907c57fc984e108 authored about 11 years ago by Evan Czaplicki <[email protected]>
Get the String module working properly

github.com/elm-tooling/elm-compiler-library - 385f4002696058753c43620328a1916ca49fa1de authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix some string conversions

github.com/elm-tooling/elm-compiler-library - 0703f48a89a272db162f1231240c5ce39419aa08 authored about 11 years ago by Evan Czaplicki <[email protected]>
Generate native JS strings for Elm Strings

github.com/elm-tooling/elm-compiler-library - 88680c8bc950f149cf823cd1765a3b05a9946d2d authored about 11 years ago by Evan Czaplicki <[email protected]>
Treat strings like any other pattern literal

github.com/elm-tooling/elm-compiler-library - 958fb1c89608ca7af20a459c09084b2147273154 authored about 11 years ago by Evan Czaplicki <[email protected]>
Add String as an appendable type

github.com/elm-tooling/elm-compiler-library - dce5e3eadea35d49bee2f60d7fca9cea9b15a00f authored about 11 years ago by Evan Czaplicki <[email protected]>
Make the module docs parse properly

github.com/elm-tooling/elm-compiler-library - 402f048bc93787a21d27241f8b73845b0a54cd20 authored about 11 years ago by Evan Czaplicki <[email protected]>
Properly import the Maybe type

github.com/elm-tooling/elm-compiler-library - efb30dd64874aeb0906ca39049a37d3710d43ecc authored about 11 years ago by Evan Czaplicki <[email protected]>
Get rid of unnecessary imports

github.com/elm-tooling/elm-compiler-library - 57e721748841f7483f5da2688296bf25e6bceeef authored about 11 years ago by Evan Czaplicki <[email protected]>
Add Strings as a primitive in the compiler

github.com/elm-tooling/elm-compiler-library - 76b2e569811322ba0202bf3863a1b01b61b89e99 authored about 11 years ago by Evan Czaplicki <[email protected]>
Add String as a proper Elm library, remove alias to [Char]

github.com/elm-tooling/elm-compiler-library - 51413f92e3e4ee3e3ec5892deb6904dba1a8c717 authored about 11 years ago by Evan Czaplicki <[email protected]>
Continue filling out the string library

github.com/elm-tooling/elm-compiler-library - 172884b594419f35d6aa8a9adc5a25f726a13e16 authored about 11 years ago by Evan Czaplicki <[email protected]>
Start on the String library

github.com/elm-tooling/elm-compiler-library - df67fe5ec28678069862993fd6dfc522c6ce31eb authored about 11 years ago by Evan Czaplicki <[email protected]>
Get rid of `split` and make `repeat` significantly faster

github.com/elm-tooling/elm-compiler-library - ab8ff11960c6aba3cea4801c1d4a9918bc8c2e0a authored about 11 years ago by Evan Czaplicki <[email protected]>
merges was right biased by accident

github.com/elm-tooling/elm-compiler-library - 345967272594973e4d63899f62ecba1781f3f1d8 authored about 11 years ago by Evan Czaplicki <[email protected]>
New convention for storing module values, fixes bug

Before it was not possible to add values to anything except leafs of
the namespace structure.

github.com/elm-tooling/elm-compiler-library - b40f2958d431056f04b3f06cbfb861ea399ebe50 authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge branch 'dev' of https://github.com/evancz/Elm into dev

github.com/elm-tooling/elm-compiler-library - 2cb4fd897305e1c1b5660d4819399e1496a12e41 authored about 11 years ago by Evan Czaplicki <[email protected]>
Change the format of module instantiation

Currently, it's only possible to create modules at the leafs of the
namespace structure. This CL...

github.com/elm-tooling/elm-compiler-library - dcbe2fc2459d1cc70910869d38aa68b4009a12dd authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #273 from mgold/dev

Fix runtime error with Random.float.

github.com/elm-tooling/elm-compiler-library - 24e5df478e78767f94d5e2f1a2a7adabfdeda110 authored about 11 years ago by Evan Czaplicki <[email protected]>
reorder things and make the help flag nicer

github.com/elm-tooling/elm-compiler-library - d6c8ecd454fd66a7aefd86c09e4eee27c33a6c45 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix runtime error with Random.float.

Rename JS function to avoid conflicting with reserved words, as enforced by
commit 40ea6df24 (fo...

github.com/elm-tooling/elm-compiler-library - 0f182c653d627fa6193fdc96de719ac8cb9d2809 authored about 11 years ago by Max Goldstein <[email protected]>
Remove `generateHtml`, which is dead code

github.com/elm-tooling/elm-compiler-library - f72e97ab7dcfd622670b22a0b2ca78e79a535e70 authored about 11 years ago by Evan Czaplicki <[email protected]>
Remove minification from compiler.

Unix philosophy and all that.

github.com/elm-tooling/elm-compiler-library - 66c288e4bac114c430d53b34d80ccba2dd166ab5 authored about 11 years ago by Evan Czaplicki <[email protected]>
Use ByteStrings to make writing html and js a bit faster

github.com/elm-tooling/elm-compiler-library - de232b677e587b0692f1626f3db41e402562bb18 authored about 11 years ago by Evan Czaplicki <[email protected]>
Move function around in docs

github.com/elm-tooling/elm-compiler-library - 045852a0c53711dbb4e4aea21fa1f17ef1db92a0 authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #268 from mgold/dev

Somehow isEmpty got dropped from the docs.

github.com/elm-tooling/elm-compiler-library - d0df030c7dd3ea6c13c29f916c420618943a5a20 authored about 11 years ago by Evan Czaplicki <[email protected]>
Somehow isEmpty got dropped from the docs.

github.com/elm-tooling/elm-compiler-library - fa52b0f4337ac2c78b9b765aa6360bfb10c7d83f authored about 11 years ago by Max Goldstein <[email protected]>
Make sure that `createDirectoryIfMissing` is called for included js files

All responsibility falls on @seliopou :P

github.com/elm-tooling/elm-compiler-library - d4def20462a297cc87904e4c6c947c0d2145c783 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix issue with imported reserved names from #214

github.com/elm-tooling/elm-compiler-library - 017f96b52214044cdf326f6e1076e0eeee82f2c5 authored about 11 years ago by Evan Czaplicki <[email protected]>
Error on mod zero

github.com/elm-tooling/elm-compiler-library - 46b988b34f3ae9518a9a91c0534b26b1cc87ba62 authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #261 from maxsnew/dict

Fix the Dict Library

github.com/elm-tooling/elm-compiler-library - c712f738223e34cacfa4cd583ff8b904992d9b00 authored about 11 years ago by Evan Czaplicki <[email protected]>
Merge pull request #266 from jsl/fix_build_for_cabal_1_18

Fix cabal configure in Cabal version 1.18.

github.com/elm-tooling/elm-compiler-library - c2e13665f6ee2638e1b549e0603df08c4a219e6a authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix cabal configure in Cabal version 1.18.

Prior to this commit the configure command fails on Cabal 1.18 with the
following error:

Se...

github.com/elm-tooling/elm-compiler-library - 6357e330428b952f6ded5eeebe7fefa76ac659d2 authored about 11 years ago by Justin Leitgeb <[email protected]>
Remove unused code in Dict library.

github.com/elm-tooling/elm-compiler-library - f196eace0763dd312c881924799942d0ee2d4868 authored about 11 years ago by Max New <[email protected]>
Dict: Implement remove.

github.com/elm-tooling/elm-compiler-library - 9523a81704be05c909c78da52fada58de519f4e5 authored about 11 years ago by Max New <[email protected]>
Merge pull request #259 from maxsnew/dev

Fix Function Application Code Generation Bug for >=10 Arguments

github.com/elm-tooling/elm-compiler-library - 811594dbc5fac619a4508ab00cfb0209818a63f6 authored about 11 years ago by Evan Czaplicki <[email protected]>
Fix function application code gen bug for >=10 arguments.

github.com/elm-tooling/elm-compiler-library - 3783f2646c128e05d90359dc3708f9ff47571091 authored about 11 years ago by Max New <[email protected]>
Fix JS generation for infix ops with dots

github.com/elm-tooling/elm-compiler-library - d94e218fd1039bed1bde555c448b05843f76721f authored about 11 years ago by Evan Czaplicki <[email protected]>
Make the build process look nicer

github.com/elm-tooling/elm-compiler-library - a40cd3cc06ede321023ad780650ff730c294c3ba authored about 11 years ago by Evan Czaplicki <[email protected]>
Properly parse all user-defined infix declarations

github.com/elm-tooling/elm-compiler-library - c2eecc2084790a13421112ef109b061d6d3c7aba authored about 11 years ago by Evan Czaplicki <[email protected]>