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

Issue799 #800

Merged
merged 5 commits into from
Nov 4, 2024
Merged

Issue799 #800

merged 5 commits into from
Nov 4, 2024

Conversation

dylanmcreynolds
Copy link
Contributor

Checklist

  • [x ] Add a Changelog entry
  • [x ] Add the ticket number which this PR closes to the comment section

Fixes #799

Add a check for the openpyxcl module when importing the excel serializer.

This was found when trying to run the tiled[minimal-server] installation. A true test of this would involve creating an environment with just this setup. I think this is something that pixi makes easier, but would be a big change to current CI.

A valid question might be: is minimal-server ever used and could it be excised?

Copy link
Member

@danielballan danielballan left a comment

Choose a reason for hiding this comment

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

Stray commit should be removed (and I think is not helpful anyway).

Yes, it might make sense to remove minimal-server. Worth polling some users.

@@ -1330,6 +1330,7 @@ def in_memory(
access_policy=access_policy,
writable_storage=writable_storage,
readable_storage=readable_storage,
init_if_not_exists=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 is not necessary. When the database is in memory, the tables are always initialized because by definition this is a new database in process memory. This keyword argument has the effect of spawning a subprocess to initialize a database, which cannot help in this case.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed. Oops.

@danielballan danielballan merged commit ef0e3ae into bluesky:main Nov 4, 2024
8 checks passed
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.

tiled[minimal-server] import issue
2 participants