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

Nicely handle direct manipulations when code is dirty #77

Open
brianhempel opened this issue Jul 7, 2016 · 1 comment
Open

Nicely handle direct manipulations when code is dirty #77

brianhempel opened this issue Jul 7, 2016 · 1 comment

Comments

@brianhempel
Copy link
Collaborator

Right now any code changes are just discarded.

This could be a source of frustration.

Better options:

  • If code is dirty and output side is clicked, run the dirty code first before doing anything.
  • Do some fancy code diffing to apply the DM change to the dirty code.
@brianhempel brianhempel changed the title Nicely handle direct manipulations when code is dirty (not run yet) Nicely handle direct manipulations when code is dirty (not run yet Jul 8, 2016
@brianhempel brianhempel changed the title Nicely handle direct manipulations when code is dirty (not run yet Nicely handle direct manipulations when code is dirty Jul 8, 2016
@brianhempel
Copy link
Collaborator Author

This problem is mostly fixed with the newer autorun code changes, except that autorun sometimes crashes.

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

No branches or pull requests

2 participants