[Pharo-project] question about O2 vs OB
Lukas wrote
because O2 makes incompatible changes to the OmniBrowser framework. The way O2 is implemented makes it impossible to run both together on the >same core model without conflicts.
OK, but Alexandre wrote in [1]: "O2 has now no dependencies to OB anymore." so is Lukas' statement still true and both are in conflict or are these conflicts now resolved and it is possible to run both together? Thanks T. [1] http://lists.gforge.inria.fr/pipermail/pharo-project/2010-January/020475.htm... -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
O2 used to depend and override some stuff from OB. Thus, we have lot of bugs related to this. Right now, after the ANN of David and Alexandre, O2 does not depend or overrides anything from OB. So, you can load both of them in a core image without needing the other, and they can even coexist. I mean, you can install both without problems. But...they don't share code, at all. At least, that's what I understood. Cheers Mariano On Wed, Jan 20, 2010 at 2:40 PM, Torsten Bergmann <astares@gmx.de> wrote:
Lukas wrote
because O2 makes incompatible changes to the OmniBrowser framework. The way O2 is implemented makes it impossible to run both together on the same core model without conflicts.
OK, but Alexandre wrote in [1]: "O2 has now no dependencies to OB anymore."
so is Lukas' statement still true and both are in conflict or are these conflicts now resolved and it is possible to run both together?
Thanks T.
[1] http://lists.gforge.inria.fr/pipermail/pharo-project/2010-January/020475.htm... -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
so is Lukas' statement still true and both are in conflict or are these conflicts now resolved and it is possible to run both together?
That was the answer to the question "why they don't use the same codebase". Don't know if this was the actual question? According to the announcement they should be able to run next to each other now. I haven't tried it though. Lukas -- Lukas Renggli http://www.lukas-renggli.ch
participants (3)
-
Lukas Renggli -
Mariano Martinez Peck -
Torsten Bergmann