-
Notifications
You must be signed in to change notification settings - Fork 30
Fix pdk validate warnings #78
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
base: main
Are you sure you want to change the base?
Conversation
Corrected incorrect spacing issues in a couple of files. Added data types for all parameters for all classes. Added documentation for all parameters. Removed anchor tags and replaced with require parameters where appropriate.
As part of fixing all PDK warnings, I realized that PDK was warning that the module needed to be updated to the newer version of PDK.
bernd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
@avitacco Hey! Can you fix the conflicts and the test errors? Thank you! 🙏 |
Adding a dependency for the package for the configuration file since the directory doesn't exist unless the package is installed. Also added a test to ensure that the dependency exists. Finally, changed some stdlib function calls to use the newer namespaced names.
bernd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some test errors.
|
@bernd I just wanted to give a quick update on this. My work is currently crazy and taking up all of my time. I have not forgotten about this PR or any of my other plans. I don't have the time right now, but hopefully soon. |
This PR fixes all of the warnings from
pdk validaterelated to this module. It is mostly documentation and spacing changes, but several code changes had to be made. The main thing is the removal of all of the anchor resources in favor ofrequireparameters. This PR also updates the version of PDK used from 3.0 to 3.4.Notes for Reviewers