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

Assembler and error squiggles don't update reliably #373

Open
Niko-O opened this issue Nov 3, 2024 · 0 comments
Open

Assembler and error squiggles don't update reliably #373

Niko-O opened this issue Nov 3, 2024 · 0 comments

Comments

@Niko-O
Copy link

Niko-O commented Nov 3, 2024

Steps to reproduce:

  • Open https://ripes.me/, open the editor (which should be empty)
  • Type ble t1, t2, target and wait. It will not show any error squiggles, but it also won't show any executable code.
  • Type a colon (:), such that the text is now ble t1, t2, target:, and wait. It will show an error squiggle across the entire line. Hovering your mouse over it tells you Stray ':' in line.
  • Hit backspace, enter and type target:, such that the text is now ble t1, t2, target in line 1 and target: in line 2, and wait. It will still show the same error squiggle with the same mouse hover text, and no executable code.
  • Hit enter and type nop in the third line, and wait. It will assemble properly and show the "current instruction" highlighting.

What I expect:
At every step, after waiting for a moment, the error squiggle and executable code should correctly reflect whether the current source code is valid, and if not, what exactly the problem is. It should never show outdated information.

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

No branches or pull requests

1 participant