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

Eclipse Platform 2024-03 #57

Merged
merged 19 commits into from Mar 27, 2024
Merged

Eclipse Platform 2024-03 #57

merged 19 commits into from Mar 27, 2024

Conversation

basilevs
Copy link
Contributor

@basilevs basilevs commented Mar 22, 2024

Fixes #28

@basilevs
Copy link
Contributor Author

basilevs commented Mar 22, 2024

Tests are failing due to a corruption of editor action labels in AUT:
Screenshot 2024-03-22 at 19 42 47

UPDATE:
Fixed

@basilevs basilevs added this to the 2.5.5 milestone Mar 22, 2024
@basilevs basilevs self-assigned this Mar 22, 2024
@basilevs
Copy link
Contributor Author

Following exception happens when creating anew external AUT:

eclipse.buildId=4.31.0.I20240229-0520
java.version=17.0.4.1
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=aarch64, WS=cocoa, NL=en_GE
Framework arguments:  -keyring /Users/vasiligulevich/.eclipse_keyring
Command-line arguments:  -os macosx -ws cocoa -arch aarch64 -keyring /Users/vasiligulevich/.eclipse_keyring -data file:/Users/vasiligulevich/xored/rcptt/ws/rcptt/

org.eclipse.core.jobs
Error
Sat Mar 23 13:16:53 GET 2024
An internal error occurred during: "Re-resolve Target state after VM-Install or EE change".

java.lang.IllegalArgumentException: Attempted to beginRule: MultiRule[], does not match outer scope rule: R/
	at org.eclipse.core.runtime.Assert.isLegal(Assert.java:68)
	at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:144)
	at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:416)
	at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:88)
	at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:341)
	at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:124)
	at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:2398)
	at org.eclipse.core.internal.resources.Project$1.run(Project.java:601)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2448)
	at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:642)
	at org.eclipse.core.internal.resources.Project.build(Project.java:162)
	at org.eclipse.pde.internal.core.MinimalState.reloadSystemPackagesIntoState(MinimalState.java:339)
	at org.eclipse.pde.internal.core.MinimalState$2.runInWorkspace(MinimalState.java:312)
	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:43)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

@basilevs basilevs merged commit 03beee7 into master Mar 27, 2024
4 of 5 checks passed
@basilevs basilevs deleted the platform_2024-03 branch March 27, 2024 18:47
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.

Eclipse plugin - NoSuchMethodError in 2023-12 (4.30)
1 participant