question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

compilation warning in Fable AsyncResult

See original GitHub issue

Hello, thank you for a great library.

I’m not really sure if this issue should be created here, in Fable repository or it is something I did wrong.

After I installed FsToolkit.ErrorHandling to my Safe stack project I started getting compilation error from Fable compiler:

WARNING in ./.fable/FsToolkit.ErrorHandling.1.4.0/AsyncResult.fs 52:13-22
"export 'awaitTask' was not found in '../fable-library.2.10.2/Async.js'

Any help would be appreciated

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
landycommented, Jul 24, 2020

It is ok now! thanks a lot for such a quick fix 👍

0reactions
TheAngryByrdcommented, Jul 22, 2020

Ok, give the latest 1.4.3 a try.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compilation error with ValueTask (fable 3) · Issue #2299
I'm playing with fable 3 and asyncSeq computation expressions (with FSharp.Control.AsyncSeq 3.0.2). My code compiles and works in the browser ...
Read more >
Return async value from Fable.Remoting
RunSynchronously ; in Elmish, you should use Cmd.OfAsync to schedule a message to be dispatched once the async block returns a value.
Read more >
Compiler Warning (level 1) CS4014
The call to the async method starts an asynchronous task. However, because no await operator is applied, the program continues without waiting ...
Read more >
https://raw.githubusercontent.com/dotnet/samples/m...
Must be non-negative and less than the size of the collection. ... However after one day, it failed again with new debug message...
Read more >
Visualization of estates on a map with Fable - MNie
As you may notice. First, I parse the document. Look for a first table on a page and check if it has more...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found