From e2f4298ec87d3c513134cca1e166344f2fdcc744 Mon Sep 17 00:00:00 2001 From: konard Date: Thu, 11 Sep 2025 10:55:18 +0300 Subject: [PATCH 1/3] Initial commit with task details for issue #384 Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: https://github.com/linksplatform/Data.Doublets/issues/384 --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 000000000..3d78aaddd --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +Issue to solve: https://github.com/linksplatform/Data.Doublets/issues/384 +Your prepared branch: issue-384-58b26c76 +Your prepared working directory: /tmp/gh-issue-solver-1757577218631 + +Proceed. \ No newline at end of file From 51404c756b832e0cd837b5a3ff01b38a704e262e Mon Sep 17 00:00:00 2001 From: konard Date: Thu, 11 Sep 2025 10:55:38 +0300 Subject: [PATCH 2/3] Remove CLAUDE.md - PR created successfully --- CLAUDE.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index 3d78aaddd..000000000 --- a/CLAUDE.md +++ /dev/null @@ -1,5 +0,0 @@ -Issue to solve: https://github.com/linksplatform/Data.Doublets/issues/384 -Your prepared branch: issue-384-58b26c76 -Your prepared working directory: /tmp/gh-issue-solver-1757577218631 - -Proceed. \ No newline at end of file From 103d4a5054efae5725384b42d52f899c06145cd0 Mon Sep 17 00:00:00 2001 From: konard Date: Thu, 11 Sep 2025 11:02:00 +0300 Subject: [PATCH 3/3] Complete Conan 2.0 migration for Platform.Data.Doublets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add missing platform.setters/0.1.0 dependency to conanfile.txt - Fix recipe_folder in deploy-cpp.yml workflow from "platform.delegates" to "platform.data.doublets" - Verify all dependencies are consistent between conanfile.txt, CMakeLists.txt, and install script - Migration follows the same pattern as other Platform packages that have been successfully migrated 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/deploy-cpp.yml | 2 +- cpp/conanfile.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-cpp.yml b/.github/workflows/deploy-cpp.yml index 93049347c..e191d5d6f 100644 --- a/.github/workflows/deploy-cpp.yml +++ b/.github/workflows/deploy-cpp.yml @@ -11,6 +11,6 @@ jobs: main: uses: linksplatform/Workflows/.github/workflows/deploy-cpp.yml@main with: - recipe_folder: "platform.delegates" + recipe_folder: "platform.data.doublets" secrets: NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }} diff --git a/cpp/conanfile.txt b/cpp/conanfile.txt index 6eb783055..3425183d9 100644 --- a/cpp/conanfile.txt +++ b/cpp/conanfile.txt @@ -10,6 +10,7 @@ platform.random/0.2.0 platform.interfaces/0.3.41 platform.ranges/0.2.0 platform.numbers/0.1.0 +platform.setters/0.1.0 mio/cci.20201220 [generators]