Skip to content

Conversation

@4e6
Copy link
Contributor

@4e6 4e6 commented Oct 29, 2025

Pull Request Description

Package engine bundle instead of the project manager

Changelog:

  • add: implement EngineBundle release artifact and package it with ide
  • update: cleanup project manager artifacts from the published release

Important Notes

Manually checked linux Nightly Release

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • Unit tests have been written where possible.
  • If meaningful changes were made to logic or tests affecting Enso Cloud integration in the libraries,
    or the Snowflake database integration, a run of the Extra Tests has been scheduled.
    • If applicable, it is suggested to paste a link to a successful run of the Extra Tests.

@4e6 4e6 self-assigned this Oct 29, 2025
@4e6 4e6 added the CI: No changelog needed Do not require a changelog entry for this PR. label Oct 29, 2025
@4e6 4e6 marked this pull request as ready for review October 30, 2025 12:39
Copy link
Member

@JaroslavTulach JaroslavTulach left a comment

Choose a reason for hiding this comment

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

I'd like the description of this PR to describe the (end user) visible changes that will be achieved by this PR. Right now the description says:

Package engine bundle instead of the project manager

I can't imagine what that means!

  • will this PR affect bits at this page? How?
    • I see a link to this summary and ide-linux-amd64
    • in the AppImage there is no project-manager anymore. Is that the intended change?
  • if so, please spell that in the description of this PR, thanks.

Update: Looks like the the change really is the project-manager binary:

$ find enso-linux-x86_64-2025.3.1-nightly.2025.10.29/ | grep project.*man
enso-linux-x86_64-2025.3.1-nightly.2025.10.29/resources/enso/bin/project-manager

there is one in yesterday's AppImage and none in the new one. Please confirm this is the only change this PR intends to do in the description of this PR.

  • why does this CI action extracts project-manager.tar?
  • why does this CI action archives project-manager.tar?
  • if project-manager isn't needed, then please remove/rename project-manager.tar

);
let config = BuildConfigurationFlags {
build_project_manager_bundle: true,
build_engine_bundle: true,
Copy link
Member

Choose a reason for hiding this comment

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

This change removes build_project_manager_bundle and adds build_engine_bundle...

engine-bundle-<triple>/:
? path: enso/
type: engine_bundle
var: engine_bundle
Copy link
Member

Choose a reason for hiding this comment

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

... why this change doesn't remove project-manager-bundle-<triple>? At other locations you do remove the project manager bundle invocations!

config.build_engine_package = true;
}

if config.build_project_manager_bundle {
Copy link
Member

Choose a reason for hiding this comment

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

  • at other location you can removing buld_project_manager_bundle: true
  • can't you remove this whole if branch?
  • or is there still some CI action using it?

@4e6
Copy link
Contributor Author

4e6 commented Oct 30, 2025

@JaroslavTulach the PR is prepared in a way to minimize conflicts with the #14174 Remove project manager

Copy link
Collaborator

@hubertp hubertp left a comment

Choose a reason for hiding this comment

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

I'm actually mostly fine with this change as it tries to distill the essentials from the PR that will do the actual removing. I like incremental steps rather than big bang changes.

If I understand correctly this PR replaces project-manager-bundle with engine-bundle. So rather than having enso-project-manager + project-manager-bundle we will have enso-engine + enso-engine-bundle (+ enso-project-manager that will be removed in a follow up PR)?
Screenshot from 2025-10-31 18-17-55

@4e6
Copy link
Contributor Author

4e6 commented Oct 31, 2025

we will have enso-engine + enso-engine-bundle

Yes, it's probably a good idea to cleanup extra artifacts. I'll try

enso-project-manager that will be removed in a follow up PR

There is a Remove project manager #14174 that removes project manager, this one just implements a proper engine bundle

@JaroslavTulach
Copy link
Member

we will have enso-engine + enso-engine-bundle

Yes, it's probably a good idea to cleanup extra artifacts. I'll try

Please update the description of this issue to describe the desired state and compare it to current state.

@4e6 4e6 force-pushed the wip/db/package-engine-bundle-1 branch from ade02ae to edd947b Compare November 3, 2025 15:24
@4e6 4e6 force-pushed the wip/db/package-engine-bundle-1 branch from edd947b to 4fc8b15 Compare November 4, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI: No changelog needed Do not require a changelog entry for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants