Ecosyste.ms: OpenCollective

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

github.com/elm-tooling/elm-compiler-library

Compiler fork used in elm-language-server-haskell (archived). Use https://github.com/elm-tooling/elm-language-server instead
https://github.com/elm-tooling/elm-compiler-library

Merge pull request #300 from erdeszt/list-init

Add init function

464c4e82560f050bf4cb4edbf02fc35d9b670845 authored over 11 years ago
Add `floatList` to docs

e2b3281a096feff59a8c27f299e89526d1880194 authored over 11 years ago
get rid of documentation for functions that are not exported

44057afdb031449e5a665eab0fb854e4b3d9b5ff authored over 11 years ago
Merge branch 'dev'

e0b0cc0ab5804f8184f8dff100215a5bf74ce405 authored over 11 years ago
Remove weird cons functions and make documentation nicer.

83406ff73acdda012678bf180fb289119cc3a514 authored over 11 years ago
Get rid of double backslashes, which have mysteriously changed behavior and now actually show up twice

5b2ba67e61e6ecf50fcf198e1147b37ee3592af8 authored over 11 years ago
Add init function

2ffacb70566db2d270752fda03280d831b646ad0 authored over 11 years ago
Parse documentation and infix declarations more safely

5ad0ec5b7ad18742945cf80cd3074e551e35c4aa authored over 11 years ago
Use faster loop for `floatList` and adjust indentation

f43af4bbd13de38c3326808cb15d45dc725b9f31 authored over 11 years ago
Merge pull request #297 from mgold/dev

Update docs for new String representation.

ffeec1ac1d5ca1c2b717239075c0a280d2855c62 authored over 11 years ago
Update docs for new String representation.

dbd8b4dbfbf9575f349ad524cd9af404e3f5d5b1 authored over 11 years ago
Fix behavior of `pad`

d0232b45d2109573269f40e74cdeea0c589643e2 authored over 11 years ago
Add documentation to String and replace stringy examples in List docs

14b60a0a2420ec9425e9e763e58b3a92ee0c7eec authored over 11 years ago
Revert "Export types from ADTs in the default exports"

This reverts commit 4e82d19fd774a850758f1203e7900c0fc5d6c66a.

1974ad57be1a811d9add3e7a09fce261381b2470 authored over 11 years ago
cosmetic: make it simpler to get locations for parses

03cf56d8ec87f0ab8b9f695c14e9b4d9d5a11e46 authored over 11 years ago
Export types from ADTs in the default exports

4e82d19fd774a850758f1203e7900c0fc5d6c66a authored over 11 years ago
cosmetic: make shadow check a bet more compact

c48044937175aecb51cea2bb4160cd44bb911477 authored over 11 years ago
cosmetic: nicer way to conditionally run type printer

e8a661531ad102b4ef2580d45e9dc48cc6247a94 authored over 11 years ago
Disallow extended record types with no fields, resolves #280

11a60de5444291a77d79c75cecade62f1a41b796 authored over 11 years ago
fix #279

115b139774a88e35b1aa480e1a100e388be9c06f authored over 11 years ago
Improve error messages when the module documentation structure is missing

0f9f8c01e9e2309bd77aaa2f8c82e49a8e582dc2 authored over 11 years ago
Drop repeats by default on arrows, directions, wasd, and isDown

24da7112a955b17c1d5292587f36254ced066c70 authored over 11 years ago
Fix mouse and touch tracking for embedded Elm programs, #291

a29a1fd5581446530b721e54cc1c19d45e85aa70 authored over 11 years ago
Only export public functions

ecf5e87dce14d0dba68c65e7072222cb536b2ec8 authored over 11 years ago
cosmetic: switch to 4 spaces as indent

ffd088bfaebbf8b2ebfbec6ad674921654606e7c authored over 11 years ago
cosmetic: indent "properly"

f34b150a5e57c71cb8d346a28fcddd8607140ad8 authored over 11 years ago
Check for variable shadowing

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

37878528bf33ecfde8107451e77ed99cab80f468 authored over 11 years ago
Merge pull request #290 from jsl/better_server_error_messages

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

78242ef95be775b1e817c9067158bda76326b96c authored over 11 years ago
Fix the problem with `split` from issue #289

fb16adb92a641bc1a8193a5ada13126e831878b0 authored over 11 years ago
Modify code to follow hlint suggestions

10f13d107d26691c9046d1a1676e4bc05432e4c7 authored over 11 years ago
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, ...

952c02fabf498eda404dcf8e7a235e4e744d02a8 authored over 11 years ago
Fit code within 80 characters

