Re: Koko in KDEReview

2021-05-04 Thread Nate Graham
On 5/4/21 1:23 PM, Ben Cooksley wrote: Side note here: It is actually possible to disable issues on Gitlab projects. Given that developers generally need a way to collaborate amongst themselves (as Phabricator tasks are used for) we leave the feature enabled however and generally don't

Re: Koko in KDEReview

2021-05-04 Thread Ben Cooksley
On Wed, 5 May 2021, 1:28 am Nate Graham, wrote: > On 5/4/21 1:16 AM, Harald Sitter wrote: > > Every time the bugz vs gitlab schism comes up I eventually tune out with > > the distinct feeling that there is strong opposition to moving. What I, > > what we all, do not want is to end up with two

Re: Koko in KDEReview

2021-05-04 Thread Ben Cooksley
On Wed, 5 May 2021, 7:02 am Nate Graham, wrote: > On 5/4/21 12:57 PM, Alexander Semke wrote: > > Jira can do all of this, except of the tight integration with GitLab out > of > > the box maybe, and even more. I'm heavily using Jira at work on the > daily base > > and it's a very reliable and

Re: Koko in KDEReview

2021-05-04 Thread Nate Graham
On 5/4/21 12:57 PM, Alexander Semke wrote: Jira can do all of this, except of the tight integration with GitLab out of the box maybe, and even more. I'm heavily using Jira at work on the daily base and it's a very reliable and feature-rich tool for project management and issue tracking. Many

Re: Koko in KDEReview

2021-05-04 Thread Alexander Semke
On Dienstag, 4. Mai 2021 18:09:53 CEST Nate Graham wrote: > * Far simpler interface means that it's harder to get confused and > accidentally add information in the wrong place > * Inline images makes it much easier to describe a bug visually compared > to BZ where images are attachments that you

Re: New repo in kdereview: kalk

2021-05-04 Thread Carl Schwan
You probably want to look at https://doc.qt.io/qt-5/qlocale.html#toFloat for converting the numbers from strings to floats. This also probably means that you need to tell Flex to consider 1.000,000 as a single token and find a way to convert it as a float before giving it to Bison. I hope this

Re: New repo in kdereview: kalk

2021-05-04 Thread Thomas Baumgart
On Dienstag, 4. Mai 2021 19:00:13 CEST hanyoung wrote: > Flex doesn't take care of separators, MPFR and GMP do. Flex is merely > scanning for numbers and operators to pass to Bison. That's true. For lexical analysis this does not really matter. How about a space as thousand delimiter?

Re: Koko in KDEReview

2021-05-04 Thread Martin Flöser
Am Dienstag, 4. Mai 2021, 16:53:39 CEST schrieb Adriaan de Groot: > On Tuesday, 4 May 2021 15:50:27 CEST Halla Rempt wrote: > > On Tuesday, 4 May 2021 15:28:30 CEST Nate Graham wrote: > > > I don't see anyone really trying to argue otherwise. > > > > I have certainly made that argument many

Re: New repo in kdereview: kalk

2021-05-04 Thread Thomas Baumgart
Han, On Dienstag, 4. Mai 2021 11:36:04 CEST hanyoung wrote: > Pushed an inelegant solution - include "," as decimal separator in flex. As > long as there aren't any more decimal separator we're cool. Not sure if this appropriate, but I wanted to warn you about the dilemma that in some locale

Re: New repo in kdereview: kalk

2021-05-04 Thread hanyoung
Flex doesn't take care of separators, MPFR and GMP do. Flex is merely scanning for numbers and operators to pass to Bison. Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Wednesday, May 5, 2021 12:56 AM, Thomas Baumgart wrote: > Han, > > On Dienstag, 4. Mai 2021

Re: Koko in KDEReview

