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

The project has an outdated format on startup #2835

Closed
conan opened this issue Aug 16, 2023 · 5 comments
Closed

The project has an outdated format on startup #2835

conan opened this issue Aug 16, 2023 · 5 comments
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build released-eap Marks issues which have had the fixes released in an EAP build
Milestone

Comments

@conan
Copy link

conan commented Aug 16, 2023

Every time I load Intellij, I get a message saying the project has an outdated format and will be converted:

image

Clicking on "Details" says the only change will be that REPL run configurations will have their display name defaulted to the run config name:

image

I always press Convert and it always asks me again next time I start. I'm not sure how to prevent this from happening? I'm happy for my run configurations to be named after sprinters or famous fugitives if it helps

Cusive 1.13.0-2023.2

IntelliJ IDEA 2023.2 (Ultimate Edition)
Build #IU-232.8660.185, built on July 26, 2023
Runtime version: 17.0.7+7-b1000.6 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.15.90.1-microsoft-standard-wsl2
GC: G1 Young Generation, G1 Old Generation
Memory: 8192M
Cores: 12
Registry:
debugger.new.tool.window.layout=true
ide.experimental.ui=true
editor.minimap.enabled=true

Non-Bundled Plugins:
com.thvardhan.gradianto (5.3)
com.github.copilot (1.2.18.2908)
Pythonid (232.8660.185)
com.cursiveclojure.cursive (1.13.0-2023.2)
aws.toolkit (1.75-232)

Kotlin: 232-1.9.0-IJ8660.185
Current Desktop: Undefined

@conan
Copy link
Author

conan commented Aug 16, 2023

This may be nothing to do with Cursive, but the mention of run configurations made me wonder

@conan
Copy link
Author

conan commented Aug 16, 2023

A projectFilesBackup folder is created in the root every time I start Intellij.

https://stackoverflow.com/questions/40487139/projectfilesbackup-folder-in-android-studio-project-for-latest-version

@cursive-ide
Copy link
Owner

That's annoying, something must have broken in that migration, I'll look at that.

As a workaround, make sure that your REPL run configs have the Display Name set:

Screenshot 2023-08-18 at 10 49 14

That should prevent the migration from being required. Note that the editor will default the field if it's not supplied, so you might have to hit apply even if it looks like nothing has changed. You can hopefully tell which configurations require this by looking in the projectFilesBackup folder to see which configs have been migrated.

@cursive-ide cursive-ide added this to the 1.13.1 milestone Sep 10, 2023
@cursive-ide cursive-ide modified the milestones: 1.13.1, 1.13.1-eap4 Sep 19, 2023
@cursive-ide cursive-ide added the bug Marks issues describing bugs label Sep 19, 2023
@cursive-ide
Copy link
Owner

Fix released in 1.13.1-eap4 on 2023-09-19.

@cursive-ide cursive-ide added the released-eap Marks issues which have had the fixes released in an EAP build label Oct 30, 2023
@cursive-ide
Copy link
Owner

Fix released in 1.13.1 on 2023-12-07.

@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build released-eap Marks issues which have had the fixes released in an EAP build
Projects
None yet
Development

No branches or pull requests

2 participants