Re: [ros-dev] Replacing unsafe TRUE comparisons (Following Re: bool => BOOL)

2014-11-16 Thread Rafał Harabień
W dniu 2014-11-16 o 11:19, Eric Kohl pisze: > > Unfortunately, several month ago, some patches were applied to the Wine > code that replaced expressions like "(a < 7) ? TRUE : FALSE" by "(a < > 7)". These patches could be the origin of some bugs and should be > reverted from the Wine codebase. >

Re: [ros-dev] Microsoft switched to Git

2017-02-16 Thread Rafał Harabień
You can change one config entry and you can forget about merging strategy: |git config --globalpull.rebase true | ||You just have to force everyone to using it. Then simple git pull automatically rebases. We use it in work for all projects and history is linear. || W dniu 16.02.2017 o 09:37, Col

Re: [ros-dev] New ideas added to GSoC Ideas list

2017-03-14 Thread Rafał Harabień
In my opinion it's very sensible proposal. I remember changing dialog layout in resources was a big pain because of amount of repeated work for all languages (and error prone). It was demotivating. On the other hand there are free translation platforms making project translation more organized and

Re: [ros-dev] New ideas added to GSoC Ideas list

2017-03-14 Thread Rafał Harabień
ee that it would be nice to have some nicer tool for > translators, but IMO, .po files are not it. > > > On 14 March 2017 at 23:14, Rafał Harabień <mailto:raf...@reactos.org>> wrote: > > In my opinion it's very sensible proposal. I remember changing dialog >

Re: [ros-dev] New ideas added to GSoC Ideas list

2017-03-15 Thread Rafał Harabień
ting a dialog is annoying, but due to the way win32 >> resource dialogs work, it's unavoidable. Even if we could have a serpate >> file for reaching the translations, there's often the situation where >> certain languages need different layouts, or at least different co