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

Eval buffer should evaluate the unsaved current buffer and not the file on disk #1

Open
1 task
xaderfos opened this issue Jun 27, 2021 · 0 comments
Open
1 task
Labels
enhancement New feature or request

Comments

@xaderfos
Copy link
Owner

At the moment eval-buffer runs the assembler against the file on disk, any unsaved changes are not included.

Ideally we should either be able to pipe the buffer to stdin or at least create a tmp file to store the modified buffer and pass that to the assembler.

Acceptance criteria:

  • uxntal-eval-buffer evaluates the contents of the buffer and not the contents of the file on disk
@xaderfos xaderfos added improvement enhancement New feature or request and removed improvement labels Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant