Dotnet compilation errors when upgrading from Leaf 3.9.1 to 3.11.0 #524
-
Hi Folks Time to turn over a new leaf, so I'm upgrading from Leaf 3.9.1 to 3.11.0. While we leave 3.9.1 running in production I'm making 3.11.0 run in dev. These steps are done:
git shows this:
And compilation generates this (albeit in 3 colors I can reproduce with a screenshot if that would help):
These warnings and errors don't make sense to me. I request your help, as I'm not a Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @artgoldberg, I'm not quite sure what to make of those errors, and am wondering if the Do you get the same errors if you compile from Leaf Also, we're planning to move the UW production Leaf instance to |
Beta Was this translation helpful? Give feedback.
Hi @artgoldberg, I'm not quite sure what to make of those errors, and am wondering if the
v3.11.0
tag you pulled from is (for some unknown reason) using code that was not part of the final git commit. As you can see from the commit history on that file,LeafDbDataReader.cs
, there has been one and only one commit. Moreover, when I compile the API (frommaster
, rather than3.11.0
, but the file should be the same between them), I don't see any of the same errors:Do you get the same errors if you compile from Leaf
master
?Also, we're planning to move the UW production Leaf instance to
v3.11.1
this Friday, after which I'll make a formal release for3.11.1
. The source code is very unlikely to…