Conversation
现在这几个都使用图数据结构取代了裸图 Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
This pull request removes all 2018fall lab code and associated resources, implementing a new approach for storing historical semester code. Instead of maintaining these files in the release/master branches, historical code will now be stored in dedicated semester-specific branches (e.g., {year}fall, {year}spring) derived from tags on the master branch.
Key Changes:
- Complete removal of the 2018fall directory structure
- Elimination of all lab assignments (labs 4-8) including source code, tests, and resources
- Removal of build configuration files (pom.xml) for the 2018fall semester
- Deletion of documentation and submission statistics
Reviewed Changes
Copilot reviewed 299 out of 579 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
Multiple 2018fall/lab_*/ directories |
Removes entire 2018fall lab structure including all source files, test files, resources, READMEs, and Maven configurations |
2018fall/pom.xml |
Removes the parent Maven configuration for the 2018fall semester |
submit.csv files |
Removes submission statistics for labs 5, 6, and 7 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of change
之后历年代码将不会在存储在release/master分支上, 而是在 master分支某个tag衍生出的
{year}fall{year}spring子分支上.How Has This Been Tested?
Local test Pass
Checklist: