project-chip / project-chip/alchemy
[Missing Namespace File] Missing Namespace-Common-Position.xml in versions 1.4 and 1.4.1
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10
- Forks
- 12
- Avg merge
- 23h 54m
- Merged PRs (30d)
- 1
Description
[Summary]
The Namespace-Common-Position.xml file is missing from the namespaces directories in Matter SDK versions 1.4 and 1.4.1, while it exists in other versions.
Affected Versions:
✗ data_model/1.4/namespaces (MISSING)
✗ data_model/1.4.1/namespaces (MISSING)
Working Versions:
✓ data_model/1.2/namespaces
✓ data_model/1.3/namespaces
✓ data_model/1.4.2/namespaces
✓ data_model/1.5/namespaces
✓ data_model/master/namespaces
[Steps to Reproduce]
# Check file presence across versions
for dir in data_model/1.*/namespaces; do
if [ -f "$dir/Namespace-Common-Position.xml" ]; then
echo "✓ $dir"
else
echo "✗ $dir (MISSING)"
fi
done
[Expected Behavior]
The Namespace-Common-Position.xml file should be present in all version directories for consistency.
Matter SDK hash issue noticed in currently: 21f805a87359054e6ffae165dfad86be0ceea196
Current matter issue filed: https://github.com/project-chip/connectedhomeip/issues/40909
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare data_model/1.4/namespaces and data_model/1.4.1/namespaces with the working version directories listed in the issue, starting with Namespace-Common-Position.xml. Run the provided shell loop to verify the affected paths, and consider the current Matter issue for context. Done means the file is present in both directories and the check reports no missing entries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- xml
- Domain
- content
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100