-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
started => booted [WAITING FOR npm PUBLISH OF loopback-boot] #267
Conversation
Can one of the admins verify this patch? |
The changelog indicates the `booted` event was added in 2015-01-08, Version 2.6.0 For reference, the emit is called here: https://github.com/strongloop/loopback-boot/blob/master/lib/plugins/app lication.js#L131
This change looks correct to me. @superkhau can you pls confirm...? |
The source line points to code that's part of the upcoming 3.0 release of loopback-boot, which didn't happen yet (cc @raymondfeng @davidcheung). As far as I understand the new loopback-boot code, it's true the app will emit However, the I am proposing to keep the current text without changes and add a new paragraph mentioning the new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
☝️
Oops, I accidentally approved this, but IIUC, according to @bajtos we should leave the existing text "as is" and then add the I don't think adding this information before it's published to npm makes sense. So if that's going to happen soon, we can leave this PR open (with the suggested changes). If not, then we should close this and maybe just open a tracking issue to add that when it does occur. |
@AshKyd Do you want to make the changes suggested above ? |
I am afraid |
Yes, it still has label
Unless I'm misunderstanding...? |
No probs, will make the change shortly. |
After trying to write it, I don't think I that suggestion really works. Would something like the following be better?
I'm not 100% sure this is right, but the reason I originally opened this ticket was because my app wasn't emitting |
@bajtos It looks like |
In my understanding, we are waiting specifically for the version 3.0.0 to be published. AFAICT, that did not happen yet, see https://github.com/strongloop/loopback-boot/releases and https://www.npmjs.com/package/loopback-boot. We have an issue to track the task of releasing [email protected], see strongloop/loopback-boot#241 |
Closing this because it's likely no longer relevant and I don't want it in my list. |
The changelog indicates the
booted
event was added in 2015-01-08, Version 2.6.0For reference, the emit is called here https://github.com/strongloop/loopback-boot/blob/master/lib/plugins/application.js#L131