Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
I've seen people ask about the "0.19" part of this.

Code splitting and lazy loading were originally planned for 0.19, but as it turned out, it doesn't make sense to wait that long to ship 0.19, so the new plan is to have them in a later release.

I revised the comment to add some clarification, and to no longer reference a specific release. That was probably a mistake to begin with; release scope is always subject to change until it ships!
  • Loading branch information
Richard Feldman committed Jul 11, 2017
1 parent 74cb1e5 commit 270b87e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Main.elm
Expand Up @@ -22,8 +22,10 @@ import Util exposing ((=>))
import Views.Page as Page exposing (ActivePage)


-- WARNING: this whole file will become unnecessary and go away in Elm 0.19,
-- so avoid putting things in here unless there is no alternative!
-- WARNING: Based on discussions around how asset management features
-- like code splitting and lazy loading have been shaping up, I expect
-- most of this file to become unnecessary in a future release of Elm.
-- Avoid putting things in here unless there is no alternative!


type Page
Expand Down

0 comments on commit 270b87e

Please sign in to comment.