Commit a989864
authored
downgrade testify in go mod (#30)
## Description
Downgrade github.com/stretchr/testify to v1.10.0 so that when importing
scip-lsp in other repo there will not cause compatibility issue.
## Type of Change
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
- [ ] Performance improvement
- [ ] Test improvement
## Component(s) Affected
- [ ] Language Server (ULSP)
- [ ] SCIP Generation (Python utilities)
- [ ] VS Code/Cursor Extension
- [ ] Java Aggregator
- [ ] Build System (Bazel)
- [ ] Documentation
- [x] Tests
## Testing
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes (`bazel
test //...`)
- [x] I have tested this manually with a real project
### Manual Testing Details
Describe how you tested these changes:
- IDE used for testing:
- Project(s) tested against:
- Specific features/scenarios verified:
## Checklist
- [ ] My code follows the existing code style and conventions
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have updated BUILD.bazel files if I added new source files
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published
## Screenshots/Logs (if applicable)
Include any relevant screenshots, logs, or output that demonstrates the
changes.
## Related Issues
Fixes #(issue number)
Closes #(issue number)
Related to #(issue number)
## Additional Notes
Any additional information that reviewers should know about this PR.1 parent b8f36c0 commit a989864
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
461 | | - | |
| 460 | + | |
| 461 | + | |
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| |||
0 commit comments