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

logical improvement: always add a pause delay

05fe7e53a40ef06d54be542feab18551c7014a99 authored over 10 years ago
closer to the right fix. The timer can have an invalid state though

22e6655ed1fab8c7bcd2d15ca7769ca6f1488f4c authored over 10 years ago
pauseTime is not needed

1cb66bfa38a1584bc98b73356e183ff397208b80 authored over 10 years ago
addDelay doesn't need to exist

52e6c55084b21a8524d3750d9e521b9626e5b305 authored over 10 years ago
elm.debuggerStatus.eventCounter

4155b5e51e7b30dbfe0833f2d0dbf4906cf5f03a authored over 10 years ago
elm.DebugStatus.eventCounter

bb9ffcfb1cb5e3ecf9be8008fadafdbf73fa5f61 authored over 10 years ago
runtime seems like the most appropriate place for eventCounter

4350ce7b36adf0b266ebabdafd2a6aaff53dfd22 authored over 10 years ago
feed what should be the previous time to tick from the debugger

3c528c61c1e349024e836d220e42f23b94a1a2bd authored over 10 years ago
fix for the clock but it broke mario

ab1ba45b97af06b80a4a6fb0311693191998ed35 authored over 10 years ago
moving a group was reflected in the traces

40a01df680d90b5042b6a46fe105b2e8a47e1248 authored over 10 years ago
Merge pull request #714 from michaelbjames/debugger-nonstandard-typeof

typeof checked against a non-standard string, best not to throw an error at all

0e23d1a6a196fa8d5a3114faf59c943d7d5c6603 authored over 10 years ago
Merge pull request #713 from michaelbjames/debugger-restart-bugfix

bugfix: occasionaly restart would fail from an eventCounter mismatch

b276576b01fc4da61b4675b09a477fcda0ef64aa authored over 10 years ago
typeof checked against a non-standard string, best not to throw an error at all

2be5ff06dbf75071d7347826312741bd53129f59 authored over 10 years ago
bugfix: occasionaly restart would fail from an eventCounter mismatch

50e4500b8691a6307699a814885466f0438215e1 authored over 10 years ago
change type of trace to String -> Form -> Form

4cca2f1ed994008f78178e558518a845f55ca58f authored over 10 years ago
Fix opacity for toForm'd elements

as reported in this email:
https://groups.google.com/forum/#!topic/elm-discuss/ujPGYibsnyI

55ee0a73aa7ed8d70dd6796c749f06af0f4ff0c8 authored over 10 years ago
cosmetic: whitespace in some variable definitions

6af8646776c9943677157f387d2803db51ebdd1f authored over 10 years ago
cosmetic: improve indentation

14e943d9fad8c4d9ace07fe759a86e494a8ce087 authored over 10 years ago
Remove redundant calls to addNames in toSrcType

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

Conflicts:
Elm-Test
IO
automaton
libraries/Debug.elm
libraries/Native/Signal/Keyboard.js

9e7ff4320fb02b9e86d1d37b28acd63ea388ccbb authored over 10 years ago
Fix #630, correctly determine type of as-patterns

11a96ef5961bbf458c3fd8de16e302beb783abfd authored over 10 years ago
Fix #655, bad hsl values outside of unit circle

1465e4d478963d10bed3a5489c5526c7c929199d authored over 10 years ago
Fix #670, properly update drop down options

0ca4ddd184b64450752f268dddc6f0ae75ebb511 authored over 10 years ago
Fix #668, #672, and make link+customButton work

1c6dfdeb34c34c0a0798d585ae7cf66ab1d8000b authored over 10 years ago
Fix #671, update links properly

Move all link tags outside of the node they are applied to.

This breaks the adding of links to ...

dd55bfd089e4b78beb42a9c623b5f32b85e6cd37 authored over 10 years ago
cosmetic: better spacing and naming in setProps

7a98a2f0a4463e8c5738642c79aa6c9e0af64c40 authored over 10 years ago
Use simpler color update logic

relies on the fact that the default background color is transparent

62d3a02507a0f95252f19e0331b52fafc524d568 authored over 10 years ago
cosmetic: make whitespace in updateProps nicer

c7ab5218cb699a7a9e76e85cd092bd2f45b64554 authored over 10 years ago
give curr and next properties parallel names

c39056f50b4179b395ece5d1e7e092d2c55f8c1a authored over 10 years ago
Get rid of silly alias (e => node)

23de1c30aa1ff5cc674c9ef92a06fe8a5810bd94 authored over 10 years ago
Be stingier with default Maybe imports

Only bring in the Maybe ADT

hide maybe, isJust, isNothing, and map

6325b7e9ac629017a50802ba0be8e433f6a68964 authored over 10 years ago
Merge pull request #704 from michaelbjames/debugger-bugfix-slowTrace

Fix #703, traces are now just lines but they're much faster!

