libyaml
libyaml copied to clipboard
Canonical source repository for LibYAML
Currently, there is no way to write or read comments using this library. I understand that comments are intended only for humans, so parsing them into runtime model makes little...
There are official Docker hub images for each of these: - https://hub.docker.com/_/centos/ - https://hub.docker.com/_/opensuse/ We should take advantage of this and test on a few versions to try to cover...
LibYAML would like to start continuously testing on Windows with AppVeyor, but the current maintainers are unfamiliar with developing on Windows. [curl](https://github.com/curl/curl/blob/master/appveyor.yml) utilizes AppVeyor and may be helpful for people...
For yaml 1.1 sepc, anchor name can be any unicode char (http://yaml.org/spec/1.1/#id899912) ``` [109] ns-anchor-name ::= ns-char+ [38] ns-char ::= nb-char - s-white [34] nb-char ::= c-printable - b-char ```
Here's the output of `./configure`: ./configure Output $ ./configure rm error: lstat /Users/UserName/Library/Caches/CocoaPods/Pods/Release/LibYAML/0.1.4-aff64/conf63588: no such file or directory rm error: lstat /Users/UserName/Library/Caches/CocoaPods/Pods/Release/LibYAML/0.1.4-aff64/conf63588.dir: no such file or directory rm error: lstat...
Hey all, I'm well aware token-based parsing (specifically when it comes to YAML) is not useful at all unless you are implementing a syntax highlighter. Let's say I had another...
error
if build dll with no CRT(/MTd or /MT), yaml_parser_scan or yaml_parser_parse will assert by fread.
The following program reproduces scan time that is quadratic in the size of the input document. ```c #include #include #include #include #include int main(int argc, char **argv) { if (argc...
``` rpmbuild -ba libyaml.spec ``` ``` Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6ioRTj + umask 022 + cd /home/keye/rpmbuild/BUILD + cd /home/keye/rpmbuild/BUILD + rm -rf yaml-0.2.5 + /usr/bin/gzip -dc /home/keye/rpmbuild/SOURCES/yaml-0.2.5.tar.gz + /usr/bin/tar -xf...
Fix CMakeLists.txt to use ${INSTALL_INCLUDE_DIR} instead of hardcoded "include"