Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uppotential runtime exceptions #377
Comments
This was referenced Aug 29, 2015
evancz
added
the
meta
label
Aug 30, 2015
evancz
changed the title from
Meta issue: issues involving potential runtime errors
to
potential runtime errors
Jun 25, 2016
rtfeldman
changed the title from
potential runtime errors
to
potential runtime exceptions
Mar 29, 2017
dustinfarris
referenced this issue
Apr 16, 2017
Closed
Referencing undefined variable not caught #1583
danny-andrews
referenced this issue
Nov 24, 2017
Closed
Add Qualification to "no runtime exceptions" Claim #746
elm
deleted a comment from
gogocurtis
May 22, 2018
elm
locked and limited conversation to collaborators
May 22, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
rtfeldman commentedAug 29, 2015
•
edited by evancz
Edited 9 times
-
evancz
edited May 22, 2018 (most recent)
-
rtfeldman
edited May 15, 2018
-
evancz
edited Mar 7, 2018
-
rtfeldman
edited Feb 24, 2018
-
rtfeldman
edited Feb 24, 2018
-
rtfeldman
edited Feb 24, 2018
-
rtfeldman
edited Feb 24, 2018
-
rtfeldman
edited Feb 24, 2018
-
rtfeldman
edited Sep 26, 2017
Runtime exceptions fixable by design changes to
core#909
1 % 0intentionally throws a runtime exception#378 Malformed regular expressions#381Signal.mergeMany []Runtime exceptions fixable by
corebugfixes#811Json.Encodewith"ctor"and==#723 certainDebug.toStringinputs#399Array.slicebeyond the end for Arrays with length 32 or more#183toString Json.Encode.null#294Json.Encode.null == Json.Encode.object [](and other comparisons of null with non-null)#177 Broken eq on some unicode stringsRuntime exceptions from packages outside
corehttps://github.com/elm-lang/virtual-dom/issues/106 invalid DOM attributes
Runtime exceptions from compiler issues
elm/compiler#1145 calling
==on two functionselm/compiler#1570 duplicate record fields in strict modeelm/compiler#1559 union type constructor with.in itelm/compiler#1574 calling_Tupledirectlyelm/compiler#1516 valid recursionRuntime exceptions that should continue to exist
Debug.crash- intentionally causes runtime exceptions, so shouldn't change