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

Debugger variable name change, hotswap => swap

b326afd74740688cc70779c361e166fd044b9592 authored over 10 years ago
cosmetic: use qualified imports much more

50f287820e403bb1d9e6fb5ba886ef5f7c6bc3ea authored over 10 years ago
Add rudimentary tests for Basics

536a46c5e56c50d3774899e964dbf2be68ea386f authored over 10 years ago
Fix #772, make case expression variable names safe

6ee6a3e175aa7fce28c62239c36cab273f3d1fc3 authored over 10 years ago
cosmetic: match indentation of other cases

9ff299c51c862f886e87967c4bc6701664aa9604 authored over 10 years ago
Add tests that catch #772

fb3dd8026000b271449f0bf65d40acec85e4b685 authored over 10 years ago
Merge pull request #767 from mgold/clarify_string_docs

Clarify String docs

3726aa642827a4c35d4e1f6aa2c5052c5e485b97 authored over 10 years ago
Clarify String docs

e54d2881532bdc29daefee6a251adcc1b51b8f46 authored over 10 years ago
Simplify setup code, trim lots of extra stuff.

33d4934e696e9d56328056af2b168c994c7e9906 authored over 10 years ago
Revert "Add back (.) to make transition smoother"

This reverts commit 90afd41e97016356a264bcde7429687408bc2064.

e35caf6a2dc1996ac5a88a76f650cb612c226daf authored over 10 years ago
Fix compiler path in tests

f615e6aa299c80ff21c2f4428f91a86a1f944755 authored over 10 years ago
cosmetic: name argument

5f292189957a2eb6079874c20838ac3814925f47 authored over 10 years ago
Properly export and import record constructors

30a268933b68473fafd68cada3ef75a1bba48481 authored over 10 years ago
Begin testing custom imports and exports

28e4d328fd35a507fe45b70ac122fbc747fc5e5e authored over 10 years ago
Filter exports only when we are trying to import from a module

This way types that are not exported are still defined during type
checking, but the user will g...

14ef71a60e4ecfa896f3d145bacb33a4aa434797 authored over 10 years ago
Clean up to reflect latest facts

dca59f7ca86bcbdd1d3c454c96334b81824c25d4 authored over 10 years ago
Add back (.) to make transition smoother

90afd41e97016356a264bcde7429687408bc2064 authored over 10 years ago
cosmetic: change indentation a bit

8b7f7cd95a8f92f6daac03f46113e3cd8e714068 authored over 10 years ago
Fix #766, properly trim explicit exports of ADTs and type aliases

It looks like it may be possible to simplify Var.Value so that it just
has values and types. I’m...

8a045c7a3ef6a828ca2e1c126a609332fea2a7e7 authored over 10 years ago
Merge pull request #765 from maxsnew/update-submodules

Update to use compatible versions of Elm-Test, IO

ce614bb96cc6eb1a7bfb2472087f3da647ae4d43 authored over 10 years ago
Update to use compatible versions of Elm-Test, IO

e498798f4dade50b66c9591dd807919cf4c0fb63 authored over 10 years ago
Quit using (.) in testing code

843e29b5b2c61febadecc79587c20613ab8acc2e authored over 10 years ago
Revert "Implement "min", "max", and "clamp" in Elm"

This reverts commit f098af57cc7551cb57ccbbc122d80b4f90ad5b03.

Conflicts:
libraries/Native/Basi...

5bc4e26b9d4de02cd0fe4a1a7b67fe278dc0345a authored over 10 years ago
Merge branch 'fun-comp'

Conflicts:
libraries/Basics.elm
libraries/Maybe.elm

0d3cba63e0210bc6aeeff59d9383ae2d8b93e222 authored over 10 years ago
Merge pull request #763 from andreywix/master

Changes representation of empty list in Collage

db5a292182feca60e6f0d86e37fc51d3aac13128 authored over 10 years ago
Changes representation of empty list

Function `line` used `'Nil`' representation of empty list which cause execution of `customLineHe...

6c1e3c33e593598f83523d55abf798e5c77bbb74 authored over 10 years ago
Merge pull request #761 from michaelbjames/master

0.13 introduces several new Debug functions

f9d497dfb6988f55b03de4b70c99faef0c3fad2d authored over 10 years ago
Merge pull request #762 from maxsnew/cabal-dependency-bump

Allow newer versions of language-glsl

90df5e385989e9a7f380a2c894576b44601942be authored over 10 years ago
Allow newer versions of language-glsl

They just removed stuff we didn't use

0ba0bad4ac4649dc6bdf9e96cd736caa77d8de85 authored over 10 years ago
0.13 introduces several new Debug functions

f002653661c189bd4574d5239465884c0f08b78c authored over 10 years ago
Merge pull request #759 from maxsnew/repl-fix

Unbreak elm-repl

9f1d7cac19535da7b4d803d26aca65d083181980 authored over 10 years ago
Look for static assets in compiler/ subdirectory

