mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
4.1 KiB
JSON
1 line
4.1 KiB
JSON
[{"user_id": 32943, "stars": [], "topic_id": 36865, "date_created": 1306396143.9610519, "message": "(Continued from this thread: https://convore.com/arc-runtime-project/proposal-revert-stdout-stdin-and-stderr-to-regular-functions/)\n\n\"Should be able to do both tonight\" didn't pan out. I'm still figuring out all the changes I'll need to make to Lathe to make it work, and I'm going to continue putting in in-language workarounds before I go making patches to ar.\n\nAs a kind of midway progress report:\n\n- Trivially, ar has renamed 'ssyntax to 'ac-ssyntax, so I just put in a line to define 'ssyntax if it's missing.\n\n- The a.b:c.d ssyntax expands differently than I'd like it to for my Arc-3.1-targeting (do.foo:do.bar ...) patterns, as well as lots of (ns.foo:ns.bar ...) uses of the Lathe namespace system... which can just become (ns:foo:ns:bar ...). I've expanded my own ssyntax everywhere to make up for this, but it's always a little annoying. ^_^\n\n- I can't drop to Racket in Lathe in the same way (which is totally not an Arc compatibility issue). This is part of what I'm tackling right now.\n\nThis hasn't been committed to GitHub yet, and I don't plan to commit it until it passes all its tests. Some of them do pass, so I don't think it'll be that much longer to pin down the rest.", "group_id": 9739, "id": 1189748}, {"user_id": 25438, "stars": [], "topic_id": 36865, "date_created": 1306424204.698489, "message": "\"a.b:c.d ssyntax expands differently\"\n\nIs this a bug? ar is supposed to (by default) work like Arc 3.1. If ar is expanding ssyntax differently than Arc 3.1, can you provide an example of the bug?", "group_id": 9739, "id": 1193159}, {"user_id": 32943, "stars": [], "topic_id": 36865, "date_created": 1306425223.3857081, "message": "In particular, it seems dots are expanded before colons now, rather than vice versa. So (ac-ssexpand 'a.b:c.d) was resulting in ((a b:c) d), rather than (compose a.b c.d). It's not like we want it the old way that badly though (http://arclanguage.org/item?id=13172).", "group_id": 9739, "id": 1193338}, {"user_id": 32943, "stars": [], "topic_id": 36865, "date_created": 1306708464.3858531, "message": "Bug report:\n\narc> (map (table) list.nil)\nError: procedure application: expected procedure, given: '#hash(); arguments were: 'nil", "group_id": 9739, "id": 1221123}, {"user_id": 32943, "stars": [], "topic_id": 36865, "date_created": 1306710893.188385, "message": "Related to the other ssyntax issue, in ar, (ssexpand '~a.b) is (~a b), but in Arc 3.1, it's (complement a.b).", "group_id": 9739, "id": 1221565}, {"user_id": 25438, "stars": [], "topic_id": 36865, "date_created": 1306712940.0906031, "message": "I added all three bugs to the readme. Thanks!", "group_id": 9739, "id": 1221948}, {"user_id": 32943, "stars": [], "topic_id": 36865, "date_created": 1306718718.6234739, "message": "Ar support is in! Here's the commit: https://github.com/rocketnia/lathe/commit/7127cec31a9e97d275125a66a6bc0cd4819b6644 ^_^", "group_id": 9739, "id": 1222628}, {"user_id": 25438, "stars": [], "topic_id": 36865, "date_created": 1306720530.122947, "message": "cool!", "group_id": 9739, "id": 1222906}, {"user_id": 32943, "stars": [], "topic_id": 36865, "date_created": 1306737960.4328749, "message": "I'd look into some fixes for these, but I think I'm going to spend my time on other things until ail's in master....", "group_id": 9739, "id": 1224811}, {"user_id": 32943, "stars": [], "topic_id": 36865, "date_created": 1306738445.9990399, "message": "In other news, now that Lathe's working on ar, I just tried it on Pauan's ar fork, and it seems to work there too. ^_^", "group_id": 9739, "id": 1224854}, {"user_id": 32943, "stars": [], "topic_id": 36865, "date_created": 1306806229.238107, "message": "The ail commit broke just one thing, which was my implementation-specific use of 'racket instead of 'ail-code. I've got it working again, and I'm now thinking about patches.", "group_id": 9739, "id": 1233567}, {"user_id": 25438, "stars": [], "topic_id": 36865, "date_created": 1306808894.7780421, "message": "Nice! I'm glad to hear such a large change didn't break very much ^_^", "group_id": 9739, "id": 1233830}] |