05dbca5120fcf81f705daad610cdcb963614bbdc authored over 11 years ago
Properly join Text

ec581a9ef10e68ca355d3c322802f08b6c880ce1 authored over 11 years ago
Fix append on text

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

4a914a497a25aeec61a3c27c7953199e5408f2cb authored over 11 years ago
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...

2c080b6b0df2fc35801d6b6e35207ef74153fd35 authored over 11 years ago
cosmetic: fix indentation

20bbb71359ea91c57adcb52253dc4bc1127a4ab1 authored over 11 years ago
Merge pull request #288 from aforemny/dev

Relax mtime test in alreadyCompiled

15aec2679938646f68b46816e3d08dc4448a655e authored over 11 years ago
Relax mtime test in alreadyCompiled

484e14a29655927f09363a90a44f2d402b829aad authored over 11 years ago
cosmetic: fix typo and remove redundancy

6b28928067e9dec00c650d6acfe71e9e4b063484 authored over 11 years ago
Fix issue #286

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

e85c8f18dc81c0eed60ff5948ecab66067a78ec2 authored over 11 years ago
Cosmetic: import the prefixed version of `Generate.Cases`

ea383763585b5c62f9cd9df114656bd0fa57d830 authored over 11 years ago
Merge pull request #281 from mgold/dev2

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

0b11d4f0bda479f7ea0a949a7ee37d15eebeef6d authored over 11 years ago
Preallocate array per Spirros.

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

c99d7d72d5f8ff20b49bd99efec3a8de960b2c17 authored over 11 years ago
Fix string conversion problems

cc5295da298371bd7d5e1f2a0ad760d83f56655d authored over 11 years ago
Git rid of unhelpful subheadings

efe8883ea6e9df6eb3d29c25ac31acb9c714e401 authored over 11 years ago
Organize the docs into more reasonable sections

0828c9ead3c896541559716a7532140a725e02fd authored over 11 years ago
Add ways to get substrings

81cbe9f147cbd23fb63f97ef48ff84f7b87a73dd authored over 11 years ago
Add basics of documentation and start using `pad` as in implementation

74a13f59b5db798d95baf3d67933b3deb0eba73f authored over 11 years ago
Add and rename functions

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

cfe1302e82b315dc6d12568fdab581d0e46723eb authored over 11 years ago
Take `split` function out of docs

88aa9d375f67df602752ec2c0fb9708878a48d55 authored over 11 years ago
Fix fast repeat

0d5f1fe2d284ff5bc0d8ac5078f4711cc793db09 authored over 11 years ago
Random.floatList : Signal Int -> Signal [Float]

This version has been updated to work with b40f2958d43.

4a93227f0be1db79e91f605c1c2c3402233cf06c authored over 11 years ago
Add --src-dir flag

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

de52caca8ea6c6a442b58ff3e63cf19eb7c26533 authored over 11 years ago
indent properly

a505f7e0305eabd3efc136099cb73586435e155e authored over 11 years ago
Make sure slashes get converted first so that they don't get added accidentally for other escaped characters

51821fccfd9c91f3756474f1739966fae6a5f1b0 authored over 11 years ago
Get rid of comments from when emacs could not figure out syntax highlighting

f7ef0d8dc23c6e178313eff7a1adb1522ceedd79 authored over 11 years ago
Take out special case for [Char] in `show`

1f5c0373a59171029f93ebaa5fe61ecc97aff392 authored over 11 years ago
Use JS.fromList and JS.toList when appropriate

cbd136dbf6e3be10891bf6a13567edc2b3723ec6 authored over 11 years ago
Correct map and filter

af54dd33db9b52de3bc06cf289ef7cc2934886e8 authored over 11 years ago
Fix string reversal

59445e197a7787bb5c65930241d18dc17ef62c6a authored over 11 years ago
Add `length` to the String library

29aa809504b8f8ef16d610a9217dcf8b15d6fa9c authored over 11 years ago
Merge branch 'fast-strings' into dev

ea0679463f21f07ba99d2b9ab907c57fc984e108 authored over 11 years ago
Get the String module working properly

385f4002696058753c43620328a1916ca49fa1de authored over 11 years ago
Fix some string conversions

0703f48a89a272db162f1231240c5ce39419aa08 authored over 11 years ago
Generate native JS strings for Elm Strings

88680c8bc950f149cf823cd1765a3b05a9946d2d authored over 11 years ago
Treat strings like any other pattern literal

958fb1c89608ca7af20a459c09084b2147273154 authored over 11 years ago
Add String as an appendable type

dce5e3eadea35d49bee2f60d7fca9cea9b15a00f authored over 11 years ago
Make the module docs parse properly