7f3d6c8ac4e84ce4b481c0956fd30a4cffa7485c authored over 10 years ago
Fix #703, traces are now just lines but they're much faster!

93d2efe9c8736cd7c3aba45984312c3ca7c423c6 authored over 10 years ago
Fix #673, fix rendering with multiple embedded elements

453e9ca0b59e9cbbfc9e2616ed3b6052866c091a authored over 10 years ago
Fix #678, fix behavior of keysDown on window blur

dcf6581ac4044f18859ed845bee0536b7246bd01 authored over 10 years ago
Merge pull request #701 from michaelbjames/debugger-snapshots

Debugger snapshots

d29ba524676c66051e66034f64b733fc00aec9d8 authored over 10 years ago
Math.floor more accurately reflects the variable's name

fd869883525fa8424f88b1e1858f347da15bb844 authored over 10 years ago
redundant code moved to function

f217b7d66dd24770b4f2a286409f0ff03bc9ea03 authored over 10 years ago
line length reduction. No more reckless 150 character lines.

b0e5075e6a1db809b765eeb67147269c6564daaf authored over 10 years ago
Merge pull request #666 from Dandandan/select-layout

fix #664, layout for dropdown

f0c0838d81c9d3ea45cb59201a902d8156debbb4 authored over 10 years ago
The trace-scrub bug appears to be gone. Hot-swap is slow :(

b241e457fd5f3e3a334adc95d9e240f9999eefa1 authored over 10 years ago
fixed off-track backstep after a while.

021af44bf7ca470f7bc5851b476800970485b1b0 authored over 10 years ago
fast scrubbing but the traces are still off

180d998c67a1922a71ef21b77e61818764a01834 authored over 10 years ago
Merge pull request #700 from michaelbjames/debugger-cleanup

Debugger cleanup

17b2d733e53eeb31d42c12e7da453f120165beed authored over 10 years ago
readability that hotSwapState is optional

a79e903ae0c106872264332765717f969f069f0e authored over 10 years ago
cleaned up a redundant if clause

8e44dcb1ae832a056cde149b43d57d79f0a17876 authored over 10 years ago
Add Maybe.map

218f2f4dd19228a6b2c339efa82b48a46adf9232 authored over 10 years ago
cosmetic: better indentation

4371c2caeccfb140811e47f59781decfddb6fce7 authored over 10 years ago
moved a chunk up so functions can access the variables created

4786f5ef9e534f944dba97c1a8e4c571f0cf537d authored over 10 years ago
Augment the List library

add filterMap and indexedMap
remove and/or special folds
remove Maybe.justs to remove circular d...

de6053b036233e0cba5d1aafec0114d08e5df032 authored over 10 years ago
removed a rogue newline

d5168f0da260bc91963b26932815459b65841f19 authored over 10 years ago
don't export the signal graph in the elmDebugger

c5602e265d1cd99e8b4b17653e9b2a7385b125de authored over 10 years ago
dead code removal

d787b78d6b8fdda7c462eaa754c2efd1fd5b305e authored over 10 years ago
removed a stray comma

ae7d29c7b3592901df2552953aa9248065a73a83 authored over 10 years ago
two-space indent!

ca20f1e8de6c1983296c3364ef07c3e9d7692cb5 authored over 10 years ago
some spacing, comments, and unused parameter stye changes

1b5d457de9af127a320c114a0280263aab3a84d7 authored over 10 years ago
Merge pull request #699 from michaelbjames/debugger-renaming

Renamed much for clarity

0b319a50f769faecdaa7e831cebe72bf40bbb641 authored over 10 years ago
clearer snapshot create/restore

e0818dd9cd7a239ad47ffdede58b4b74b52823d4 authored over 10 years ago
try to make bullets clearer

066cfffe03cc44f13a99488de2cbabec1b139851 authored over 10 years ago
eventCounter => currentEventIndex; mainSignalNode => signalGraphMain

a58e7ca78cca1cb1d74ddd94d47118b6a0f9d6c1 authored over 10 years ago
renamed for clarity

efdb99f32a45a81c7a77c422ed4572bf897b4133 authored over 10 years ago
Merge pull request #698 from michaelbjames/debugger-timers

use the new elm.timer.now() functionality

b72ec5ee6f7ee20b8a405b62acc4b5ed73e3eba5 authored over 10 years ago
use the new elm.timer.now() functionality

2ac45bd20b10cdc02a0dc845db692540db530192 authored over 10 years ago
docs: correct the definition of asText

00dc6fd521e7bc34c1058afdf97b7ec089afed2a authored over 10 years ago
docs: fix copy/paste error in trimRight docs

847eaa3f0edcf52cec86603326139e80fe2a2f95 authored over 10 years ago
docs: use the terms outline and highlight consistently

682e40ac90b7e9583525c9d0c0fd483f380a3477 authored over 10 years ago
grammar: add missing "that"

a32588306304479576d2210ef4ddeb1c902249c0 authored over 10 years ago
grammar: remove extra "the" in toHsl and toRgb

3b14ec95545a14256e8166d585d6bb3802cd1455 authored over 10 years ago
Drop higher kinded polymorphism (hkp) for now

Do not want the community to get distracted trying to be like Haskell
when the goal is to be bet...

a1a625513da3700d8e6240bd953bc4ba9bb720d4 authored over 10 years ago
Merge pull request #691 from michaelbjames/debugger

Debugger fix for time jumping

93a9d61a4ddeb8a1f901822b5bb1f37eaf62bd7c authored over 10 years ago
addDelay must take a number now, it fails otherwise

2a3eb06dcc2395c1245a67ac7feb82f49703822a authored over 10 years ago
brought the timer down to the instance scope (elm.timer.now())

f8048bea4c4940afa353dedfb90fe05468b1673e authored over 10 years ago
Merge pull request #690 from maxsnew/test-fix

Testing Fixes for Canonicalize

a70ee89cdb22dfee6404a140ea4fdd9600c9b510 authored over 10 years ago
global timer and delay update at Elm.timer.{now(),addDelay(d)}

494dfdbd5335ff90b0a57c198298ea505e8c4997 authored over 10 years ago
forgot a close parenthesis

fb4e2987b219e796a09e109a188fc869089042fd authored over 10 years ago
removed redundant coercion

9fa5672a457d92221fa4e733f337347b538cae9b authored over 10 years ago
fix for time jumping by introducing a timer offset that hooks into the Time.js library

f6120616cfd38f749e315a0213b42fa332b4a6ef authored over 10 years ago
Update Elm-Test submodule

2b34f162baee47b908a831a4bf7bf985ca38625b authored over 10 years ago
Update test file for stricter import rules

fd48326908c635ec23128dbea4154ed9236e7f56 authored over 10 years ago
Update IO submodule and use newly supported type aliases

ad1e06aeb38907225ea6fd4ffa300611121fee8b authored over 10 years ago
Update to use new testfile location

088b80532a5e3d8ff145ad971a7f41b8a8c54987 authored over 10 years ago
Merge pull request #688 from michaelbjames/debugger

Debugger

74e3a59463dc08428d6a2e8140f4dbe282601220 authored over 10 years ago
make setPausedAt two functions since it previously had ambigious arity

c029db763de9f1438c89d9ab5a041911685ddb1f authored over 10 years ago
trace back, keep your path, continue, lose your future history

180aff34bcb5f126c6055d1197e366ba49131f61 authored over 10 years ago
Merge pull request #685 from alexander-b/linescom

Fix comment for String.lines

a8a5370ee416a68029d26987d2edf4e6c6964a7f authored over 10 years ago
Fix comment for String.lines

Signed-off-by: Alexander Berntsen <[email protected]>

45971490a679c9ac7d1d869d11d1c92956e22dc2 authored over 10 years ago
we can continue a paused elm program! -- time diffs are still a bit wonky

1699f5ab5a3661e3d0d17cc91ba22840145a2555 authored over 10 years ago
Add note about --bundle-runtime flag

b6b08d6f3f272140ce5a7f5866253c0fdeaebc2c authored over 10 years ago
Use F# style function composition

Acting on advice from
https://github.com/elm-lang/elm-lang.org/issues/158 and earlier
discussion...

3a374704b074c03ca33d9b3646043736961901ce authored over 10 years ago
Stop using function composition for no good reason

74b1b11532b44dfa1b3d66bee20d8cd437fb4c06 authored over 10 years ago
Add note about Debug.crash

3129ece3b2bd071ea69049c6d3fe4c7dc2a9dce0 authored over 10 years ago
Improve docs for (.) a bit

Preparing for possible rename to (<<) which actually looks like an
infix operator.

12011d8ec5542b1a495d16190041c77bb7b9ddaf authored over 10 years ago
Add note about new keys

662eff5f6873aa9b847ff109e171cc2605227acc authored over 10 years ago
Expose alt and meta keys, make docs nicer

56b54dadc4fe04cf126a2139730c5843a63af691 authored over 10 years ago
Add native support for alt and meta keys

6623419d9bd535e254a01548e77834998f3094ae authored over 10 years ago
cosmetic: seemingly non-invasive changes

361df0d5f1c10e85cce48dd6e3920fe052a86f20 authored over 10 years ago
cosmetic: change indentation to 4 spaces

eb35afb69d7ff6ccba550f5aea7ed6e4f27ae6c9 authored over 10 years ago
fix #664, layout for dropdown

2172bb413828f67e11f8ed701c259e918ed29c83 authored over 10 years ago
Fix #659, prefer local types and patterns

7b070a072d1ed92016d11326d02ece323b87c741 authored over 10 years ago
Properly import the Text type by default

bf9573cb69b028c7fb824ee562048bccf653ffb5 authored over 10 years ago