[devel] [PATCH 1/1] pyosaf: decorate function does not handle version struct in initialize functions [#2524]

2017-10-16 Thread Hieu Nguyen
--- python/pyosaf/utils/__init__.py | 44 +++ python/pyosaf/utils/clm/__init__.py | 11 + python/pyosaf/utils/immoi/__init__.py | 7 +++--- python/pyosaf/utils/immom/__init__.py | 7 +++--- python/pyosaf/utils/log/__init__.py | 4 ++--

Re: [devel] [PATCH 1/1] pyosaf: decorate function does not handle version struct in initialize functions [#2524]

2017-10-16 Thread Hieu Nguyen
on.com; zoran.milinko...@ericsson.com Cc: opensaf-devel@lists.sourceforge.net Subject: Re: [devel] [PATCH 1/1] pyosaf: decorate function does not handle version struct in initialize functions [#2524] Hi Hieu, Please see my comment marked with [Quyen]. Thanks, Quyen On 10/5/2017 5:26 PM

Re: [devel] [PATCH 1/1] pyosaf: decorate function does not handle version struct in initialize functions [#2524]

2017-10-16 Thread Quyen Dao
Hi Hieu, Please see my comment marked with [Quyen]. Thanks, Quyen On 10/5/2017 5:26 PM, Hieu Nguyen wrote: --- python/pyosaf/utils/__init__.py | 38 +++ python/pyosaf/utils/clm/__init__.py | 18 -

Re: [devel] [PATCH 1/1] pyosaf: decorate function does not handle version struct in initialize functions [#2524]

2017-10-11 Thread Hieu Nguyen
Just remind, Hi Anders, Hans and Zoran, Do you have any comments for my patch? I hope you spend a little time to quick look this patch. It's related to MR HL Python Interface [MR54015], will be first demo on this Friday (13th Oct). Also, ticket #1410 Thanks, Hieu -Original Message-

Re: [devel] [PATCH 1/1] pyosaf: decorate function does not handle version struct in initialize functions [#2524]

2017-10-06 Thread Nguyen Luu
Hi, My comments: Why not just simply reusing the decorate() function as below, instead of inventing a new initialize_decorate() function only for zzzInitialize() API? And why making 'version' a global variable when it is only used by initialize()? / //@decorate// //def

[devel] [PATCH 1/1] pyosaf: decorate function does not handle version struct in initialize functions [#2524]

2017-10-05 Thread Hieu Nguyen
--- python/pyosaf/utils/__init__.py | 38 +++ python/pyosaf/utils/clm/__init__.py | 18 - python/pyosaf/utils/immoi/__init__.py | 12 +-- python/pyosaf/utils/immom/__init__.py | 11 +- python/pyosaf/utils/log/__init__.py |