a5c8d8e0f61e4d2fa0ceec7967fec7cd05a27394 authored over 10 years ago
Unbreak elm-repl

f266ea349109ebbdd0a4ee0cf813995a9e703d05 authored over 10 years ago
cosmetic: improve whitespace consistency

6286f7b7a85c99ae92e2db0deed7464999024df7 authored over 10 years ago
Implement "min", "max", and "clamp" in Elm

f098af57cc7551cb57ccbbc122d80b4f90ad5b03 authored over 10 years ago
Implement "abs" in Elm

8a4496cc2339d75edf63d143f94e3f5a17f1eb7a authored over 10 years ago
Add negate function

b4850a2ce137516d24a27c06708cc765f1d7b4cf authored over 10 years ago
Merge pull request #755 from michaelbjames/bugfix/every

Bugfix/every

adaa555f462dad403c6ce670898e30214309fe2e authored over 10 years ago
added back executeCallbacks; it is possible to have an inital callback

5bdd29a71c49885b182740852495dd159f340def authored over 10 years ago
reordering events in restart fixed restart jankiness

4b62488573bde5f30e80ec09768d220402c409b0 authored over 10 years ago
Fix #748, properly detect mouse up events

Thanks to @andreywix for hunting this down!

68a2ced86209abcefe53dae620dacad1493acb99 authored over 10 years ago
Basic fix

6fbc8460468f0304939e4956d188bc20a65acaf7 authored over 10 years ago
Get rid of nodeType variable

Was used in an early version of the debugger but is not needed anymore.

da1eb29724042ff6b43aff822fe3d419e6d43316 authored over 10 years ago
Stop truncating numbers

Residual change from the original debugger, not a good thing in this
context.

9f790cb208b1b202503fc24b6d3b267e7ea3aeb1 authored over 10 years ago
cosmetic: newlines to make code easier to read

d71e023dd20712d15b370362b914659e88e37c95 authored over 10 years ago
Better comments for new Debug functions

3b4b3535bb9b7293423775dd07817aa279e55e4e authored over 10 years ago
Bump to version 0.13

b5944a6db5243233f5d51e407dace05f41892839 authored over 10 years ago
Fix #750, do a deeper copy for extra fields

e95e049610f3b5c4548b0c1c63cc0e82849f66f8 authored over 10 years ago
cosmetic: clean up record functions

c2b4782d7901991df8accbfd78cee14d84d094a4 authored over 10 years ago
Merge branch 'debugger'

7bc469081ac87d98f392e92f622639e2431d1085 authored over 10 years ago
Properly define setTimeout for normal use

Also renames runDelayed => setTimeout to make things clearer

924ed91a615406839fa4f3bfd14d0122b8314065 authored over 10 years ago
rename: wrapNotify => notifyWrapper, wrapRunDelayed => setTimeoutWrapper

78b65d9733258a76d7e5bd609e6ae28c9eb18e64 authored over 10 years ago
Merge branch 'master' into debugger

cf895bc09b75da614fe23278c876d5be96b23d96 authored over 10 years ago
Fix #734 regarding overlapping open imports

Properly combine imports such that two open imports do not cause an
“ambiguous usage” error. Thi...

489e5cc24841f9c4b363104d064023593367ec72 authored over 10 years ago
Merge pull request #746 from michaelbjames/refactor/debugFullscreen

Refactor/debug fullscreen

28685dd33c81099e535d81ebb3783121de4eb79a authored over 10 years ago
moved debuggerAttach inside the fullscreenDebugHooks function

5d35818200628bb0975a5eb8e4b567cdf41e51ef authored over 10 years ago
no need to post to the window since no one should be listening anymore

ccce6cc640cf94a895d343567b7eb493e3af1f2b authored over 10 years ago
rename Elm.debug -> Elm.fullscreenDebugHooks

10c9620947bcf7c972bfea7ebdabc924c1deaa7b authored over 10 years ago
rename Elm.Debugger -> exposedDebugger

7908b3d776a7f3db2a5ad4f41f862917c26cfd36 authored over 10 years ago
it seems like the panel will hook into this by the window message

a4ea68e600fd45834ee6dced6f3ce0f1227efd02 authored over 10 years ago
Merge pull request #745 from michaelbjames/debugger

Spelling mistake cabelBubble -> cancelBubble

49159f3fa5d88d4fc5da00fb0ee49671ae71d893 authored over 10 years ago
Spelling mistake cabelBubble -> cancelBubble

405f1c53b6ec286ca342ec12884c6427c6e92e2a authored over 10 years ago
Provide a nicer error message when ELM_HOME is not found

9180bd957257c04c23d862a70f3dde3854dc88b9 authored over 10 years ago
Merge pull request #742 from michaelbjames/debugger

Update hotswap pause state location

9c54aeb5f3727cc0d196b7e625653aae9f754595 authored over 10 years ago
hotswap state is now debuggerHistory and contains pause state

f17000dd7337d4f7f6f48efbc230df2b16ea7d8b authored over 10 years ago
style: conform to style of all other test suites

