With Glyphs 3.0.5 (3130) I’m seeing an odd issue: glyphs with Mark, Nonspacing and no outlines have their advance width set to zero in CFF table but not hmtx, while glyphs with outlines have the advance width set to zero in both tables as expected.
(if you are wondering how I found about this, this was causing wired glyph displacement issues when exporting PDF from LibreOffice, after lots of debugging, turns out parts of the code read the advances from hmtx table while others read it from the the CFF table, resulting in pad advance adjustments in the PDF).