Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Fix regression in opening files from command line #1182

Merged
merged 1 commit into from
Dec 22, 2017

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Dec 22, 2017

Issue: Passing a file as an argument to Oni isn't working. This also breaks Windows shell extensions, since they rely on passing the file as an argument.

Defect: This is a regression from one of the automation stability fixes. The automation passes a bunch of arguments to Oni, and this can cause some timing issues (it will attempt to load additional files, whereas the test case may not expect it). We added a filter so that, if the arguments are from automation, we ignore it - but the filter's logic wasn't correct.

Fix: Correct the logic for filtering automation arguments.

@bryphe bryphe merged commit f7ebfcb into master Dec 22, 2017
@bryphe bryphe deleted the bryphe/regression/open-files branch December 22, 2017 23:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant