Closed g-belmonte closed 4 years ago
Good catch! I've switched over to robinheghan/murmur3
in sandbox
so hopefully that fixes the sandbox issue. The docs
and benchmarks
directories have gotten a bit out of date and will probably require a bit more work at some point to update, but those aren't really as critical so I think we can leave them for now.
Hey there, @ianmackenzie !
When I tried to run
elm reactor
on thesandbox
folder, I ran into one issue. The useSkinney
was renamed torobinheghan
, so we have that the dependencySkinney/murmur3 2.0.8
is nowrobinheghan/murmur3 1.0.0
(present onsandbox/elm.json
andbenchmark/elm.json
(indirect dependency))Also, I noticed that we have the old
elm-package.json
using the dependencySkinney/elm-array-exploration
, which is not published as an elm packages anymore. It still exists as an archived repository though. (present ondocs/interactive/elm-package.json
anddoc/images/elm-package.json
)On the case of the
sandbox
we can uninstall the oldmurmur3
package and install the new one. But as for the others, do we have any way to update them?