8f5986adc180e5952b1240f7abcbe6f1891d1e16 authored over 10 years ago
rename: id => identity

af987b18a5aa5dc53061bb5a36612878962b7c43 authored over 10 years ago
rename: div => (//) and mod => (%)

b183f1771864e02a616377036b971062c31664ad authored over 10 years ago
update hotswap pause state location

71fa066d6bd44229db6565f6b959b8cbd651a13a authored over 10 years ago
Stop depending on Basics

2868ecd0ffa4e6084d3cf3365fa34558b3621ede authored over 10 years ago
Merge pull request #740 from michaelbjames/debugger

Prevent user events from propagating while paused

0d515f169f8530018f0be2e017aef5052cac7d95 authored over 10 years ago
2 space indent and idempotent preventInputEvents

b5eaf0f2d4dfdf72f8429e692bd26f252287a411 authored over 10 years ago
style improvements and a name change

29399763961ba9035977979fcd8ed94279da15f4 authored over 10 years ago
Prevent user events from propagating while paused

46806fdeae8d560a892afccb3fa36a2adda4d58a authored over 10 years ago
Merge pull request #738 from michaelbjames/debugger

Removed reexecute parameter -- we never needed it

0e30355e212e56d9d1c11537eb41fa6dddf9e5ce authored over 10 years ago
removed reexecute parameter -- we never needed it

8e314458fa5ee2bb3a12d85d5404232e7b119304 authored over 10 years ago
Merge pull request #737 from Xashili/fixAppend

Fix Array.append

84b88347b814e118b79529b4e792da8ca8c2f2f4 authored over 10 years ago
Fix style

d05857e82e19ec794180309d541cf37a73530478 authored over 10 years ago
Merge pull request #735 from Xashili/fixSlice

Fix slice and #725

e13195c2ab9d5244823b7f512fa8b2fcf867cddf authored over 10 years ago
Add test to create an array with gaps in its structure

4a9739e275fe0528118867dff1154f44c13d15f1 authored over 10 years ago
Fix Array.append: different heights are now supported without forcing increased height

e51d866661740ee221eba70809b1cfb6949cad21 authored over 10 years ago
Fix style

bdfaef02fe00fefa9548c5617ff001e4ac9248b6 authored over 10 years ago
Add tests for slicing at node borders

e2392a875dda01e11994b0351c4f619b4f73d495 authored over 10 years ago
Fix sliceLeft: table[0] needs updated, because the table is already sliced

b63c61317a95852800cb767f7491173c31c8112b authored over 10 years ago
Fix sliceRight: prevent appending empty nodes

9b2db8e82470a7b74bd82e048e7146f37515c7d4 authored over 10 years ago
Fix getSlot: mixed up search direction if bit magic failed

481a7301ee66c9f016a8f8a2b1c7c2eac1d8121e authored over 10 years ago
Merge pull request #731 from michaelbjames/debugger

Debugger

e3df4ad0ea75f3cb01f8e18a2567012807ef612d authored over 10 years ago
continueAt(0) logic ameliorated

62b11fccf4cefb1d284d66d564a2d0ef86b8551c authored over 10 years ago
fixed restart-snapshot bug

0d1c2ab5e3738d9f7171e8722adb037cbce7d40a authored over 10 years ago
Merge pull request #726 from maxsnew/end-cabal-hell

End cabal hell

aebe55e2c451db45120b6ff42217f74041254c72 authored over 10 years ago
Add lower bounds to every package.

This includes packages that work for all previous versions, in which
case the lowest version is ...

b2a90a5e9ec08db2b81fee2550674be8d5d7e766 authored over 10 years ago
Stricter bound for language-ecmascript

0922aa1003d7ef87f7e1986ca39da4ac3449baab authored over 10 years ago
Make sure everything has an upper bound

ae9701d9dbf22575260033f850365cbc382f9ef3 authored over 10 years ago
Merge branch 'master' into debugger

e7dce9e2e409335a9168aeeda2261e070e015b13 authored over 10 years ago
Filter out dependencies used to make pandoc more stable

ff02c5c07c7da755ba6d0888e1f90131b4fed88a authored over 10 years ago
Merge branch 'markdown'

1eb7d2d9f57f67edee06adf3090884a5db6872d8 authored over 10 years ago
Stop using Pandoc, start using cheapskate+kate

abe81ea7f1805db802ac73a4c12b382213e8d637 authored over 10 years ago
Merge pull request #720 from michaelbjames/bugfix/702

Runtime seems like the most appropriate place for eventCounter

4b40219266a3f2f4a9eae65a79464c7a82402d76 authored over 10 years ago
Merge pull request #712 from michaelbjames/debugger-trace

Change type of Debug.trace to String -> Form -> Form

0a1ccbbc0936f03d75f643cdc1fe3b6b874da943 authored over 10 years ago
Merge pull request #721 from michaelbjames/bugfix/718

Bugfix/718

c3d3c331c514be36bc35c8c9ea45e1fc0c8217a9 authored over 10 years ago