From 2b7bd5464e67df478380d95f260ab2c4bce3923a Mon Sep 17 00:00:00 2001
From: Marco Matthies <71844+marcom@users.noreply.github.com>
Date: Thu, 20 Jun 2024 17:53:47 +0200
Subject: [PATCH] Only Persefone 0.5.0 works at the moment, so adjust compat
 section accordingly

With Persefone 0.5.1, there is an endless stream of

reached the end of a @resumable function

printed to the screen at 100% CPU usage.

I think this is caused by a change in Persefone, where the landcover
etc files are now found relative to a mapdirectory.  This setting is
not present in the GUI, printing an error to the screen but then
continuing.

It is not sufficient to just change guiparameters.toml, as parts of
the GUI code also expect to access files at a certain location, and
these parts of the code must also be changed.
---
 Project.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Project.toml b/Project.toml
index fc1defd..27099c8 100644
--- a/Project.toml
+++ b/Project.toml
@@ -26,7 +26,7 @@ FileIO = "1"
 GLMakie = "0.6"
 GeometryBasics = "0.4"
 Observables = "0.5"
-Persefone = "0.5"
+Persefone = "=0.5.0"
 QML = "0.8"
 ResumableFunctions = "0.6"
 TOML = "1"
-- 
GitLab