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.

no patcher available for node type: SoakedFunctionApplication

See original GitHub issue

I’ve tried decaffeinating this file: https://github.com/rethinkdb/rethinkdb/blob/next/drivers/javascript/cursor.coffee

But I’m getting the error:

cursor.coffee: no patcher available for node type: SoakedFunctionApplication (props: function, arguments)
  223 |             if err?
  224 |                 if err.message is 'No more rows in the cursor.'
> 225 |                     onFinished?()
      |                     ^^^^^^^^^^^^^
  226 |                 else
  227 |                     cb(err)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:8
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

5reactions
niieanicommented, May 3, 2016

Since there’s no equivalent of soakes in ES6, why not simply use the CoffeeScript compiler for those parts? I don’t see any other solution anyway, unless you’d want to introduce helper methods to increase readability.

4reactions
niieanicommented, Jul 2, 2016

Yeah, I think in the end we should do && by default as it’s the right thing in 99.9% cases and emit a warning that it’s not strict, with an option for emitting the stricter, default CoffeeScript output for the soaks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Manually upgrading a cluster or node pool - Google Cloud
To upgrade a cluster, GKE updates the version the control plane and nodes are running. ... become available and when older versions are...
Read more >
Cannot apply load on node - Ansys Learning Forum
Hello, I have a problem in the Mechanical APDL that I have try to apply a force on a node. However, a warning...
Read more >
Overview of managing clusters in Amazon Redshift
Elastic resize redistributes data to node slices, in the background. The cluster is available for read and write operations, but some queries can...
Read more >
Cisco NCS 2000 Series Network Configuration Guide ...
This chapter explains the dense wavelength division multiplexing (DWDM) node types that are available for the NCS 2002 and NCS 2006.
Read more >
Node.js Memory Leak Detection: How to Debug & Avoid Them
js application and use monitoring tools to get a complete insight into what is happening with the heap memory and garbage collection. Here's ......
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