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

Run whole Standard.Base in Native Image ./runner #10126

Closed
JaroslavTulach opened this issue May 29, 2024 · 6 comments · Fixed by #10296 or #10329
Closed

Run whole Standard.Base in Native Image ./runner #10126

JaroslavTulach opened this issue May 29, 2024 · 6 comments · Fixed by #10296 or #10329
Assignees
Labels
-compiler -libs Libraries: New libraries to be implemented

Comments

@JaroslavTulach
Copy link
Member

Now, when the PR

is integrated we can run parts of test/Base_Tests in the CI as ./runner --run test/Base_Tests ^Text. The goal of this issue is to investigate what is wrong and remove the ^Text argument - e.g. run all of the test/Base_Tests in native image mode and thus make sure the whole Standard.Base library can be executed in such mode.

@JaroslavTulach JaroslavTulach added -compiler -libs Libraries: New libraries to be implemented labels May 29, 2024
@JaroslavTulach JaroslavTulach self-assigned this Jun 4, 2024
@JaroslavTulach JaroslavTulach moved this from ❓New to 📤 Backlog in Issues Board Jun 4, 2024
@JaroslavTulach JaroslavTulach moved this from 📤 Backlog to 🔧 Implementation in Issues Board Jun 17, 2024
@enso-bot
Copy link

enso-bot bot commented Jun 18, 2024

Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-17):

Progress: - Running Base_Tests in NI: #10296

@enso-bot
Copy link

enso-bot bot commented Jun 19, 2024

Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-18):

Progress: - eliminating asGuestValue in EnsoFile: 377bd2a

@enso-bot
Copy link

enso-bot bot commented Jun 20, 2024

Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-19):

Progress: - just 40 failures in NI: #10296 (comment)

@github-project-automation github-project-automation bot moved this from 🔧 Implementation to 🟢 Accepted in Issues Board Jun 21, 2024
@enso-bot
Copy link

enso-bot bot commented Jun 21, 2024

Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-20):

Progress: - bugfixing NI: ec0918f

@enso-bot
Copy link

enso-bot bot commented Jun 22, 2024

Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-21):

Progress: - Base_Tests in NI integrated: #10296

@enso-bot
Copy link

enso-bot bot commented Jun 25, 2024

Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-24):

Progress: - standups, meetings, demos It should be finished by 2024-06-24.

mergify bot pushed a commit that referenced this issue Jul 6, 2024
Addresses one of two concerns of #5298 - adds support for `--jvm` argument to allow us to switch from _native image_ built Enso binary (as developed by #10126) to regular JVM based Enso execution. This change _doesn't affect production builds_. The _native executable_ continues to be only built by `engine-runner/buildNativeImage` which is tested on CI, but not in the production jobs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-compiler -libs Libraries: New libraries to be implemented
Projects
Archived in project
1 participant