402f048bc93787a21d27241f8b73845b0a54cd20 authored over 11 years ago
Properly import the Maybe type

efb30dd64874aeb0906ca39049a37d3710d43ecc authored over 11 years ago
Get rid of unnecessary imports

57e721748841f7483f5da2688296bf25e6bceeef authored over 11 years ago
Add Strings as a primitive in the compiler

76b2e569811322ba0202bf3863a1b01b61b89e99 authored over 11 years ago
Add String as a proper Elm library, remove alias to [Char]

51413f92e3e4ee3e3ec5892deb6904dba1a8c717 authored over 11 years ago
Continue filling out the string library

172884b594419f35d6aa8a9adc5a25f726a13e16 authored over 11 years ago
Start on the String library

df67fe5ec28678069862993fd6dfc522c6ce31eb authored over 11 years ago
Get rid of `split` and make `repeat` significantly faster

ab8ff11960c6aba3cea4801c1d4a9918bc8c2e0a authored over 11 years ago
merges was right biased by accident

345967272594973e4d63899f62ecba1781f3f1d8 authored over 11 years ago
New convention for storing module values, fixes bug

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

b40f2958d431056f04b3f06cbfb861ea399ebe50 authored over 11 years ago
Merge branch 'dev' of https://github.com/evancz/Elm into dev

2cb4fd897305e1c1b5660d4819399e1496a12e41 authored over 11 years ago
Change the format of module instantiation

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

dcbe2fc2459d1cc70910869d38aa68b4009a12dd authored over 11 years ago
Merge pull request #273 from mgold/dev

Fix runtime error with Random.float.

24e5df478e78767f94d5e2f1a2a7adabfdeda110 authored over 11 years ago
reorder things and make the help flag nicer

d6c8ecd454fd66a7aefd86c09e4eee27c33a6c45 authored over 11 years ago
Fix runtime error with Random.float.

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

0f182c653d627fa6193fdc96de719ac8cb9d2809 authored over 11 years ago
Remove `generateHtml`, which is dead code

f72e97ab7dcfd622670b22a0b2ca78e79a535e70 authored over 11 years ago
Remove minification from compiler.

Unix philosophy and all that.

66c288e4bac114c430d53b34d80ccba2dd166ab5 authored over 11 years ago
Use ByteStrings to make writing html and js a bit faster

de232b677e587b0692f1626f3db41e402562bb18 authored over 11 years ago
Move function around in docs

045852a0c53711dbb4e4aea21fa1f17ef1db92a0 authored over 11 years ago
Merge pull request #268 from mgold/dev

Somehow isEmpty got dropped from the docs.

d0df030c7dd3ea6c13c29f916c420618943a5a20 authored over 11 years ago
Somehow isEmpty got dropped from the docs.

fa52b0f4337ac2c78b9b765aa6360bfb10c7d83f authored over 11 years ago
Make sure that `createDirectoryIfMissing` is called for included js files

All responsibility falls on @seliopou :P

d4def20462a297cc87904e4c6c947c0d2145c783 authored over 11 years ago
Fix issue with imported reserved names from #214

017f96b52214044cdf326f6e1076e0eeee82f2c5 authored over 11 years ago
Error on mod zero

46b988b34f3ae9518a9a91c0534b26b1cc87ba62 authored over 11 years ago
Merge pull request #261 from maxsnew/dict

Fix the Dict Library

c712f738223e34cacfa4cd583ff8b904992d9b00 authored over 11 years ago
Merge pull request #266 from jsl/fix_build_for_cabal_1_18

Fix cabal configure in Cabal version 1.18.

c2e13665f6ee2638e1b549e0603df08c4a219e6a authored over 11 years ago
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...

6357e330428b952f6ded5eeebe7fefa76ac659d2 authored over 11 years ago
Remove unused code in Dict library.

f196eace0763dd312c881924799942d0ee2d4868 authored over 11 years ago
Dict: Implement remove.

9523a81704be05c909c78da52fada58de519f4e5 authored over 11 years ago
Merge pull request #259 from maxsnew/dev

Fix Function Application Code Generation Bug for >=10 Arguments

811594dbc5fac619a4508ab00cfb0209818a63f6 authored over 11 years ago
Fix function application code gen bug for >=10 arguments.

3783f2646c128e05d90359dc3708f9ff47571091 authored over 11 years ago
Fix JS generation for infix ops with dots

d94e218fd1039bed1bde555c448b05843f76721f authored over 11 years ago
Make the build process look nicer

a40cd3cc06ede321023ad780650ff730c294c3ba authored over 11 years ago