Re: Kross module loading is broken since KF5.0.0

2015-05-16 Thread Alex Merry
On Wednesday 13 May 2015 15:42:42 Alexander Potashev wrote: > 2015-05-12 14:39 GMT+03:00 Vishesh Handa : > > On Mon, May 11, 2015 at 6:37 PM, Alexander Potashev > > > > wrote: > >> 3. Make module names case insensitive. This can be implemented in > >> Kross framework by listing and filtering dire

Re: Kross module loading is broken since KF5.0.0

2015-05-15 Thread Vishesh Handa
On Wed, May 13, 2015 at 2:42 PM, Alexander Potashev wrote: > But nobody will ever link to a Kross plugin bypassing the standard loader > for Kross modules. > > That said, I think it should be absolutely fine if we rename all Kross > modules back to lowercase spelling and be happy again. > > What

Re: Kross module loading is broken since KF5.0.0

2015-05-13 Thread Alexander Potashev
2015-05-12 14:39 GMT+03:00 Vishesh Handa : > > On Mon, May 11, 2015 at 6:37 PM, Alexander Potashev > wrote: >> >> 3. Make module names case insensitive. This can be implemented in >> Kross framework by listing and filtering directory contents instead of >> checking for a specific file. It will be

Re: Kross module loading is broken since KF5.0.0

2015-05-12 Thread Vishesh Handa
On Mon, May 11, 2015 at 6:37 PM, Alexander Potashev wrote: > 3. Make module names case insensitive. This can be implemented in > Kross framework by listing and filtering directory contents instead of > checking for a specific file. It will be slower and this looks like a > hack to me. > I would

Kross module loading is broken since KF5.0.0

2015-05-11 Thread Alexander Potashev
Hello, It all started this morning when I wanted to translate some Kwave in Lokalize... Long story short, while porting Kross from kdelibs4 into a KF5 framework there was a commit [1] that broke module loading. I'll tell you why it broke module loading. The commit was about naming of libraries/p