Skip to content

fix: chained memoized calls#987

Merged
lars-reimann merged 4 commits intomainfrom
fix-chained-calls-memo
Apr 5, 2024
Merged

fix: chained memoized calls#987
lars-reimann merged 4 commits intomainfrom
fix-chained-calls-memo

Conversation

@WinPlay02
Copy link
Contributor

  • fix: chains of calls to member functions

@github-actions
Copy link

github-actions bot commented Apr 4, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ REPOSITORY git_diff yes no 0.11s
✅ TYPESCRIPT eslint 1 0 0 4.34s
✅ TYPESCRIPT prettier 1 0 0 1.04s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@codecov
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (c064e0e) to head (7365413).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #987   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           94        94           
  Lines        18133     18135    +2     
  Branches      3777      3779    +2     
=========================================
+ Hits         18133     18135    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@WinPlay02 WinPlay02 marked this pull request as ready for review April 4, 2024 12:00
@WinPlay02 WinPlay02 requested a review from lars-reimann as a code owner April 4, 2024 12:00
@lars-reimann lars-reimann force-pushed the fix-chained-calls-memo branch from fe11e44 to 7365413 Compare April 5, 2024 08:30
@SmiteDeluxe
Copy link
Contributor

@lars-reimann is this ready to merge? Waiting on this to fix profiling for presentation. No worries if not ready in time, will just talk about it.

@lars-reimann
Copy link
Member

Yes, once GitHub has fixed their outage.

@lars-reimann lars-reimann merged commit df89291 into main Apr 5, 2024
@lars-reimann lars-reimann deleted the fix-chained-calls-memo branch April 5, 2024 09:15
lars-reimann pushed a commit that referenced this pull request Apr 6, 2024
## [0.10.0](v0.9.0...v0.10.0) (2024-04-06)

### Features

* add settings to enable inlay hints individually ([#992](#992)) ([b0f3e62](b0f3e62))
* filter suggestions by node type ([#999](#999)) ([8d22e67](8d22e67)), closes [#998](#998)
* forbid instance and static class members with same name ([#988](#988)) ([7fa6fd4](7fa6fd4))
* improved completion provider ([#997](#997)) ([61e776b](61e776b)), closes [#41](#41)
* inlay hints for inferred types of lambda parameters ([#993](#993)) ([c064e0e](c064e0e))
* mark entire type cast as wrong if cast is impossible ([#991](#991)) ([72d4e2e](72d4e2e))
* profiling in EDA tool ([#954](#954)) ([854122c](854122c)), closes [#929](#929)
* require `safe-ds-runner>=0.8.0,<0.9.0` ([#976](#976)) ([1003e6c](1003e6c))
* resolve name paths in `{[@link](https://github.com/link) }` tags in documentation ([#978](#978)) ([b59d6f0](b59d6f0))

### Bug Fixes

* catch internal errors caused by wrong synthetic nodes created by completion provider ([#1001](#1001)) ([8a6ab99](8a6ab99))
* chained memoized calls ([#987](#987)) ([df89291](df89291))
* correctly import declarations for member functions ([#983](#983)) ([79f9b08](79f9b08))
* error in Python generator for assignments with class/enum variant call as RHS ([#977](#977)) ([46b2bb2](46b2bb2)), closes [#975](#975)
* generation of memoized class member calls ([#982](#982)) ([ed06aef](ed06aef))
* generation of Python imports ([#979](#979)) ([f69d836](f69d836)), closes [#974](#974)
* invalid Python code generated for constructor calls ([#981](#981)) ([c7d006f](c7d006f)), closes [#980](#980)
* Python generation for type casts ([#1000](#1000)) ([621ab86](621ab86))
@lars-reimann
Copy link
Member

🎉 This PR is included in version 0.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Included in a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants