diff options
Diffstat (limited to 'posts/2016/elm-everything-broken.md')
-rw-r--r-- | posts/2016/elm-everything-broken.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2016/elm-everything-broken.md b/posts/2016/elm-everything-broken.md index a9978d1..58b848f 100644 --- a/posts/2016/elm-everything-broken.md +++ b/posts/2016/elm-everything-broken.md @@ -321,7 +321,7 @@ still allowing rapid evolution of a package "ecosystem". Cargo was designed by feeling are usually that system-wide package managers (like Debian's `apt`) are underappreciated by many young-but-not-bleeding-edge projects, but acknowledge that there probably is also a need for higher tempo cross-platform project -dependency mangement for non-library projects (eg, desktop applications and web +dependency management for non-library projects (eg, desktop applications and web apps). Ironically (given the difficulty I had installing it), the Elm language's @@ -348,7 +348,7 @@ For [example](https://gist.github.com/badboy/a302dd0c9020e5759240): defaultOptions : Html.Events.Options onWithOptions : String -> Html.Events.Options -> Json.Decode.Decoder a -> (a -> Signal.Message) -> Html.Attribute -This API change information is then used to *[programatically enforce][7]* the +This API change information is then used to *[programmatically enforce][7]* the semantic versioning rules for submissions to the Elm language library archive and prevent a whole class of simple but annoying breakages due to unexpected API changes. It can't detect *every* breaking change (eg, those which are |