TheAngryByrd / IcedTasks

F# Cold Tasks and Cancellable Tasks
https://www.jimmybyrd.me/IcedTasks/
MIT License
120 stars 5 forks source link

FS0073: internal error: Undefined or unsolved type variable when using records with generic type variables #8

Closed TheAngryByrd closed 1 year ago

TheAngryByrd commented 2 years ago

Describe the bug

This is a severe bug with regards to this library. It affects both Cold and Cancellable Tasks. This is a problem with FSharp.Core. Making this issue as a tracking issue. I don't have any workarounds for this.

TheAngryByrd commented 1 year ago

This is resolved upstream. I'll close this when a version of FSharp.Core releases with the fix.

TheAngryByrd commented 1 year ago

This does seem fixed but requires .net 7.0 TFM and F# 7.x.

TheAngryByrd commented 1 year ago

Leaving open until I've moved the project to that.