Re: Code review tool

2019-12-22 Thread Disruptive Solutions
Nxstyle is really helpfull... Verstuurd vanaf mijn iPhone > Op 22 dec. 2019 om 08:05 heeft Abdelatif Guettouche > het volgende geschreven: > > Hi Justin, > > Nxstyle is a C file that you can find under tools. > > You can build it under any OS. > Greg is just using Windows. > >> On Sun, Dec

Re: Code review tool

2019-12-21 Thread Abdelatif Guettouche
Hi Justin, Nxstyle is a C file that you can find under tools. You can build it under any OS. Greg is just using Windows. On Sun, Dec 22, 2019, 03:50 Justin Mclean wrote: > Hi, > > Perhaps someone wants to work on making a portable version of this? It > seems it would be using for checking PRs

Re: Code review tool

2019-12-21 Thread Justin Mclean
Hi, Perhaps someone wants to work on making a portable version of this? It seems it would be using for checking PRs and part of the CI system. Thanks, Justin

Code review tool

2019-12-21 Thread Justin Mclean
Hi, I just tool a look at the tool Greg uses from review, and notice it runs an exe: tools/nxstyle.exe -m 86 $file So that not going to work for all committers. As I’m not familial with the project, perhaps i’m missing something. Where is the source for this tool located? Thanks, Justin