Skip to content
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

Merged

Conversation

npasserini
Copy link
Member

No description provided.

@npasserini npasserini linked an issue Oct 6, 2024 that may be closed by this pull request
Copy link
Contributor

@ivojawer ivojawer left a 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 🧙‍♂️

src/parser.ts Outdated Show resolved Hide resolved
src/parser.ts Show resolved Hide resolved
test/parser.test.ts Show resolved Hide resolved
Copy link
Contributor

@PalumboN PalumboN left a 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 🤩

src/parser.ts Outdated Show resolved Hide resolved
src/parser.ts Outdated Show resolved Hide resolved
Copy link

codecov bot commented Dec 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.78%. Comparing base (8c08698) to head (ac6adb4).
Report is 16 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@npasserini npasserini force-pushed the 292-error-poco-claro-cuando-se-omite-el-receptor-de-un-mensaje branch from 1ed91d4 to d5f18ff Compare December 29, 2024 14:48
@npasserini npasserini marked this pull request as ready for review December 29, 2024 14:53
Copy link
Contributor

@PalumboN PalumboN left a 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á.

Comment on lines +2741 to +2743
it('should recover from malformed message send without arguments', () => {
`m()`.should.be.parsedBy(parser)
.recoveringFrom(parse.MALFORMED_MESSAGE_SEND, 0, 1)
Copy link
Contributor

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?

@PalumboN PalumboN merged commit 6c2e7a3 into master Jan 10, 2025
4 checks passed
@PalumboN PalumboN deleted the 292-error-poco-claro-cuando-se-omite-el-receptor-de-un-mensaje branch January 10, 2025 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants