Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review for Fritz #17

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Review for Fritz #17

wants to merge 7 commits into from

Conversation

fritzo
Copy link
Owner

@fritzo fritzo commented Sep 20, 2014

No description provided.

var varName = syntax.tree.getFresh(term);
var fresh = VAR(varName);

if (name === 'ASSERT') {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a lot of duplicated code copied from var build = funciont () {...}. Refactor?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I was half way into factoring it out as a separate module.

@fritzo
Copy link
Owner Author

fritzo commented Sep 20, 2014

@yangit I have left a few comment on this pull request.

Menu API simplified
Renamed navigator => menuRenderer
Menu does not know about menuRenderer
* old puddle-syntax removed
* view and menu code refactored
* keycode replaced with keypressJS lib
Editor.js is now split among cursor.js, menu-builder.js, forest.js
Event listener is used across libraries to notify each other of events.
See reference.md for better description.
@yangit
Copy link
Contributor

yangit commented Nov 7, 2014

Please review.
Most important info is in ./doc/reference.md

var linesForAnalyst = _.map(lines, function (line, id) {
ids.push(id);
//TODO why line.name is undefined after syntax.compiler.dumpLine?
//Should not dumpLine be compatible with analyst?
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, syntax.compiler.dumpLine should be compatible with analyst.

@fritzo
Copy link
Owner Author

fritzo commented Nov 11, 2014

+1

Refactor the way cursor is injected into the term and removed from term.
Cursor injection simplified in view.js
Added line checkout notification across multiple clients.
@yangit
Copy link
Contributor

yangit commented Dec 11, 2014

Travis is not passing until puddle-syntax version in NPM is bumped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants