]link.resync fails when using text:plain
- Dominant language
- APL
- Stars
- 26
- Forks
- 11
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
**Describe the bug**
Resync claims that changes exist even when they do not, if text:plain is set.
**To Reproduce**
```
⎕MKDIR 'c:\tmp\statfns'
(⊂'Mean' 'StdDev')⎕NPUT'c:\tmp\statfns\STATFNS.vec.apla'
]link.create # c:\tmp\statfns
)save c:\tmp\statfns.dws
)load c:\tmp\statfns.dws
c:\tmp\statfns.dws ⍝ saved Thu Sep 25 17:30:55 2025
Link Warning: IMPORTANT: 1 namespaces linked in this workspace: #
Link Warning: IMPORTANT: Link.Resync is required
]link.resync
2 updates required: use -proceed option to synchronise
Name Direction File Comments
← C:/Devt/Link/StartupSession/Link/U/ File has no corresponding item
← c:/tmp/statfns/STATFNS.vec.apla File has no corresponding item
```
**Expected behaviour**
There is no need for a resync. The issue is that inside Link.Diff, the corresponding element of expfiles for STATFNS is STATFNS.apla and not STATFNS.vec.apla.
**Version Info**
APL Version: 20.0.52434.0 64 Unicode
Link: 4.1.6
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.