mananshah99 / atom-gist

Create gists from files, directly in Atom.
https://atom.io/packages/atom-gist
MIT License
0 stars 2 forks source link

Please rename `initialize` method on main module to avoid breaking in Atom 1.14 #10

Open as-cii opened 7 years ago

as-cii commented 7 years ago

As of Atom 1.14, any method named initialize on the main module of a package will be automatically invoked by Atom before calling activate. You can read more about the change in this pull request to Atom's documentation.

Since your package's initialize method wasn't written with this behavior in mind, we recommend renaming it to avoid unexpected breakage.

Atom 1.14 should reach the beta channel in early January 2017 and will be on stable in early February 2017. Please rename initialize before then to prevent issues, and let us know if you have any questions.

Thanks for your contributions to the Atom community! :bow:

/cc: @mananshah99