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

🐛 Bug: Submodules are Pointing to Outdated Commits #1285

Open
DevanjoyDas opened this issue Jan 10, 2025 · 1 comment
Open

🐛 Bug: Submodules are Pointing to Outdated Commits #1285

DevanjoyDas opened this issue Jan 10, 2025 · 1 comment
Labels
🐛 Bug Indicates that the issue is a bug or defect. Status: Triage This is the initial status for an issue that requires triage.

Comments

@DevanjoyDas
Copy link
Contributor

Describe the bug

Several submodules in this repository are currently pointing to outdated commits. This can lead to inconsistencies and may prevent users from accessing the latest updates and fixes from those submodules.

Steps To Reproduce

  1. Clone the Repository
  2. Initialize and Update Submodules
  3. Check Submodule Status
    git submodule status
  4. Observe Outdated Commits (Compare the listed submodule commits with the latest commits in their respective upstream repositories.)

Expected Behavior

All submodules should reference the latest commits from their respective upstream repositories.

Screenshots

Current status of Submodules (Pointing to outdated commits)
image

Expected status of Submodules (Should point to Latest commits)
image

Device Information [optional]

- OS: Windows 10
- Browser: Chrome

Are you working on this issue?

Yes

Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)

No

@DevanjoyDas DevanjoyDas added Status: Triage This is the initial status for an issue that requires triage. 🐛 Bug Indicates that the issue is a bug or defect. labels Jan 10, 2025
@Karan-Palan
Copy link
Contributor

Is it intentional to update submodules only when relevant changes are added? Currently, the submodules are not pointing to the latest commits. If this isn't intentional, I'd be happy to work on automating the update process. Let me know @benjagm @DhairyaMajmudar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Indicates that the issue is a bug or defect. Status: Triage This is the initial status for an issue that requires triage.
Projects
None yet
Development

No branches or pull requests

2 participants