Joe Politz

Results 194 comments of Joe Politz

If you want to deploy I'm happy to merge to `horizon` and you can test with the Google keys + setup at https://pyret-horizon.herokuapp.com

Ugh, you're right. There's a strange deploy error on `master`. Nothing for you to do about it, I'll see what I can figure out https://app.travis-ci.com/github/brownplt/pyret-docs/builds/266268147 for reference; the bit that...

The interpreter does omit this check, thanks! S5 as a whole passes the related test cases because the 8.12.4 step 8a check is happening in the `%set-property` function in `es5.env`:...

Again, the error reported by S5 in the output you gave is that `$ERROR` is undefined. The smaller test from the bug report: ``` "use strict"; "s".x = 3; ```...

In this example, I think that some support code is missing. S5 is reporting that `$ERROR` is unbound, so maybe this was part of the test infrastructure that's missing? The...

Thanks for reporting. I believe this is an instance of this update: https://groups.google.com/forum/#!topic/racket-users/NMuBaVlcDAU So the quick approach if you want to try lambda-py reductions would be to run on Racket...

Our destructuring assignment really only works with tuples of literals, I think. I played with that a little bit last week; to do it right we really need to define...

For the ambitious, I bet you can probably segfault Python somewhere in here by using an LHS that has a property that calls a generator that's in the middle of...

Can you say a little more about what `._vertices` were for, and what work is involved in removing them? It's not clear to me which bullets in the PR comment...

Thanks for cleaning up this PR! It made it much easier to understand what was going on for me, I really appreciate it. When I run this example: ``` include...