Arc Forumnew | comments | leaders | submitlogin
Anarki clone problem
2 points by cpp 4193 days ago | 2 comments
I am trying to set up Anarki clone on linux machine. ( git pull on date 7 april 2014)

I was able to make it up and running but when I submit story or try to update profile info it shows following messages and changes get lost. ( it was working on last week's code base)

===============================================

Can't coerce #(tagged mac #<procedure: as>) fn

  context...:

   /home/ubuntu/anarki/ac.scm:1008:0: ar-coerce

    rem

    submit-page

    g2401

    respond

    handle-request-thread

    handle-request-thread
Can't coerce nil cons

  context...:

   /home/ubuntu/anarki/ac.scm:1008:0: ar-coerce

   zz

    parse-cmd

    parse-header

   zz

    handle-request-thread
===============================================

Please note : I am not familiar with Arc.

Thanks in advance.



2 points by akkartik 4193 days ago | link

That looks like something I broke, sorry about that. I'll investigate later today.

Edit 1 hour later: Now fixed: https://github.com/arclanguage/anarki/commit/98e1edf198. Sorry again!

-----

2 points by chp 4193 days ago | link

Thank you. Had the same issue. This works.

-----