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

Refact/runtime lib #894

Merged
merged 8 commits into from
Nov 17, 2024
Merged

Refact/runtime lib #894

merged 8 commits into from
Nov 17, 2024

Conversation

boriel
Copy link
Collaborator

@boriel boriel commented Nov 17, 2024

This is part of #864

These tests are for checking parameters of type string
being passed to a function.

Dependencies like PRINT, have been removed for better isolation.
This test is for testing FOR loops with Bytes
There should be no dependencies with screen output (CLS, PRINT).

This happened because this test was first tested in an emulator,
and later the CLS and PRINT statements were not removed.
This test is to check for recursivity. Removing all
SCREEN / IO dependencies (no actual output to the screen).
This test checks for IF condition. The PRINT check was used
when there were no unit tests.
This test checks the SPFill routine, along with CIRCLE, USR
and UDG addresses.
@boriel boriel merged commit bd22c73 into main Nov 17, 2024
1 check passed
@boriel boriel deleted the refact/runtime_lib branch November 17, 2024 17:40
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.

1 participant