[PATCH] Fix for mixups in stdout/stderr output

Kris Wong wongk at seapine.com
Thu Feb 7 13:19:32 UTC 2008


> I'm posting this here because I'm not sure of all consequences of
> changing a public interface like kdevappfrontend. Do I need
> to increase
> the plugin version for this to work properly? (I've got no problems
> locally though without changing the version)

Well, changing the interface from accepting a const QString& to a const QCString& is not 100% BC.  Since the classes are related, and offer some matching constructors (including const char*), the change is partially BC.

As for the policy on the plugin version, I would imagine any non-BC changes in lib/interfaces would require an increase in the plugin version, correct?

Kris Wong




More information about the KDevelop-devel mailing list