2021-05-04 Thread Nate Graham
On 5/4/21 8:54 AM, Halla Rempt wrote: On Tuesday, 4 May 2021 16:26:22 CEST Nate Graham wrote: Again, my point was not that everything about GLI is universally better than everything about BZ. Just that most things are mostly better in most ways that most of us care about. List them? I cannot

Re: Koko in KDEReview

2021-05-04 Thread Carl Schwan
Le mardi, mai 4, 2021 4:53 PM, Adriaan de Groot a écrit : > On Tuesday, 4 May 2021 15:50:27 CEST Halla Rempt wrote: > > > On Tuesday, 4 May 2021 15:28:30 CEST Nate Graham wrote: > > > > > I don't see anyone really trying to argue otherwise. > > > > I have certainly made that argument many times.

Re: Koko in KDEReview

2021-05-04 Thread Halla Rempt
On Tuesday, 4 May 2021 16:26:22 CEST Nate Graham wrote: > Again, my point was not that everything about GLI is universally better > than everything about BZ. Just that most things are mostly better in > most ways that most of us care about. List them? I cannot think of a single thing that's

Re: Koko in KDEReview

2021-05-04 Thread Adriaan de Groot
On Tuesday, 4 May 2021 15:50:27 CEST Halla Rempt wrote: > On Tuesday, 4 May 2021 15:28:30 CEST Nate Graham wrote: > > I don't see anyone really trying to argue otherwise. > > I have certainly made that argument many times. Since only developers can > add tags, it will be impossible for ordinary

Re: Koko in KDEReview

2021-05-04 Thread Nate Graham
On 5/4/21 7:50 AM, Halla Rempt wrote: On Tuesday, 4 May 2021 15:28:30 CEST Nate Graham wrote: I don't see anyone really trying to argue otherwise. I have certainly made that argument many times. Since only developers can add tags, it will be impossible for ordinary users to provide enough

Re: Koko in KDEReview

2021-05-04 Thread Nate Graham
On 5/4/21 8:10 AM, Harald Sitter wrote:> Sure, I suppose, I mean, not this conservation, this conversation was about koko and how it needs crash tracking because quite clearly there's opportunity for crashing. The reality right here right now is that drkonqi only sports bugz support and will not

Re: Koko in KDEReview

2021-05-04 Thread Harald Sitter
On 04.05.21 15:28, Nate Graham wrote: > On 5/4/21 1:16 AM, Harald Sitter wrote: >> Every time the bugz vs gitlab schism comes up I eventually tune out with >> the distinct feeling that there is strong opposition to moving. What I, >> what we all, do not want is to end up with two systems that

Re: Koko in KDEReview

2021-05-04 Thread Halla Rempt
On Tuesday, 4 May 2021 15:28:30 CEST Nate Graham wrote: > I don't see anyone really trying to argue otherwise. I have certainly made that argument many times. Since only developers can add tags, it will be impossible for ordinary users to provide enough information to classify the bug. Tagging

Re: Koko in KDEReview

2021-05-04 Thread Nate Graham
On 5/4/21 1:16 AM, Harald Sitter wrote: Every time the bugz vs gitlab schism comes up I eventually tune out with the distinct feeling that there is strong opposition to moving. What I, what we all, do not want is to end up with two systems that require us to maintain two client libraries with

Re: New repo in kdereview: kalk

2021-05-04 Thread hanyoung
Pushed an inelegant solution - include "," as decimal separator in flex. As long as there aren't any more decimal separator we're cool. Regards, Han ‐‐‐ Original Message ‐‐‐ On Tuesday, May 4, 2021 6:54 AM, Albert Astals Cid wrote: > Added a failing test >

Re: Koko in KDEReview

2021-05-04 Thread Harald Sitter
On 04.05.21 00:07, Carl Schwan wrote: > Le lundi, mai 3, 2021 4:35 PM, Harald Sitter a écrit : > >> On 23.04.21 01:00, Carl Schwan wrote: >> > >>> - please get a bugzilla produce created for it > > > Not a fan of that. This will ends up exactly like the www bugs, something >