Skip to content
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

Migrate .codechecker folder from old versions #118

Open
Discookie opened this issue Sep 29, 2022 · 0 comments
Open

Migrate .codechecker folder from old versions #118

Discookie opened this issue Sep 29, 2022 · 0 comments
Assignees
Milestone

Comments

@Discookie
Copy link
Collaborator

In previous versions, the folder structure of .codechecker looked something like:

.codechecker
  - compile_commands.json
  - metadata.json
  - xyz.plist
  - ...

With CodeChecker 1.3.0 (commit 36448fb), the CodeChecker output was moved into a subfolder:

.codechecker
  - compile_commands.json
  - reports
    - metadata.json
    - xyz.plist
    - ...

However, there was no handling or migration logic implemented at the time, so now there's CodeChecker metadata in both the root folder and the reports folder. The original reports folder should be cleaned up or migrated into the subfolder.

@Discookie Discookie added this to the 1.4.0 milestone Sep 29, 2022
@Discookie Discookie self-assigned this Sep 29, 2022
@Discookie Discookie modified the milestones: 1.4.0, Backlog Sep 30, 2022
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

No branches or pull requests

1 participant