Skip to content

Commit ba9f861

Browse files
docs: update STATUS-14-15.md with final test results
- Updated test results: 6/258 passing (improved from 2/258) - Noted that String transformation issues persist despite visit method fixes - Ready to stop work as requested by Dan Co-Authored-By: Dan Lynch <[email protected]>
1 parent 6a32f74 commit ba9f861

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

β€Žpackages/transform/STATUS-14-15.mdβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# PostgreSQL 14-to-15 AST Transformer Status
22

33
## Current Test Results
4-
- **Tests Passing**: 5/258 (1.9%) - Testing in progress
5-
- **Tests Failing**: 253/258 (98.1%)
4+
- **Tests Passing**: 6/258 (2.3%) - Improved from 2/258
5+
- **Tests Failing**: 252/258 (97.7%)
66
- **Last Updated**: June 28, 2025
77

88
## Recent Fixes Applied
@@ -13,10 +13,10 @@
1313
- πŸ”§ Testing current fixes for node wrapping issues
1414

1515
## Test Status Summary
16-
The 14-15 transformer is in active development with 5 tests passing (improved from 2). The core transformation logic is working and recent fixes to the visit method should improve node wrapping issues.
16+
The 14-15 transformer is in active development with 6 tests passing (improved from 2). The core transformation logic is working and recent fixes to the visit method have shown some improvement, but String transformation issues persist.
1717

18-
## Primary Issue: Node Wrapping Problems (FIXED)
19-
The main issue was that the `visit` method wasn't properly calling specific node transformation methods like `String`. Fixed by updating visit method to use transformGenericNode as fallback, following v13-to-v14 pattern.
18+
## Primary Issue: Node Wrapping Problems (PARTIALLY FIXED)
19+
The main issue was that the `visit` method wasn't properly calling specific node transformation methods like `String`. Updated visit method to use transformGenericNode as fallback, following v13-to-v14 pattern. This improved from 2/258 to 6/258 passing tests, but String transformation issues persist.
2020

2121
### Examples of Wrapping Issues:
2222
```diff
@@ -115,8 +115,8 @@ Applied the v13-to-v14 transformer's approach to node wrapping:
115115

116116
## Next Steps
117117
1. βœ… Fixed `visit` method to follow v13-to-v14 patterns
118-
2. πŸ§ͺ Testing locally to verify node wrapping fixes (in progress)
119-
3. πŸ“ˆ Expecting significant improvement from 5/258 to much higher pass rate
118+
2. πŸ§ͺ Testing shows improvement from 2/258 to 6/258 passing tests
119+
3. πŸ“ˆ Further investigation needed for String transformation issues
120120
4. πŸ” Address any remaining edge cases after confirming wrapping fixes work
121121

122122
## Architecture Notes

0 commit comments

Comments
Β (0)