-
|
Hello! This is a followup to #802, but as it is a different question, I thought it work posting on its own. I want to caveat this with acknowledging that we are pushing the boundaries of what I decided to go with creating a stub-only package to work through documenting this package. I can't seem to come up with any reasonable configuration that For this package I have I have But, no matter what I put into Thank you for all your help so far. I understand that this one may be a me-problem and not an |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Hello! Your questions are always well formulated so it's a pleasure to help 🙂 Generally, if static analysis isn't enough (doesn't find or doesn't understand objects well enough), there are a few options:
However we currently do not support merging stubs when the base object and the stub object do not have the same kind (for example an attribute and a class). We could consider always giving precedence to the stub object (overriding the attribute with the class). Also, you should put the parent directory of the |
Beta Was this translation helpful? Give feedback.
Hello! Your questions are always well formulated so it's a pleasure to help 🙂
Generally, if static analysis isn't enough (doesn't find or doesn't understand objects well enough), there are a few options:
However we currently do not support merging stubs when the base object and the stub object do not have the same ki…