mwotton / Hubris

Bridge from Ruby to Haskell
shimweasel.com
262 stars 16 forks source link

build failure #21

Closed gregwebs closed 11 years ago

gregwebs commented 13 years ago

I received this same failure when I tried to install.

mwotton commented 13 years ago

thanks for the report, greg - i'll have a look.

out of curiosity, what're you thinking of using hubris for?

gregwebs commented 13 years ago

I am looking into testing options. I just realized I either have to re-write Capybara in Haskell or use it directly in Ruby. I thought Hubris might come in handy for working with Capybara. I haven't looked into things too far yet.

On Fri, Jul 8, 2011 at 5:46 PM, mwotton < reply@reply.github.com>wrote:

thanks for the report, greg - i'll have a look.

out of curiosity, what're you thinking of using hubris for?

Reply to this email directly or view it on GitHub: https://github.com/mwotton/Hubris/issues/21#issuecomment-1536411

gregwebs commented 13 years ago

There is actually a remote tester for Capybara now that I will probably be trying out before hubris. The idea was to basically have a rack-wai bridge. But I may still want to be able to call some haskell code from Ruby tests, perhaps just to insert data in the db.

gregwebs commented 13 years ago

Just FYI, I am not planning on using hubris anymore at the moment- I have come up with some decent haskell solutions