tristanjuricek / knockoff

A Markdown parser + object model in scala
http://tristanjuricek.github.com/knockoff
BSD 3-Clause "New" or "Revised" License
102 stars 17 forks source link

Extending Wholesaler trait (with SCAML stuff) hides LatexXHTMLWriter methods??!? #25

Closed tristanjuricek closed 11 years ago

tristanjuricek commented 14 years ago

On the trunk version (0.7.3-SNAPSHOT) extending the wholesaler trait returned the following compile errors in sbt

illegal combination of modifiers: private and override for: method toMathML

When I created my own trait that combined the LatexXHTMLWriter with the Discounter, but removed the SCAML stuff, it worked.

tristanjuricek commented 11 years ago

I removed the extensions from this core project to minimize dependencies.

This issue might be addressed if I think about the extension API later.