Skip to content

Conversation

@StaticRocket
Copy link
Member

  • fix(unused): prune currently unused files

    These files aren't needed anymore. Detected and removed with check_files.py.

    Signed-off-by: Randolph Sapp [email protected]

  • ci(check_files): add delete flag

    Add a convenient delete function to strip confirmed unused files from the
    current source directory. It is not set by default and, while it is very
    specific about the directory it's searching and the files it finds, I advise
    you use it with caution.

    Signed-off-by: Randolph Sapp [email protected]

  • ci(check_files): expand file paths after search

    Keep the full file paths around and expand them after the search. This search
    is still fairly rudimentary, but right now these are hard confirmations on
    potentially multiple files for a single name.

    Signed-off-by: Randolph Sapp [email protected]

  • ci(check_files): use sorted list of files

    Use a sorted list of files so the output is more deterministic. Purely
    cosmetic. True randomness would actually improve our search times here.

    Signed-off-by: Randolph Sapp [email protected]

Use a sorted list of files so the output is more deterministic. Purely
cosmetic. True randomness would actually improve our search times here.

Signed-off-by: Randolph Sapp <[email protected]>
Keep the full file paths around and expand them after the search. This
search is still fairly rudimentary, but right now these are hard
confirmations on potentially multiple files for a single name.

Signed-off-by: Randolph Sapp <[email protected]>
Add a convenient delete function to strip confirmed unused files from
the current source directory. It is not set by default and, while it is
very specific about the directory it's searching and the files it finds,
I advise you use it with caution.

Signed-off-by: Randolph Sapp <[email protected]>
These files aren't needed anymore. Detected and removed with
check_files.py.

Signed-off-by: Randolph Sapp <[email protected]>
Copy link
Collaborator

@praneethbajjuri praneethbajjuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vishalmti can you review the PLL release specific doc pruning. Are we no longer referring this in any release docs ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants