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(rs-port): wrong implemenetation for user data in MetacallFuture #527

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Sep 29, 2024

  1. fix(rs-port): wrong implemenetation for user data in MetacallFuture

    - make user data in `MetacallFuture` accept any type of data instead of that impl MetacallValue
    hulxv committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    272ee6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf2f4b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0962259 View commit details
    Browse the repository at this point in the history
  4. fix(rs-port): make user-data accept any type of data instead of metac…

    …all values
    
    - **NOTE:** there's a *segmentation fault* should be solved
    hulxv committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    67b5858 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c298096 View commit details
    Browse the repository at this point in the history