Add types from unpacked dict argument to **kwargs parameter.
ClosedPublic

Authored by flherne on Dec 29 2016, 4:07 PM.

Details

Summary

Until 13683b4, the entire dict type was wrongly added to **kwargs.
After that, such arguments were ignored entirely.

See tests for examples.

Test Plan

No test regressions. Three new tests previously failed, now pass.

duchainify has done 1750 files so far without a crash.

Diff Detail

Repository
R53 KDevelop: Python Support
Lint
Lint Skipped
Unit
Unit Tests Skipped
flherne updated this revision to Diff 9460.Dec 29 2016, 4:07 PM
flherne retitled this revision from to Add types from unpacked dict argument to **kwargs parameter..
flherne updated this object.
flherne edited the test plan for this revision. (Show Details)
flherne added a reviewer: brauch.
flherne set the repository for this revision to R53 KDevelop: Python Support.
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptDec 29 2016, 4:07 PM
This revision was automatically updated to reflect the committed changes.