yaml-cpp icon indicating copy to clipboard operation
yaml-cpp copied to clipboard

add a new release

Open fantasy-peak opened this issue 8 months ago • 8 comments

fantasy-peak avatar May 08 '25 00:05 fantasy-peak

I also would be very happy to see a fresh release.

SlawBlaszczyk avatar May 08 '25 12:05 SlawBlaszczyk

yaml-cpp 0.8.0does not compile (as in https://github.com/jbeder/yaml-cpp/issues/1359) with GCC 15.1, so I would appreciate a new release too.

schenker avatar May 09 '25 15:05 schenker

Same here, with GCC 15.1 a new release fixing #1359 would be highly appreciated.

marlamb avatar May 09 '25 17:05 marlamb

Same here.

HeenaBansal20 avatar Jun 06 '25 04:06 HeenaBansal20

俺也一样!

dayfixer avatar Jun 23 '25 03:06 dayfixer

2 years have passed since the last release. Could you please make a new one?

SlawBlaszczyk avatar Aug 13 '25 11:08 SlawBlaszczyk

Another ping for a new release! 🥇

SGSSGene avatar Oct 19 '25 20:10 SGSSGene

I have to apply this patch for yaml to work now on new compilers (Apple clang version 17.0.0 for example). I hope a new release is done soon - assuming this patch is already in.

From abcdef1234567890 Mon Sep 17 00:00:00 2001
Subject: [PATCH] emitterutils: include <cstdint> (and <utility>) for uint16_t/uint32_t

diff --git a/src/emitterutils.cpp b/src/emitterutils.cpp
index 0000000..1111111 100644
--- a/src/emitterutils.cpp
+++ b/src/emitterutils.cpp
@@ -9,6 +9,8 @@
 #include "yaml-cpp/mark.h"
 #include "yaml-cpp/null.h"
 #include "yaml-cpp/ostream_wrapper.h"
+#include <cstdint>
+#include <utility>
 
 namespace YAML {
 namespace Utils {

maureeungaro avatar Oct 24 '25 16:10 maureeungaro