Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Function.extractParams is deprecated. #310

Closed bhaskardabhi-oviyum closed 7 years ago

bhaskardabhi-oviyum commented 7 years ago

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 (/private/var/folders/6f/yxqxylfd30qbn9gm2hs3mm3c0000gn/T/AppTranslocation/6187B810-E41E-434C-AA7B-FD4585D467AE/d/Atom Beta.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/marker.js:43:14)
MarkerLayer.markRange (/private/var/folders/6f/yxqxylfd30qbn9gm2hs3mm3c0000gn/T/AppTranslocation/6187B810-E41E-434C-AA7B-FD4585D467AE/d/Atom Beta.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/marker-layer.js:196:71)
DisplayMarkerLayer.markBufferRange (/private/var/folders/6f/yxqxylfd30qbn9gm2hs3mm3c0000gn/T/AppTranslocation/6187B810-E41E-434C-AA7B-FD4585D467AE/d/Atom Beta.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/display-marker-layer.js:90:62)
FunctionProvider.placeAnnotation (/Users/bhaskardabhi/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:183:61)
FunctionProvider.<anonymous> (/Users/bhaskardabhi/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:147:32)
FunctionProvider.registerAnnotations (/Users/bhaskardabhi/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:150:12)
umpirsky commented 7 years ago

Same here. Atom 1.13.0.

JanGalek commented 7 years ago

Same problem, 1.13.0

avratny commented 7 years ago

I´ve got the same error...

Function.extractParams - /Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/marker.js:43:14 MarkerLayer.markRange - /Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/marker-layer.js:196:71 DisplayMarkerLayer.markBufferRange - /Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/display-marker-layer.js:90:62 FunctionProvider.placeAnnotation - /Users/andreasvratny/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:183:61 FunctionProvider.<anonymous> - /Users/andreasvratny/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:147:32 FunctionProvider.registerAnnotations - /Users/andreasvratny/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:150:12

nuxtor commented 7 years ago

Me too,

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 - C:\Users\ElectroWAR.PS\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\marker.js:43:14
MarkerLayer.markRange - C:\Users\ElectroWAR.PS\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\marker-layer.js:196:71
DisplayMarkerLayer.markBufferRange - C:\Users\ElectroWAR.PS\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\display-marker-layer.js:90:62
FunctionProvider.placeAnnotation - C:\Users\ElectroWAR.PS\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:183:61
FunctionProvider.<anonymous> - C:\UsersElectroWAR.PS\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:147:32
FunctionProvider.registerAnnotations - C:\Users\ElectroWAR.PS\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:150:12
crashorbo commented 7 years ago

Same here!!

developcreativo commented 7 years ago

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 - C:\Users\vdjkelly\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\marker.js:43:14
MarkerLayer.markRange - C:\Users\vdjkelly\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\marker-layer.js:196:71
DisplayMarkerLayer.markBufferRange - C:\Users\vdjkelly\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\display-marker-layer.js:90:62
FunctionProvider.placeAnnotation - C:\Users\vdjkelly\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:183:61
FunctionProvider.<anonymous> - C:\Users\vdjkelly\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:147:33
FunctionProvider.registerAnnotations - C:\Users\vdjkelly\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:150:12
dryror commented 7 years ago

Same problem on atom 1.14.1

joseluisq commented 7 years ago

Same issue:

atom-autocomplete-php (1 deprecation) :warning:

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.

$ atom -v
Atom    : 1.14.0
Electron: 1.3.13
Chrome  : 52.0.2743.82
Node    : 6.5.0
tiagorvs commented 7 years ago

Same here!!

jeffdupont commented 7 years ago

Same

sdbruder commented 7 years ago

+1

sayaamirul commented 7 years ago

got same message on atom

Atom : 1.14.3 Electron: 1.3.13 Chrome : 52.0.2743.82 Node : 6.5.0

moyvera commented 7 years ago

Same here

Atom : 1.14.3 Electron: 1.3.13 Chrome : 52.0.2743.82 Node : 6.5.0

wwhu668 commented 7 years ago

Same here

moyvera commented 7 years ago

EDIT: issue still there, when fresh installation for one day no issue, later appeared again

Issue solved

Atom : 1.15.0 Electron: 1.3.13 Chrome : 52.0.2743.82 Node : 6.5.0

jwhulette commented 7 years ago

Error still appearing: Atom : 1.15.0 Electron: 1.3.13 Chrome : 52.0.2743.82 Node : 6.5.0

thyagobrejao commented 7 years ago

Me too

SzabZol commented 7 years ago

Same problem, Atom 1.15.0

tgomesfork commented 7 years ago

Same on Atom 1.15.0

umpirsky commented 7 years ago

@m1guelpf It's open source, anyone can jump in and fix it.

@Peekmo Thanks for the hard work and awesome package!

sayjeyhi commented 7 years ago

+1

samnela commented 7 years ago

+1 Atom 1.16.0

3dos commented 7 years ago

Same here Atom: 1.16.0 Electron: 1.3.13 Chrome: 52.0.2743.82 Node: 6.5.0

Gabb1995 commented 7 years ago

Same here on 1.16.0 x64

MrFiregore commented 7 years ago

same Windows 10, atom 1.17.2

dumasjulien commented 7 years ago

Same here

Atom : 1.17.2 Electron: 1.3.15 Chrome : 52.0.2743.82 Node : 6.5.0

m1guelpf commented 7 years ago

@Peekmo Updates?

Peekmo commented 7 years ago

Sorry for the time. It was a non blocking and really obscure deprecation (to me), so it took time. I finally found what was the problem.

Regards