code.pyret.org icon indicating copy to clipboard operation
code.pyret.org copied to clipboard

Website for serving Pyret to folks.

Results 182 code.pyret.org issues
Sort by recently updated
recently updated
newest added

Evaluating `range(0, 10000)` at the REPL hangs CPO for 5-10 seconds. Evaluating `range(0, 100000)` hangs it for a very long time, and no output at all is shown while it's...

Kathi supplied this context file for use with DCIC.

Per a discussion with @schanzer, for the Blocks v1 we are going to remove defining and calling user-specified functions. This PR removes those from the definition xml file so they...

Consider ``` { method _output(self): VS.vs-constr("thing", [list: VS.vs-str("abc"), VS.vs-str("def")]) end } ``` Right now constructed values don't have much aria text assigned to them. But there's an issue where `vs-constr`...

We don't yet have any test cases that notice this change; I ran it manually on one example so far. I'll try to add some more test cases soon.

@shriram and I talked briefly the other day about quickly documenting what it takes to import a JS file into CPO. Like, say you wanted to use https://simple-statistics.github.io/ I revisited...

If a reactor displays an SVG element (as is the case for literally every chart) and the SVG element has a TEXT element within it, that string will be displayed...

According to [the documentation](https://pyret.org/docs/latest/image.html#%28idx._%28gentag._418%29%29), these two lines of code should have the line starting at the same coord, and ending at a different place. That doesn't happen. `add-line(circle(20, "outline", "maroon"),...

bug