Validate that self must be the first parameter in impl method#236
Validate that self must be the first parameter in impl method#236dsocolobsky wants to merge 1 commit intomainfrom
self must be the first parameter in impl method#236Conversation
Benchmarking (macOS) factorialCompiling factorial (factorial.con) Benchmarking (macOS) fibCompiling fib (fib.con) |
Benchmarking (Linux) factorialCompiling factorial (factorial.con) Benchmarking (Linux) fibCompiling fib (fib.con) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #236 +/- ##
==========================================
- Coverage 56.29% 56.16% -0.13%
==========================================
Files 25 25
Lines 5516 5528 +12
==========================================
Hits 3105 3105
- Misses 2411 2423 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I think this solves #216 ?
Let me know if I need to change anything.