From db759b25fc8d33d4cadbf1f278dfad353245f377 Mon Sep 17 00:00:00 2001 From: James Tullos Date: Wed, 24 Sep 2025 13:05:58 -0500 Subject: [PATCH 1/2] https://github.com/jacobwilliams/json-fortran/issues/600 Proposed fix sets target standard to f08 to match the rest of the build methods. --- .../jsonfortranlib/jsonfortranlib.vfproj | 110 +++++----- .../jsonfortrantest/jsonfortrantest.vfproj | 197 +++++++++--------- 2 files changed, 163 insertions(+), 144 deletions(-) diff --git a/visual_studio/jsonfortranlib/jsonfortranlib.vfproj b/visual_studio/jsonfortranlib/jsonfortranlib.vfproj index b4366495a2..f521d1cd2a 100644 --- a/visual_studio/jsonfortranlib/jsonfortranlib.vfproj +++ b/visual_studio/jsonfortranlib/jsonfortranlib.vfproj @@ -2,57 +2,67 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + - - - - - - - + + + + + + + + + + diff --git a/visual_studio/jsonfortrantest/jsonfortrantest.vfproj b/visual_studio/jsonfortrantest/jsonfortrantest.vfproj index 2b167fe1a3..46f1bc3f7a 100644 --- a/visual_studio/jsonfortrantest/jsonfortrantest.vfproj +++ b/visual_studio/jsonfortrantest/jsonfortrantest.vfproj @@ -2,100 +2,109 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 5a87e37ac53229e0f106a1e1f8bb6e0967590d49 Mon Sep 17 00:00:00 2001 From: James Tullos Date: Wed, 24 Sep 2025 14:09:40 -0500 Subject: [PATCH 2/2] Updated the stack reservation to 3MB. This is sufficient to pass the allocation error found in test 48. 2MB was not sufficient. Further investigation could potentially identify a more precise target, but this should be sufficient to also have room for future increases in memory usage in testing. https://github.com/jacobwilliams/json-fortran/issues/602 --- visual_studio/jsonfortrantest/jsonfortrantest.vfproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual_studio/jsonfortrantest/jsonfortrantest.vfproj b/visual_studio/jsonfortrantest/jsonfortrantest.vfproj index 46f1bc3f7a..53f19ee312 100644 --- a/visual_studio/jsonfortrantest/jsonfortrantest.vfproj +++ b/visual_studio/jsonfortrantest/jsonfortrantest.vfproj @@ -29,7 +29,7 @@ - +