-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix #292 Error poco claro cuando se omite el receptor de un mensaje #295
Fix #292 Error poco claro cuando se omite el receptor de un mensaje #295
Conversation
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.
Wooow aca hay mucha magiaa 🧙♂️
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.
Hay que revisar esos TODOs y mepa que estamos 🚀
QUE LINDO ver un PR de @npasserini 🤩
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #295 +/- ##
==========================================
+ Coverage 89.76% 89.78% +0.01%
==========================================
Files 28 28
Lines 3184 3190 +6
Branches 581 581
==========================================
+ Hits 2858 2864 +6
Misses 171 171
Partials 155 155 ☔ View full report in Codecov by Sentry. |
…luyendo los parámetros.
1ed91d4
to
d5f18ff
Compare
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.
Dejé un comentario sobre testear el caso que hablamos el otro día, pero para mí recontra está.
it('should recover from malformed message send without arguments', () => { | ||
`m()`.should.be.parsedBy(parser) | ||
.recoveringFrom(parse.MALFORMED_MESSAGE_SEND, 0, 1) |
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.
Y qué onda con una chain onda m1().m2()
? Entiendo que era el caso del TODO anterior, no?
No description provided.