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

Disable table locking until Orange 3.31 #126

Merged
merged 1 commit into from
Oct 16, 2021

Conversation

janezd
Copy link
Collaborator

@janezd janezd commented Oct 16, 2021

Issue

Until biolab/orange3#5381 is released, add-ons can neither support unlocking (because released versions do not support it) nor pass the test (because latest version requires unlocking). Thus add-ons will have to disable locking at first, and use unlocking when available-

Description of changes

Disable Table.LOCKING.

Includes
  • Code changes
  • Tests

@codecov-commenter
Copy link

Codecov Report

Merging #126 (6b98fb5) into master (4022308) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #126   +/-   ##
=======================================
  Coverage   82.91%   82.91%           
=======================================
  Files          17       17           
  Lines        3014     3014           
  Branches      352      352           
=======================================
  Hits         2499     2499           
  Misses        461      461           
  Partials       54       54           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4022308...6b98fb5. Read the comment docs.

@janezd janezd merged commit eabe56c into biolab:master Oct 16, 2021
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.

2 participants