Closed paf31 closed 9 years ago
Ok, the only thing remaining are the StrongCheck tests, which I hope I can port to use Halogen's string renderer tomorrow.
I replaced the previous example with a simple Halogen demo (just a text area and a rendered table). I can work on adding back some of the features of the previous demo if you like.
The build is failing because I have to use the master revision of the Halogen repo (since I needed to add a change to support colspan
and rowspan
) which Travis doesn't like. I can't release Halogen though, because it contains other breaking changes in master right now.
Super nice!
I'll merge this now, but we do need those tests back in before this is wrapped up! :smiling_imp:
Sounds good, I'll work on that tonight hopefully.
This is still a work in progress. In particular,
colspan
androwspan
still need to be implementedGen
module to get things buildingHowever, things are building (in
src
at least), and I've made an attempt to make the code a little more idiomatic:Tree
andCell
.