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

rx: revert Map from only working with number #141

Closed
Tracked by #122
plastikfan opened this issue Apr 4, 2024 · 0 comments · Fixed by #143
Closed
Tracked by #122

rx: revert Map from only working with number #141

plastikfan opened this issue Apr 4, 2024 · 0 comments · Fixed by #143
Assignees
Labels
refactor Refactor code

Comments

@plastikfan
Copy link
Contributor

plastikfan commented Apr 4, 2024

Defining Map to work only with number was an experimental mistake that should be backed out. Will need to define extra functionality to enable mapping accross different types. Since everyting is strongly typed (avoid use of any/use reflection), the Map does not current support mapping a value to a different type. This will be addressed in another issue.

@plastikfan plastikfan mentioned this issue Apr 4, 2024
59 tasks
@plastikfan plastikfan self-assigned this Apr 4, 2024
@plastikfan plastikfan added the refactor Refactor code label Apr 4, 2024
@plastikfan plastikfan changed the title revert Map from only working with number rx: revert Map from only working with number Apr 4, 2024
plastikfan added a commit that referenced this issue Apr 4, 2024
@plastikfan plastikfan linked a pull request Apr 4, 2024 that will close this issue
plastikfan added a commit that referenced this issue Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant