Closed pete-murphy closed 3 years ago
Thanks for working on this!
FProxy
was replaced with Proxy
Map
's Monoid
instance was dropped. Use SemigroupMap
newtype to get instance again, but check the k
's Monoid
instance to verify that implementation is still the same:
Don't worry about these ones:
Hooked
type missing from Halogen.Hooks
module. declaration of hook and the function that creates/uses it
slot_
was changed
Can't do anything about these ones other than get the packages added again to the package set:
* Argument order was switched in [node-readline#23](https://github.com/purescript-node/purescript-node-readline/pull/23/files): * DiceCLI * `FProxy` was replaced with `Proxy` * RunCapabilityPatternNode * `Map`'s `Monoid` instance was dropped. Use [`SemigroupMap`](https://pursuit.purescript.org/packages/purescript-ordered-collections/2.0.1/docs/Data.Map#t:SemigroupMap) newtype to get instance again, but check the `k`'s `Monoid` instance to verify that implementation is still the same: * SignalTrisJs
Sounds good 👍 those seem reasonable enough to tackle in this PR
Thanks again for all this work!
* [ ] Let's change migrate from the `fromRight` partial function to `either (\_ -> unsafeCrashWith "got Left: bad parser") identity`.
I think
either (\_ -> unsafeCrashWith "got Left: bad parser") identity
is same as
fromRight' \_ -> unsafeCrashWith "got Left: bad parser"
I'm fine with either (no pun intended) but would you still prefer the former?
Oh, whoops! Yeah, let's use the fromRight' \_ -> ...
version.
make buildAll
works with the 0.14.3 package set 👍
I'm going to use a merge commit for this PR because it touches so many different recipes.
All told, only ~17~ 14 of 80 ended up in the
broken
pile which doesn't seem too bad.broken
spago.dhall
broken
spago.dhall
HH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
broken
HH.HTML
as parameter toComponent
HH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
HH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
:pencil2: ChangeNonEmpty Array
toNonEmptyArray
NonEmpty Array
toNonEmptyArray
HH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
broken
broken
broken
Debug.Trace
toDebug
HH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
broken
[x] DriverRoutingHalogenHooks :x: Move to
broken
[x] DriverWebSocketsHalogenHooks :x: Move to
broken
HH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
HH.HTML
as parameter toComponent
appendChild
returnsUnit
instead ofNode
HH.HTML
as parameter toComponent
SProxy
withProxy
HH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
HH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
broken
HH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
:pencil2: ReplaceSProxy
withProxy
broken
HH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
HH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
[x] RoutingHashHalogenClassic :x: Move to
broken
generics-rep
fromspago.dhall
:pencil2: ReplaceData.Generic.Rep.Show
withData.Show.Generic
generics-rep
fromspago.dhall
[x] RoutingPushHalogenClassic :x: Move to
broken
generics-rep
fromspago.dhall
Run
Halogen.Svg.Attributes
toMap
fromData.Set
:pencil2: RemovetoNonEmpty
Global
import with qualifiedData.Number
importHH.HTML
as parameter toComponent
:pencil2: Update event handler signature fromMouseEvent -> Maybe i
toMouseEvent -> i
generics-rep
fromspago.dhall
:pencil2: ReplaceData.Generic.Rep.Show
withData.Show.Generic
broken
fromRight
with inline lambda