Re: [GNC-dev] Git branches

2020-07-07 Thread Jean Laroche
Awesome! Thanks! J. On 7/7/20 3:43 PM, John Ralls wrote: I just completed the post-4.0 branch shuffle, so maint is 4.0 and should get commits for stable release. master is 4.900 and ready for changes leading to 5.0 in 2-3 years time. Regards, John Ralls

[GNC-dev] Git branches

2020-07-07 Thread John Ralls
I just completed the post-4.0 branch shuffle, so maint is 4.0 and should get commits for stable release. master is 4.900 and ready for changes leading to 5.0 in 2-3 years time. Regards, John Ralls ___ gnucash-devel mailing list

Re: [GNC-dev] Python code formatter - black

2020-07-07 Thread John Ralls
PyLint is the granddaddy and semi-official python formatter and linter. Lots of Python projects require a PyLint check with a minimum score to merge commits. Regards, John Ralls > On Jul 7, 2020, at 9:23 AM, c.holterm...@gmx.de wrote: > > I looked around and liked black but I haven't compared

Re: [GNC-dev] Python code formatter - black

2020-07-07 Thread c . holtermann
I looked around and liked black but I haven't compared it to PyLint. Do you like that one better? Regards, Christoph Holtermann Am 2020-07-07 17:06, schrieb John Ralls: Is there a reason you don't want to use PyLint? Regards, John Ralls On Jul 6, 2020, at 10:22 PM, c.holterm...@gmx.de

Re: [GNC-dev] Rebuild after a change to a glade file

2020-07-07 Thread jean laroche
That did the trick! Thanks! J. On 7/6/2020 7:49 PM, John Ralls wrote: The glade files are loaded at runtime so it's likely that Xcode isn't moving the revised file into position. That might well be a cmake function. Did you try forcing a rerun of cmake? Regards, John Ralls On Jul 6,

Re: [GNC-dev] Python code formatter - black

2020-07-07 Thread John Ralls
Is there a reason you don't want to use PyLint? Regards, John Ralls > On Jul 6, 2020, at 10:22 PM, c.holterm...@gmx.de wrote: > > I have used it as is without config. I'll have a look which options > there > are for configuration and if what you have in mind is configurable. > > regards, > >

Re: [GNC-dev] Saving searches

2020-07-07 Thread Adrien Monteleone
The feature has been requested a few times on the user list that I recall. Usually the need is solved with a different approach. For example if the desired result is purely informational, a saved report is an option. A recent thread concerned finding a particular subset of transactions, but