Re: [Tech-debt] Introduce regex into Mesos

2016-07-12 Thread haosdent
> term > > >> solution for Mesos defined data format, e.g. resources. > > >> > > >> > > >> > > >> > > >> Da (Klaus), Ma (??), PMPĀ®| Advisory Software Engineer > > >> Platform DCOS Development & Support, STG, IBM GCG > > >> +86-10-8245 4084 | mad..

Re: [Tech-debt] Introduce regex into Mesos

2016-07-12 Thread Klaus Ma
sos defined data format, e.g. resources. > >> > >> > >> > >> > >> Da (Klaus), Ma (??), PMPĀ®| Advisory Software Engineer > >> Platform DCOS Development & Support, STG, IBM GCG > >> +86-10-8245 4084 | mad...@cn.ibm.com | http://k82.m

Re: [Tech-debt] Introduce regex into Mesos

2016-07-12 Thread Alexander Rojas
8245 4084 | mad...@cn.ibm.com | http://k82.me >> >> <http://k82.me/> >> >> >> >> From: Klaus Ma <klaus1982...@hotmail.com> >> Sent: Saturday, June 11, 2016 2:09 AM >> To: dev >> Subject: Re:

Re: [Tech-debt] Introduce regex into Mesos

2016-07-05 Thread haosdent
IBM GCG > +86-10-8245 4084 | mad...@cn.ibm.com | http://k82.me > > <http://k82.me/> > > > > From: Klaus Ma <klaus1982...@hotmail.com> > Sent: Saturday, June 11, 2016 2:09 AM > To: dev > Subject: Re: [Tech-debt] Introduce regex into Mesos > >

Re: [Tech-debt] Introduce regex into Mesos

2016-06-13 Thread Klaus Ma
June 11, 2016 2:09 AM To: dev Subject: Re: [Tech-debt] Introduce regex into Mesos As Joseph said, regex works well in llvm 7.3 & gcc 5.3, but does not work in gcc 4.8.4; also try "" in gc 4.8.4, but "ld" failed :(. Da (Klaus), Ma (??), PMP(r)| Advisory Software Engineer

Re: [Tech-debt] Introduce regex into Mesos

2016-06-10 Thread Klaus Ma
d...@cn.ibm.com | http://k82.me <http://k82.me/> From: Joseph Wu <jos...@mesosphere.io> Sent: Friday, June 10, 2016 8:15:51 PM To: dev Subject: Re: [Tech-debt] Introduce regex into Mesos Same here. Mesos currently requires GCC 4.8.1+. Regex support wa

Re: [Tech-debt] Introduce regex into Mesos

2016-06-10 Thread Joseph Wu
Same here. Mesos currently requires GCC 4.8.1+. Regex support was implemented in GCC 4.9.0, see [1]. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631 On Fri, Jun 10, 2016 at 11:39 AM, Kevin Klues wrote: > By compiler errors, I mean "internal compiler errors" > > On

Re: [Tech-debt] Introduce regex into Mesos

2016-06-10 Thread Kevin Klues
By compiler errors, I mean "internal compiler errors" On Fri, Jun 10, 2016 at 11:38 AM, Kevin Klues wrote: > I've run into compiler errors using simple regex stuff from the > standard library on our supported version of gcc. > > On Thu, Jun 9, 2016 at 7:30 PM, Klaus Ma

Re: [Tech-debt] Introduce regex into Mesos

2016-06-10 Thread Kevin Klues
I've run into compiler errors using simple regex stuff from the standard library on our supported version of gcc. On Thu, Jun 9, 2016 at 7:30 PM, Klaus Ma wrote: > Hi team, > > > We're discussing to introduce regex into Mesos when investigating >