Re: [Musicpd-dev-team] FS improvements + refinements in PollGroupWinSelect

2013-12-04 Thread Denis Krjuchkov
04.12.2013 20:34, Max Kellermann пишет: > > We need to be careful when to merge code, because sometimes, there are > differences; for example, UTF-8 strings shall always use slash and > never backslash. That is not currently documented or enforced, but > may be a good idea to implement for better

Re: [Musicpd-dev-team] FS improvements + refinements in PollGroupWinSelect

2013-12-04 Thread Max Kellermann
On 2013/12/04 09:51, Denis Krjuchkov wrote: > I'm going to replace remaing GLib path management functions. > > However I have some thoughts at first: > > I think PathTraits type could be split into two types. > One for native paths and one for UTF-8 paths. > They could have similar symbol names

Re: [Musicpd-dev-team] FS improvements + refinements in PollGroupWinSelect

2013-12-04 Thread Denis Krjuchkov
I'm going to replace remaing GLib path management functions. However I have some thoughts at first: I think PathTraits type could be split into two types. One for native paths and one for UTF-8 paths. They could have similar symbol names (e.g. Build, IsAbsolute). This would allow writing more gen