Re: [Libreoffice] [PUSHED] Series of fixes and migration to One Git for contrib/dev-tools/ubuntu-jenkins

2011-08-18 Thread Henrik Jensen


Hi Michael

On 16-08-2011 17:50, Michael Meeks wrote:
 Hi Henrik,

 On Mon, 2011-08-15 at 23:40 +0100, Henrik Jensen wrote:
 Feel free to commit to the dev-tools repo directly, improving the
 jenkins setup even more would be awesome!

 I appreciate the trust Bjoern :-), but I don't have an 
 freedesktop.org/Libreoffice
 account yet.

     Hey - welcome to the project :-) there are obvious historical Jenkins /
 LibreOffice synergies somewhere here I think; great to have you on
 board.


Thanks :-)

I'm not really into Jenkins (yet) but a blog post by Bjoern
http://sweetshark.livejournal.com/1858.html inspired me to use
Jenkins as a starting point for my local source tree so I can experiment to
my hearts content with git and the code, an always be able to do a complete 
revert without needing a slow clone from the remote repo.

 (AFAIK I can't get partial commit right to contrib/dev-tools/ubuntu-jenkins)

     We can easily ask you to push only to there without further approval,
 which I suspect is a stronger force than most access controls out
 there ;-) but it'd be good to get a few more patches first, as you say.


Yeah, I'll just continue to submit patches for ubuntu-jenkins here for Bjoern 
and others to review when the see the time to it.

 Besides, my git skills are still on the Mickey Mouse level, so I would be a 
 bit
 fearful 'Goofying' around the source tree ;-).

     As long as you don't 'git push' randomly you're safe; and the most
 errors problems should be disallowed by the server so ...

 Later when I feel more comfortable with the code, I hope to be able to use 
 (resurrect ?)
 the old GSOC 2006 project 
 http://wiki.services.openoffice.org/wiki/BASIC/UNO_Object_Browser
 as a stepping stone for pursuing  an old dream of adding (at least some 
 primitive kind of)
 code-completion functionality to the star-basic editor.

     Ah - that would indeed be nice; unfortunately - queryInterface makes a
 dogs breakfast of type inference from objects: by the power of
 'meta'ness ;-) we have no idea what interfaces are supported, and we are
 constantly loosing strong type information down 'Any' shaped holes -
 which is a shame.

Oh my, that sounds more like politicians with vague promises than interfaces 
with contracts. :-P. Heh, I got this feeling I'm probably better off slowly 
turning the lid back on what appears to be a can of worms, hoping not to many 
noticed, and focus on more realistic objectives for the near future. :-)

Jokes aside, I'm a bit surprised of these difficulties because there seems to 
be plenty of reflection interfaces in the uno-framework:
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/AdvUNO/UNO_Reflection_API
 ?
Is the Editor component on a too low layer to take advantages of these ?


     But - it'd be great to resurrect the object browser  get it integrated
 no doubt.

     Thanks !

         Michael.


Thanks for the reply

--Henrik
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PUSHED] Series of fixes and migration to One Git for contrib/dev-tools/ubuntu-jenkins

2011-08-16 Thread Michael Meeks
Hi Henrik,

On Mon, 2011-08-15 at 23:40 +0100, Henrik Jensen wrote:
  Feel free to commit to the dev-tools repo directly, improving the
 jenkins setup even more would be awesome!

 I appreciate the trust Bjoern :-), but I don't have an 
 freedesktop.org/Libreoffice
 account yet.

Hey - welcome to the project :-) there are obvious historical Jenkins /
LibreOffice synergies somewhere here I think; great to have you on
board.

 (AFAIK I can't get partial commit right to contrib/dev-tools/ubuntu-jenkins)

We can easily ask you to push only to there without further approval,
which I suspect is a stronger force than most access controls out
there ;-) but it'd be good to get a few more patches first, as you say.

 Besides, my git skills are still on the Mickey Mouse level, so I would be a 
 bit
 fearful 'Goofying' around the source tree ;-).

As long as you don't 'git push' randomly you're safe; and the most
errors problems should be disallowed by the server so ...

 Later when I feel more comfortable with the code, I hope to be able to use 
 (resurrect ?)
 the old GSOC 2006 project 
 http://wiki.services.openoffice.org/wiki/BASIC/UNO_Object_Browser
 as a stepping stone for pursuing  an old dream of adding (at least some 
 primitive kind of)
 code-completion functionality to the star-basic editor.

Ah - that would indeed be nice; unfortunately - queryInterface makes a
dogs breakfast of type inference from objects: by the power of
'meta'ness ;-) we have no idea what interfaces are supported, and we are
constantly loosing strong type information down 'Any' shaped holes -
which is a shame.

But - it'd be great to resurrect the object browser  get it integrated
no doubt.

Thanks !

Michael.

-- 
 michael.me...@novell.com  , Pseudo Engineer, itinerant idiot

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PUSHED] Series of fixes and migration to One Git for contrib/dev-tools/ubuntu-jenkins

2011-08-15 Thread Bjoern Michaelsen
Hi Henrik,

great work, all pushed!

On Mon, 15 Aug 2011 06:11:35 +0100 (BST)
Henrik Jensen hrikjsenvagt...@yahoo.dk wrote:

 0001-Bugfix-ups-forgot-a-leading-in-shebang-in-start-lo-j.patch:

As my local setup moved quite a bit from the stuff I originally
uploaded, I did not update the scripts there yet. Feel free to
commit to the dev-tools repo directly, improving the jenkins setup
even more would be awesome!

Best,

Bjoern


-- 
https://launchpad.net/~bjoern-michaelsen


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PUSHED] Series of fixes and migration to One Git for contrib/dev-tools/ubuntu-jenkins

2011-08-15 Thread Henrik Jensen



Hi Henrik,

great work, all pushed!


Thanks.

As my local setup moved quite a bit from the stuff I originally
uploaded, I did not update the scripts there yet. Feel free to
commit to the dev-tools repo directly, improving the jenkins setup
even more would be awesome!

I appreciate the trust Bjoern :-), but I don't have an 
freedesktop.org/Libreoffice account yet.
I've have only been following the lo-dev project (actively) in a few weeks so I 
don't think my
very low seniority status would entitle me to commit rights on the source tree.
(AFAIK I can't get partial commit right to contrib/dev-tools/ubuntu-jenkins)
Besides, my git skills are still on the Mickey Mouse level, so I would be a bit
fearful 'Goofying' around the source tree ;-).

Though I do hope to make some contribution (aside from ubuntu-jenkins) later on.
I have thought of some auto-genereated IDE project files (eclipse, netbeans xml 
stuff) just
for browsing the source files (not for compiling), generated from parsing 'make 
-np' dryruns.
Later when I feel more comfortable with the code, I hope to be able to use 
(resurrect ?)
the old GSOC 2006 project 
http://wiki.services.openoffice.org/wiki/BASIC/UNO_Object_Browser
as a stepping stone for pursuing  an old dream of adding (at least some 
primitive kind of)
code-completion functionality to the star-basic editor.


Best,

Bjoern

Likewise

--Henrik
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice