Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to servant-0.5 and purescript-7.5.3. #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

fisx
Copy link

@fisx fisx commented Nov 19, 2015

Hei there, not sure if you are still using this, but I plowed through the code a little and made it compile with newer dependencies. For once, it now uses purescript-affjax instead of js inlines.

This might arguably be more useful than the current head, but it is not very mature. I haven't touched the demos and the README a lot, and I would like to use a more solid approach to constructing the code than throwing around strings. (Btw, I noticed that the tests will not fail if the generated code contains parse errors, and I just realize I haven't compiled the generated code myself yet.)

Anyway, here you go. Hope you like it.

@olorin
Copy link

olorin commented Nov 19, 2015

I don't believe Anchor is still using this, and no-one who's worked on it still has a commit bit. If others are still using it, perhaps a fork would make sense?

/cc @rtrvrtg @christian-marie

where
purs = T.unlines
[ "module " <> (settings ^. utilModuleName) <> " where"
, "foreign import encodeURIComponent :: String -> String"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this could go into purescript-globals?

@christian-marie
Copy link
Owner

I concur, Anchor is highly unlikely to maintain this in the future, nor is the original author.

I'll poke the servant people to see if they'd like to adopt the codebase.

fisx added a commit to zerobuzz/servant that referenced this pull request Nov 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants