You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Compilation error:
../src/scrollbar-style-observer-non-mac.cc: In static member function ‘static void ScrollbarStyleObserver::Init(v8::Local<v8::Object>)’:
../src/scrollbar-style-observer-non-mac.cc:35:51: error: no matching function for call to ‘v8::Object::Set(v8::Local<v8::String>, v8::Local<v8::Function>)’
Nan::GetFunction(newTemplate).ToLocalChecked());
^
@sadick254 sorry to bother you, but perhaps you would be interested in this? I notice you were able to solve some NAN-related issues in this and other packages recently. Not sure who else to ping. Thank you.
@DeeDeeG Thank you for opening an issue. I have seen this failure when building on newer electron versions. I will look into it. It's not a bother, you are reporting a valid issue.
Prerequisites
Description
Compilation error:
See: https://dev.azure.com/DeeDeeG/b/_build/results?buildId=886&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=cccdf131-0893-5d7b-ccea-9ccfc8953f95&l=889
Steps to Reproduce
master
branch to depend on to depend on this package, version 3.2.2master
branch to use Electron version 7.3.3Expected behavior:
Atom should build successfully
Actual behavior:
scrollbar-style
fails to compile during Atom's bootstrap processReproduces how often:
100%
Versions
Info from (unaffected, succesfully built) macOS app:
Reproduced on OS: Ubuntu 16.04 (CI) and Ubuntu 20.04 (not CI)
Additional Information
Seems like there is a NAN issue that is triggered on non-mac OSes, perhaps just on Linux.
The text was updated successfully, but these errors were encountered: