-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync DSS C-API (v0.12.1 main) header, update deps #84
Conversation
Codecov Report
@@ Coverage Diff @@
## master #84 +/- ##
===========================================
- Coverage 71.23% 59.02% -12.22%
===========================================
Files 44 55 +11
Lines 5813 7046 +1233
===========================================
+ Hits 4141 4159 +18
- Misses 1672 2887 +1215
Continue to review full report at Codecov.
|
Oh... there is much more missing than I expected. The bulk are API extensions/extras (CNData, LineGeometries, LineSpacings, Reactors, TSData, WireData), but there are a couple from the official too. I'll try to automate most of these some other day.
|
- Changes in utils.jl mostly to clean-up repeated code. We could refactor or regenerate most of the trivial code someday. - Fix error checking in CktElement.Variablei and CktElement.Variable - A few tests updated/corrected to reflect the changes
I'll try to add some tests, but if I don't have time by tomorrow, it's a good idea to release this since there are a couple of fixes. |
Hopefully handles part of #77
CktElement.Variablei
Fuses_Reset
argsCloses #83
Handles part of #78, but the official API is too limited and #82 will be required to actually access everything easily. Should handle part of #77.