Comment #4 on issue 1495 by pekka.klarck: Add plain text syntax support into ReST parser
http://code.google.com/p/robotframework/issues/detail?id=1495

Have you measured does the new support slow down the old reST support? Earlier reST files were just compiled to HTML, but now we first check do the source file contain robotframework directives.

Unless checking for directives is extremely slow, I don't think this is a big issue. Anyone wanting to use reST as a way to create Robot data in HTML who is worried about speed should nevertheless compile HTML files separately. Robot always compiling reST to HTML likely slows down overall parsing so much that checking for directives doesn't really matter.

In the future we could also consider making it possible to configure which parser to use for parsing a certain type of file. See issue 1283 for related discussion.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to