You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to fix CI job 'windows--legacyFramework-only'. We don't
care about fixing this properly because this commit, overhauling
all this, has landed in master branch some time ago:
83d8fcf
Copy file name to clipboardExpand all lines: src/GWallet.Backend.Tests/ExceptionMarshalling.fs
+21-14Lines changed: 21 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ type ExceptionMarshalling () =
71
71
letmsg="Exceptions didn't match. Full binary form was "
72
72
#if LEGACY_FRAMEWORK
73
73
letlegacyMsg="(Legacy)Exceptions didn't match. Full binary form was "
74
+
letlegacyLegacyMsg="Binary marshalling for exceptions has been phased out in master branch; so let's ignore this problem now, given that this is the old stable branch anyway. Please upgrade."
74
75
#endif
75
76
76
77
[<Test>]
@@ -106,13 +107,16 @@ type ExceptionMarshalling () =
0 commit comments