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

Remove no_python feature, make it work by default #751

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

vsbogd
Copy link
Collaborator

@vsbogd vsbogd commented Jul 24, 2024

Fixes #748

Copy link
Contributor

@luketpeterson luketpeterson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am fine to switch the default...

However I still wonder if runtime detection (build with support for both) is a worthwhile feature... Or if that just moves the user confusion from the build process to the run.

For example, if the user is expecting access to to Python atoms & spaces, but it falls back to the no_python path at runtime.

@vsbogd vsbogd merged commit e77be66 into trueagi-io:main Jul 25, 2024
2 checks passed
@vsbogd vsbogd deleted the repl-no-python-default branch July 25, 2024 05:51
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.

cargo run --features no_python --bin metta-repl before and after metta-repl
2 participants