mirror of
https://github.com/ersinkoc/QueryString.git
synced 2026-04-26 22:46:00 +03:00
[PR #3] [MERGED] Comprehensive repository bug analysis and fix system #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/QueryString#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ersinkoc/QueryString/pull/3
Author: @ersinkoc
Created: 11/16/2025
Status: ✅ Merged
Merged: 11/16/2025
Merged by: @ersinkoc
Base:
main← Head:claude/repo-bug-analysis-fixes-019bta9dym1pqufZuR7iZZHG📝 Commits (1)
63ffcc3fix: resolve number parsing edge case and ESLint configuration issues📊 Changes
5 files changed (+620 additions, -326 deletions)
View changed files
➕
BUG_FIX_REPORT_2025-11-16.md(+321 -0)📝
package-lock.json(+278 -318)📝
package.json(+3 -3)📝
src/utils/encoding.ts(+6 -5)📝
tests/unit/utils/encoding.test.ts(+12 -0)📄 Description
This commit addresses 4 bugs identified in comprehensive repository analysis:
BUG-NEW-002 (MEDIUM): Fixed number parsing edge case where values with trailing zeros (e.g., "1.0", "2.00") were not parsed as numbers.
BUG-NEW-001 (HIGH): Fixed ESLint configuration incompatibility
BUG-NEW-005 (LOW): Corrected swapped comments in encoding.ts
Test Results:
See BUG_FIX_REPORT_2025-11-16.md for detailed analysis.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.