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.

Function.extractParams is deprecated.

See original GitHub issue

I got this from my ink development package. There are also some warnings regarding the use of some css classes.

==== AUTO GENERATED TEXT ====== Assigning custom properties to a marker when creating/copying it is deprecated. Please, consider storing the custom properties you need in some other object in your package, keyed by the marker’s id property.

Function.extractParams (/usr/share/atom/resources/app.asar/node_modules/text-buffer/lib/marker.js:43:14)
MarkerLayer.markRange (/usr/share/atom/resources/app.asar/node_modules/text-buffer/lib/marker-layer.js:196:71)
DisplayMarkerLayer.markBufferRange (/usr/share/atom/resources/app.asar/node_modules/text-buffer/lib/display-marker-layer.js:90:62)
TextEditor.markBufferRange (/usr/share/atom/resources/app.asar/src/text-editor.js:1577:38)
Result.initMarker (/home/camilo/Proyectos/atom-ink/lib/editor/result.coffee:133:33)
new Result (/home/camilo/Proyectos/atom-ink/lib/editor/result.coffee:47:12)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
touchftcommented, Jan 23, 2019

I got this from atom 1.34, ink 0.9.14.

Deprecated calls: Assigning custom properties to a marker when creating/copying it is deprecated. Please, consider storing the custom properties you need in some other object in your package, keyed by the marker’s id property. Report Issue Function.extractParams - <embedded>:14:61659 MarkerLayer.markRange - <embedded>:14:72468 DisplayMarkerLayer.markBufferRange - <embedded>:14:1096987 TextEditor.markBufferRange - <embedded>:11:28288 InlineDoc.initMarker - /home/ft/.atom/packages/ink/lib/editor/docs.coffee:45:33 new InlineDoc - /home/ft/.atom/packages/ink/lib/editor/docs.coffee:15:12

0reactions
venuurcommented, Dec 11, 2019

@pfitzseb , seems to still be an issue. Have you considered reopening?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Function.extractParams is deprecated. · Issue #990 ... - GitHub
Assigning custom properties to a marker when creating/copying it is deprecated. Please, consider storing the custom properties you need in some other object ......
Read more >
Developers - Function.extractParams is deprecated. - - Bountysource
Assigning custom properties to a marker when creating/copying it is deprecated. Please, consider storing the custom properties you need in
Read more >
JSDoc @param together with @deprecated - Stack Overflow
I have a JavaScript function getting some parameters including ...
Read more >
ExtractVariables policy | Apigee Edge
The ExtractVariables policy extracts content from a request or response and sets the value of a variable ... This attribute is deprecated.
Read more >
ExtractVariables policy | Apigee X - Google Cloud
While you often use ExtractVariables to extract information from a request or response message, you can also use it to ... This attribute...
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