Emmanuel Schanzer
Emmanuel Schanzer
Update - this is going to require that the Pyret blocks mode is up to snuff. Organizationally, we need to prioritize Data Science, and since WeScheme doesn't have any DS...
I think having WeScheme work remains the top priority, since WeScheme blocks is by far the easiest and most complete of the two block modes. It may be that we...
@pcardune working on this now, and plan of attack is to add an `expect()` statement to each of the existing tests which checks to ensure that `editor.getFocusedNode()` is what it...
@pcardune spent a few hours trying to track down the discontinuity between the way focusHint is constructed in the test vs. how it runs in the editor. I originally thought...
@pcardune I again modified the `focusHint` method above, to get some better output: ``` focusHint(newAST: AST) { console.log('looking for ', this.prevId, 'in', newAST); if(this.prevId) console.log('found', newAST.getNodeById(this.prevId)); return (this.prevId && newAST.getNodeById(this.prevId))...
@pcardune agreed that my first concern is just a function of the full editor doing the double-parse. I wasn't sure if the CMFacade skipped that, so I'm glad to hear...
Unfortunately, the repo is not maintained. I have extremely limited cycles for development, and a project this ambitious needs a community to keep it afloat. CodeMirror 6 (which didn't exist...
@schanzer tagging myself so I can stay up to date on this
Agreed. I think we should close as WontFix, but I don't think I have the authority to do that
@ds26gte awesome to see this progress! I'm still hoping we can add a z-test function as well (see checklist in the issue).