arclanguage / anarki

Community-managed fork of the Arc dialect of Lisp; for commit privileges submit a pull request.
http://arclanguage.github.io
Other
1.17k stars 160 forks source link

Error traces now point within .arc files #151

Open shawwn opened 5 years ago

shawwn commented 5 years ago
arc> ((fns* '5GFZ8DW8A8) 'asdf)
Can't coerce  asdf fn
  context...:
   ./anarki/ac.rkt:1182:0: ar-coerce
   ./anarki/lib/app.arc:35:0:  get-user
   ./anarki/lib/app.arc:149:0:  login-handler
   ./anarki/ac.rkt:1435:4
rocketnia commented 5 years ago

Heya @shawwn, I hope my comments on this haven't dissuaded you from merging. Most of 'em can be fixed later. I just wanted to express some factors like the Racket square bracket style and the anarki-init system so you were aware of them into the future.

shawwn commented 5 years ago

Nah, your comments were spot-on. I just haven't had time to address them yet.

I added you as a collaborator to my fork of anarki; feel free to fix up some of these issues if you'd like.

shawwn commented 5 years ago

@rocketnia By the way, if you want to chat in realtime: https://discord.gg/qaqkc9z

Are you in any slack channels or IRC?

rocketnia commented 3 years ago

@kennethrapp Thanks for the attention to this issue!

There's a build error at the moment.... I guess like the import of syntax/stx was necessary in order to get the function stx->list.