Musicxml: fix testInferredTechnique test#33617
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (2)
📝 WalkthroughWalkthroughThe MusicXML import's getPlayingTechnique() now normalizes m_wordsText (plain-text conversion, simplified(), lowercase, strip ". , ; :") and matches techniques by iterating an ordered vector of phrase→PlayingTechniqueType pairs, returning the first substring match. The phrase list was expanded (including palm mute mapped to Undefined). A test reference PlayTechAnnotation was changed from playTechType="mute" to "open". The muse submodule pointer was updated. 🚥 Pre-merge checks | ✅ 1 | ❌ 4❌ Failed checks (1 warning, 3 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
d33e6ff to
1880280
Compare
|
Actionable comments posted: 0 |
1880280 to
5f37d1a
Compare
5f37d1a to
30d897e
Compare
Resolves: #30434 (comment) (last failing test on Windows)