Skip to content

Remove completion trigger windows restriction#981

Merged
kzscisoft merged 3 commits into
devfrom
hotfix/remove_trigger_restriction
Jun 5, 2026
Merged

Remove completion trigger windows restriction#981
kzscisoft merged 3 commits into
devfrom
hotfix/remove_trigger_restriction

Conversation

@wk9874
Copy link
Copy Markdown
Collaborator

@wk9874 wk9874 commented Jun 3, 2026

Remove completion trigger windows restriction

📝 Summary

If you try to use completion trigger on Windows, it will throw you back an error saying the feature is disabled due to function pickling restrictions. This must be a hangover from a previous implementation, since there is now no pickling involved in the executor. Removing this guard to see if it works

🔍 Diagnosis

Found when developing new tutorials on building connectors

🔄 Changes

Remove guard, remove unix marks from tests

✔️ Checklist

  • Unit and integration tests passing.
  • Pre-commit hooks passing.
  • Quality checks passing.

Copy link
Copy Markdown
Collaborator

@kzscisoft kzscisoft left a comment

Choose a reason for hiding this comment

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

Documentation in code still states this is not allowed.

@kzscisoft kzscisoft added the bug Something isn't working label Jun 3, 2026
@kzscisoft kzscisoft self-requested a review June 5, 2026 10:09
@kzscisoft kzscisoft merged commit d00c0ff into dev Jun 5, 2026
40 of 42 checks passed
@kzscisoft kzscisoft deleted the hotfix/remove_trigger_restriction branch June 5, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants