You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ssrdp.yaml file reference in mop.r.n.yaml (#1066)
Fixes: #1065
Fix incorrect file reference in mop.r.n.yaml hints section
## Problem
The `mop.r.n.yaml` file contains an incorrect file reference in its
hints section that points to a non-existent file path:
## Solution
it should point to Zicfiss,
hints:
```yaml
- { $ref: inst/Zicfiss/ssrdp.yaml# } # Correct path fixed
```
- Also added validation check , Method: Udb::Instruction#validate
- Tests each $ref by dereferencing it
- Prevents future broken hint references
Ready for Review sir @ThinkOpenly sir @dhower-qc
---------
Signed-off-by: Sukuna0007Abhi <[email protected]>
0 commit comments