On Thursday, January 12, 2017 at 5:02:36 PM UTC, Rupert Smith wrote: > > I propose to continue investigating it and write up how to modify the Elm > code to do it. >
Any ideas on how to go about working on code that is in elm-lang/virtual-dom ? Specifically, how do I create an alternate version of that, but have existing code that uses elm-lang/html call it? The normal way I use elm-lang/virtual-dom is to import elm-lang/html in my elm-package.json, and it pulls in the vdom code as a dependency. I don't see a mechanism to exclude a dependency so that I can substitute another in its place. I would fork the vdom code to my own github account, work on it till its right, and then make a pull request in the usual manner. It seems quite awkward to develop Elm native code that is pulled in through elm-package. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
