error log

2018-10-30 Thread Dk Jack
Hi, I am trying to understand what the following error messages mean. 20181030.12h21m55s CONNECT: could not connect to 10.101.3.142 for 'http:// ' (setting last failure time) 20181030.12h21m55s RESPONSE: sent 10.101.1.156 status 504 (Connectio

Re: YAML support infrastructure - libswoc++

2018-10-30 Thread Alan Carroll
I think a problem here is Canned YAML isn't a library, it's an application. It reads schemas and generates C++ code. It is not itself linked in to anything. We could actually use it completely outside of ATS and only check in the generated code. However, the generated code depends on what is effect

Re: YAML support infrastructure - libswoc++

2018-10-30 Thread Bryan Call
My suggestion was to add the utilities as part of Canned YAML code base and bring in Canned YAML as a single library. I don’t think it makes sense to have two separate libraries (libswoc and canned YAML). This way anyone who would want to use a C++ schema validation library for YAML can easily

YAML support infrastructure - libswoc++

2018-10-30 Thread Alan Carroll
While working on the YAML support for ATS, I ended up making quite a lot of changes and updates to a set of support utilities which are also in ATS. To avoid problems while the work was in progress, and because it was suggested at the summit, I copied those utilities to a stand alone repository[1].