Skip to content

BF: Handle when allowedKeys is just 1 multi-character string (e.g. "return") online#7268

Merged
TEParsons merged 1 commit intopsychopy:releasefrom
TEParsons:release-kb-allowed-online
Jun 2, 2025
Merged

BF: Handle when allowedKeys is just 1 multi-character string (e.g. "return") online#7268
TEParsons merged 1 commit intopsychopy:releasefrom
TEParsons:release-kb-allowed-online

Conversation

@TEParsons
Copy link
Copy Markdown
Contributor

Currently, supplying just "return" as allowed keys acts as if you'd supplied ["r", "e", "t", "u", "r", "n"] and not ["return"]

There's an easy workaround (just supply ["return"] or "return",) but we should really just handle this use case.

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 2, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 12.28%. Comparing base (93690e9) to head (9723f17).
Report is 3 commits behind head on release.

Additional details and impacted files
@@           Coverage Diff            @@
##           release    #7268   +/-   ##
========================================
  Coverage    12.28%   12.28%           
========================================
  Files          346      346           
  Lines        64013    64013           
========================================
  Hits          7865     7865           
  Misses       56148    56148           
Components Coverage Δ
app ∅ <ø> (∅)
boilerplate ∅ <ø> (∅)
library ∅ <ø> (∅)
vm-safe library ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@TEParsons TEParsons merged commit 0b36197 into psychopy:release Jun 2, 2025
4 checks passed
@TEParsons TEParsons deleted the release-kb-allowed-online branch November 6, 2025 14:01
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.

1 participant