Re: [PATCH 0/7] module: various bug-fixes and clean-ups for module namespace

2019-10-03 Thread Masahiro Yamada
Hi Jessica, On Thu, Oct 3, 2019 at 3:57 AM Jessica Yu wrote: > > +++ Matthias Maennich [27/09/19 14:41 +0100]: > >On Fri, Sep 27, 2019 at 06:35:56PM +0900, Masahiro Yamada wrote: > >> > >>I was hit by some problems caused by the module namespace feature > >>that was merged recently. At least, the

Re: [PATCH 0/7] module: various bug-fixes and clean-ups for module namespace

2019-10-02 Thread Masahiro Yamada
H Jessica, On Thu, Oct 3, 2019 at 3:57 AM Jessica Yu wrote: > > +++ Matthias Maennich [27/09/19 14:41 +0100]: > >On Fri, Sep 27, 2019 at 06:35:56PM +0900, Masahiro Yamada wrote: > >> > >>I was hit by some problems caused by the module namespace feature > >>that was merged recently. At least, the

Re: [PATCH 0/7] module: various bug-fixes and clean-ups for module namespace

2019-10-02 Thread Matthias Maennich
On Wed, Oct 02, 2019 at 08:57:02PM +0200, Jessica Yu wrote: +++ Matthias Maennich [27/09/19 14:41 +0100]: On Fri, Sep 27, 2019 at 06:35:56PM +0900, Masahiro Yamada wrote: I was hit by some problems caused by the module namespace feature that was merged recently. At least, the breakage of exter

Re: [PATCH 0/7] module: various bug-fixes and clean-ups for module namespace

2019-10-02 Thread Jessica Yu
+++ Matthias Maennich [27/09/19 14:41 +0100]: On Fri, Sep 27, 2019 at 06:35:56PM +0900, Masahiro Yamada wrote: I was hit by some problems caused by the module namespace feature that was merged recently. At least, the breakage of external module builds is a fatal one. I just took a look at the c

Re: [PATCH 0/7] module: various bug-fixes and clean-ups for module namespace

2019-09-27 Thread Masahiro Yamada
Hi Matthias, On Fri, Sep 27, 2019 at 10:41 PM Matthias Maennich wrote: > > On Fri, Sep 27, 2019 at 06:35:56PM +0900, Masahiro Yamada wrote: > > > >I was hit by some problems caused by the module namespace feature > >that was merged recently. At least, the breakage of > >external module builds is

Re: [PATCH 0/7] module: various bug-fixes and clean-ups for module namespace

2019-09-27 Thread Matthias Maennich
On Fri, Sep 27, 2019 at 06:35:56PM +0900, Masahiro Yamada wrote: I was hit by some problems caused by the module namespace feature that was merged recently. At least, the breakage of external module builds is a fatal one. I just took a look at the code closer, and I noticed some more issues and