[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-14 Thread zwoop
Github user zwoop commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
Note that it has to succeed on CentOS6, which is indeed running 

```
[root@centos6 ~]# bison  --version
bison (GNU Bison) 2.4.1
```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-07 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
clang-analyzer build *successful*! 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/267/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-07 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
Linux build *successful*! 
https://ci.trafficserver.apache.org/job/linux-github/1599/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-07 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
FreeBSD11 build *failed*! 
https://ci.trafficserver.apache.org/job/freebsd-github/1704/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-07 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
Intel CC build *successful*! 
https://ci.trafficserver.apache.org/job/icc-github/135/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-07 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
RAT check *successful*! 
https://ci.trafficserver.apache.org/job/RAT-github/22/
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-07 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
clang-format check *successful*! See 
https://ci.trafficserver.apache.org/job/clang-format-github/9/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-07 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
AU check *successful*! See 
https://ci.trafficserver.apache.org/job/autest-github/8/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-07 Thread zwoop
Github user zwoop commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
Lets re-run this with the new Github builders: [approve ci]


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-07 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
Linux build *successful*! See 
https://ci.trafficserver.apache.org/job/RAT-github/5/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-01 Thread jablko
Github user jablko commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
> I'm not sure we can do without this. I know I had problems which lead me 
to do this which may be related to older versions of Bison. Note that it works 
for 3.0.4 compared to 2.7. My experience is that Bison versions on old 
operating systems we support tend to be very old. I will need to check this on 
older OS versions we use here at Y!.

Thanks for taking a look! It should work with Bison 2.7, just based on the 
GitHub CI jobs (e.g. the FreeBSD job uses 2.7 [1]). The CentOS 6 machine uses 
2.4 [2] -- but we don't run that for pull requests, I think.

I think the important difference between TsConfigGrammar.h and 
TsConfigGrammar.hpp is that TsConfigGrammar.h contains yyscan_t (the first 
tsconfigparse() parameter) and TsConfigGrammar.hpp doesn't -- but replacing 
`%parse-param { yyscan_t lexer }` with `%parse-param { void *lexer }` has the 
same effect?

[1] https://ci.trafficserver.apache.org/files/BuildMachines/FreeBSD10
[2] https://ci.trafficserver.apache.org/files/BuildMachines/CentOS6

> Additionally the plan going forward for this is to remove all the parsing 
from TSConfig and have it depend on Lua.

Nice!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-03-01 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
I'm not sure we can do without this. I know I had problems which lead me to 
do this which may be related to older versions of Bison. Note that it works for 
3.0.4 compared to 2.7. My experience is that Bison versions on old operating 
systems we support tend to be very old. I will need to check this on older OS 
versions we use here at Y!.

Additionally the plan going forward for this is to remove all the parsing 
from TSConfig and have it depend on Lua.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-02-28 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
clang-analyzer build *successful*! See 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/214/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-02-28 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
Intel CC build *successful*! See 
https://ci.trafficserver.apache.org/job/icc-github/82/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-02-28 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
FreeBSD build *successful*! See 
https://ci.trafficserver.apache.org/job/freebsd-github/1650/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1517: Remove BisonHeaderToC++.sed

2017-02-28 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1517
  
Linux build *successful*! See 
https://ci.trafficserver.apache.org/job/linux-github/1545/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---