Skip to content

BF: Plugin Components weren't recognised if experiment loaded with app#6707

Merged
TEParsons merged 1 commit intopsychopy:devfrom
TEParsons:dev-bf-load-plugins
Jul 12, 2024
Merged

BF: Plugin Components weren't recognised if experiment loaded with app#6707
TEParsons merged 1 commit intopsychopy:devfrom
TEParsons:dev-bf-load-plugins

Conversation

@TEParsons
Copy link
Copy Markdown
Contributor

Fixes #6569

Basically just that activatePlugins wasn't called early enough - moving it up in the script fixes this just fine.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 41.15%. Comparing base (a8321ef) to head (e31aebf).
Report is 11 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #6707      +/-   ##
==========================================
+ Coverage   41.14%   41.15%   +0.01%     
==========================================
  Files         332      332              
  Lines       61140    61139       -1     
==========================================
+ Hits        25155    25163       +8     
+ Misses      35985    35976       -9     
Components Coverage Δ
app ∅ <ø> (∅)
boilerplate ∅ <ø> (∅)
library ∅ <ø> (∅)
vm-safe library ∅ <ø> (∅)

@TEParsons TEParsons merged commit 3525893 into psychopy:dev Jul 12, 2024
@peircej peircej added the 🐞 bug Issue describes a bug (crash or error) or undefined behavior. label Jul 19, 2024
@TEParsons TEParsons deleted the dev-bf-load-plugins branch July 24, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞 bug Issue describes a bug (crash or error) or undefined behavior.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Plugin component instances fail to load when reloadPrevExp enabled

2 participants