Re: Intended behavior of automatic decimal point (bug 120940)

2017-07-27 Thread Christoph R
I do not even see this as a bug. Any number without a decimal point is divided by 100. Which makes the input “20.44/2” in fact 20.44/0.02 which is 1,022.00 Cheers, Christoph > Am 26.07.2017 um 09:58 schrieb David T. via gnucash-devel > : > > Sumit, > As I

Re: Intended behavior of automatic decimal point (bug 120940)

2017-07-27 Thread Christoph R
> Put another way, the current behavior would result in the decimal being moved > four places on an entry like "1200/35", which would be at variance with the > actual setting. Actually not since (1200/100)/(35/100) = 1200/35. But you are right for 1200*35 which yields 12.0*0.35 = 4.2. As a

Re: Intended behavior of automatic decimal point (bug 120940)

2017-07-27 Thread David T. via gnucash-devel
Christoph, I disagree, and clearly the people on the bug don't see it that way either.  I think of the decimal placement as applying to the final number in the field (as a sort of edit mask, if you will), rather than a preprocessing function that would apply to every element in an equation.  The

Re: GNUCash as a maintenance project?

2017-07-27 Thread John Ralls
> On Jul 26, 2017, at 8:13 AM, Keith Gallagher wrote: > > hello. > > Keith Gallagher here, software engineering faculty at Florida Inst. of > Technology. This coming term I am teaching an advanced course in software > maintenance and evolution; upper division

Patches versus Pull Requests

2017-07-27 Thread David T. via gnucash-devel
Hello, In going over some of the wiki information, I ran into a section that goes into some detail about preparing patches for submission. While this is, no doubt, still a valid way of submitting changes, is this: a) how the project prefers such changes to be submitted, and b) something that

Re: Patches versus Pull Requests

2017-07-27 Thread John Ralls
> On Jul 27, 2017, at 9:45 AM, David T. via gnucash-devel > wrote: > > Hello, > > In going over some of the wiki information, I ran into a section that goes > into some detail about preparing patches for submission. > > While this is, no doubt, still a valid way

Fwd: GnuCash page Git has been changed by Sunfish62

2017-07-27 Thread Frank H. Ellenberger
David, because it is not the first time you are reverting a bunch of my commits, I want to ask you for your reason: a) was it by accident - using some unsynchronized offline editor, or b) you disliked my changes, then you should explain it, or c) you dislike me or d) what else? Regards Frank

Re: Intended behavior of automatic decimal point (bug 120940)

2017-07-27 Thread Eric Siegerman
On Thu, Jul 27, 2017 at 08:20:50AM +, David T. via gnucash-devel wrote: > I think of the decimal placement as applying to the final number in the field > (as a sort of edit mask, if you will), rather than a preprocessing function > that would apply to every element in an equation. I'm not

Re: Patches versus Pull Requests

2017-07-27 Thread Adonay Felipe Nogueira
+1, it's a lot easier to just format-patch and send it to some place related to the project than using GitHub. :) ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Wiki collissions; was: GnuCash page Git has been changed by Sunfish62

2017-07-27 Thread David T. via gnucash-devel
> On Jul 28, 2017, at 10:24 AM, Frank H. Ellenberger > wrote: > > Hi David, > Am 28.07.2017 um 05:45 schrieb David T.: >> Frank, >> >> I beg to differ about reverting your edits. I have never knowingly reverted >> any of your edits. (I have had you revert mine,

Wiki collissions; was: GnuCash page Git has been changed by Sunfish62

2017-07-27 Thread Frank H. Ellenberger
Hi David, Am 28.07.2017 um 05:45 schrieb David T.: > Frank, > > I beg to differ about reverting your edits. I have never knowingly reverted > any of your edits. (I have had you revert mine, however) ,,, after you replaced wiki:Glossary by a link to Guide/Glossary which had only half of its

Re: Intended behavior of automatic decimal point (bug 120940)

2017-07-27 Thread John Ralls
> On Jul 27, 2017, at 6:27 PM, Eric Siegerman wrote: > > On Thu, Jul 27, 2017 at 08:20:50AM +, David T. via gnucash-devel wrote: >> I think of the decimal placement as applying to the final number in the field >> (as a sort of edit mask, if you will), rather than a

Re: GnuCash page Git has been changed by Sunfish62

2017-07-27 Thread David T. via gnucash-devel
Frank, I beg to differ about reverting your edits. I have never knowingly reverted any of your edits. (I have had you revert mine, however) It is true that I have changed things you’ve written, to improve their English grammar and readability. I wouldn’t believe that such changes would

Re: Intended behavior of automatic decimal point (bug 120940)

2017-07-27 Thread Sumit Bhardwaj
Based on all this, I propose we remove auto-decimal feature in v2.8. Meanwhile, I will look for another bug to fix. Feel free to point me to a bug that could use some attention. Thanks, Sumit On Thu, Jul 27, 2017 at 8:24 PM, John Ralls wrote: > > > > On Jul 27, 2017, at

Re: Patches versus Pull Requests

2017-07-27 Thread David T. via gnucash-devel
Thanks John. I will look at ways to rewrite these sections to reflect current practices and preferences. It probably will mostly entail switching the sequence of information (putting pull requests first), and then offloading the details of the patch process into a separate page for those still