Closed imalsogreg closed 5 years ago
Hi @imalsogreg, Any updates on this one? I guess now it's mostly about cleanup and the package is in usable and stable state?
Hey.
I'm less bothered by Req.hs than I used to be, so I'm tempted to check that one off. What do you think?
The test suite is kind of close, although I'm stuck on one test case that is commented out because I don't understand why it's failing (seems to be an issue with my use of testing framework, not the library). So I'd like to figure that out. But I'd be comfortable releasing even without a fix there just yet.
And one point that's not under a checkbox above is that I can't make a hackage release until the functor-dynamic work from reflex and some xhr stuff in reflex-dom is released on hackage. If I understand, there's some more (very fruitful!) experimentation going on there before that comes out.
Ouch, I have totally missed that it works with reflex-0.5
- wanted to try it out with our app (too much manual code) but we haven't yet migrated from reflex-0.4
Uhm could you just release it? It's annoying that I need to create the docs manually. It works right?
@jappeace I don't thin it's a good idea to release this to hackage before its dependencies are available on Hackage as well; e.g. reflex-0.5
isn't on Hackage either yet. If it's just about documentation, it could be uploaded as package release candidate (that way it's not part of the index, but you can still conveniently browse the haddocks)
@jappeace @hvr I didn't know that release candidates have publicly available docs - that is a great solution for the moment, will do so now!
@jappeace http://hackage.haskell.org/package/servant-reflex-0.3.3/candidate Docs available here. I see they badly need polish.
Now reflex 0.5 has been released, would you mind putting it on hackage?
@jappeace Yes! I can't believe reflex-0.5 has been on Hackage for a month and I didn't realize. So out of the loop :)
Awesome! Thanks
http://hackage.haskell.org/package/servant-reflex-0.3.4 <-- there we go, party time!
Wow, some of the worst documentation I have ever seen :)
Here are the things that need to happen before a Hackage release.
reflex-0.5
andreflex-dom-core-0.4
reflex-dom
(https://github.com/reflex-frp/reflex-dom/pull/80)Behavior
toDynamic
Until then, I will keep update docs on a hackage release candidate: http://hackage.haskell.org/package/servant-reflex-0.3.3/candidate