vellerefond / project-ring

Project management for the Atom editor.
GNU General Public License v2.0
15 stars 8 forks source link

Rename `initialize` to `initializePackage` #50

Closed as-cii closed 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've renamed it for you 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 merge and test out this PR before then to prevent issues, and let us know if you have any questions.

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

/cc: @vellerefond

venatiodecorus commented 7 years ago

@vellerefond is this still being maintained?

vellerefond commented 7 years ago

@as-cii, thank you for this pr.

@venatiodecorus, I have not worked on this project for quite a while now and you are right it is not currently being maintained due to lack of time.

I should probably pass it to someone with the time and will to maintain it.