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

DEV-5380 Change go test image to handle new and old version of the runner #174

Conversation

LEEDASILVA
Copy link
Member

@LEEDASILVA LEEDASILVA commented Oct 19, 2023

DEV-5380

The updated runner now supports running code with multiple files. This enhancement enables students to complete exercises that require a package other than 'main' as the expected entry point. When running their code in the editor, the 'main' package will be provided in a main.go file and can be used to execute their programs.

In order to enable synchronization, we are introducing the new variable EDITOR_FILES, which contains all the files in the editor. It's essential to ensure compatibility with both the new and old versions of the runner. During image deployment, schools will continue to use the old runner version until all is deployed to schools.

@LEEDASILVA LEEDASILVA self-assigned this Oct 19, 2023
@LEEDASILVA LEEDASILVA marked this pull request as ready for review October 20, 2023 15:29
Copy link
Member

@MSilva95 MSilva95 left a comment

Choose a reason for hiding this comment

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

Tested with Lee, both the current and the old version and LGTM!

@LEEDASILVA LEEDASILVA merged commit e762e5c into master Nov 7, 2023
1 check passed
@LEEDASILVA LEEDASILVA deleted the DEV-5380-change-go-test-image-to-handle-new-and-old-version-of-the-runner branch November 7, 2023 15:45
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