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

Support IntelliJ 2023.1 #4025

Closed
morki opened this issue Mar 30, 2023 · 7 comments · Fixed by #4037
Closed

Support IntelliJ 2023.1 #4025

morki opened this issue Mar 30, 2023 · 7 comments · Fixed by #4037

Comments

@morki
Copy link
Contributor

morki commented Mar 30, 2023

SQLDelight Version

2.0.0-SNAPSHOT

IDE Version

IntelliJ 2023.1

Dialect

SQLite

Describe the Bug

image

In version 2022.3 it works perfectly.

Stacktrace

No response

@AlecKazakova
Copy link
Collaborator

if you view Help -> Show Log in Finder and search the log for sqldelight, is there any stacktrace or error message there?

@morki
Copy link
Contributor Author

morki commented Mar 30, 2023

@AlecStrong regarding SqlDelight, it only repeat indefinitely:

2023-03-30 14:39:29,622 [4219943]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:29,688 [4220009]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:29,892 [4220213]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:29,957 [4220278]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:30,162 [4220483]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:30,228 [4220549]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:30,434 [4220755]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:30,500 [4220821]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:30,703 [4221024]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:30,769 [4221090]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:30,974 [4221295]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:31,040 [4221361]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:31,244 [4221565]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:31,309 [4221630]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:31,513 [4221834]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:31,570 [4221891]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:31,775 [4222096]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:31,841 [4222162]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:32,046 [4222367]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:32,102 [4222423]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:32,306 [4222627]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:32,372 [4222693]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:32,577 [4222898]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:32,644 [4222965]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:32,848 [4223169]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:32,914 [4223235]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:33,119 [4223440]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:33,184 [4223505]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:33,390 [4223711]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:33,446 [4223767]   INFO - SQLDelight[encanto] - Assembling file index
2023-03-30 14:39:33,650 [4223971]   INFO - SQLDelight[encanto] - Fetching SQLDelight models
2023-03-30 14:39:33,705 [4224026]   INFO - SQLDelight[encanto] - Assembling file index

No error or stacktrace with SqlDelight at all.

@morki
Copy link
Contributor Author

morki commented Mar 30, 2023

The build in Gradle works fine as before.

@petehellyer
Copy link

+1 for this

@AlecKazakova
Copy link
Collaborator

can you try with this snapshot version and see if it works?

@petehellyer
Copy link

Thanks! I'm afraid that snapshot didn't work though. Still seeing the same error banner.

I also get this:

2023-03-30 14:28:39,806 [ 66649] INFO - SQLDelight[XXX] - Fetching SQLDelight models

repeated over and over in the idea.log

@mipastgt
Copy link

mipastgt commented Apr 1, 2023

Same issue with Android Studio Giraffe 2022.3.1 Canary 11
This line is constantly blinking and I see the same entries in the logs as shown above.
I am using SQLDelight 2.0.0-alpha05 on macOS 12.6.4
Bildschirmfoto 2023-04-01 um 21 10 49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants