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

Allow disabling type safety checks for mutable HashMapContexts #165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FruitieX
Copy link

This PR makes it possible to disable the type safety check in HashMapContext::set_value().

I tried to stay consistent with the naming of without_builtin_functions and associated functions.

I'm creating a program that's responsible for my home-automation systems, and using evalexpr I can make some simple scriptable rules and actions for it. This worked fine until I ran into a problem where I cannot assign another value to a variable if it already contains an empty value.

@FruitieX FruitieX force-pushed the rasmus/type-unsafe-context branch from 60c589e to 582dd37 Compare January 17, 2024 07:55
@ISibboI ISibboI force-pushed the main branch 6 times, most recently from e4a8571 to 6608b16 Compare October 11, 2024 15:01
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.

1 participant