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

Feature Request: Compare versions between two groups but not within a group #1821

Open
michaelcadilhac opened this issue Jun 19, 2024 · 0 comments
Labels
enhancement Issue/PR that involves features, improvements and other changes major Major issue/feature/contribution/change

Comments

@michaelcadilhac
Copy link

I have access to all the iterations of student A's work: subA.1.c, ..., subA.999.c. Similarly, I have access to all the iterations of student B, C, D, etc.

I wish to compare all of A's versions with any other version, but, crucially, avoid comparing A's versions with another of A's versions.

Proposals:

  • Add an option --has-versioning, with a pre-defined format for versions (e.g., file.c, file.c.1, file.c.2, file.c.3).
  • Add an option --has-versioning, with a glob-like versioning template --version-filename='*.#.c' where # corresponds to version number.
  • Add an option --same-user-cmp=prog where prog would be run with two filenames, to test if two files are from the same user.
@tsaglam tsaglam added enhancement Issue/PR that involves features, improvements and other changes major Major issue/feature/contribution/change labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR that involves features, improvements and other changes major Major issue/feature/contribution/change
Projects
None yet
Development

No branches or pull requests

2 participants