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

feat(clafrica): implement extension via scripting #68

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Conversation

pythonbrad
Copy link
Owner

@pythonbrad pythonbrad commented Aug 18, 2023

Issue

TO-DO

  • apply the DRY in the config.rs
  • Real test on a windows platform.
  • Implement scripting at the level of the processor.
  • Implement scripting at the level of the translator.

Change

@pythonbrad pythonbrad self-assigned this Aug 18, 2023
@coveralls
Copy link

coveralls commented Aug 19, 2023

Pull Request Test Coverage Report for Build 6037932488

  • 91 of 93 (97.85%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 99.305%

Changes Missing Coverage Covered Lines Changed/Added Lines %
clafrica/src/config.rs 63 65 96.92%
Totals Coverage Status
Change from base Build 6024482461: -0.2%
Covered Lines: 857
Relevant Lines: 863

💛 - Coveralls

@pythonbrad pythonbrad changed the title WIP Implement extension via scripting Aug 19, 2023
@pythonbrad pythonbrad changed the title Implement extension via scripting feat(clafrica): implement extension via scripting Aug 20, 2023
@pythonbrad pythonbrad linked an issue Aug 20, 2023 that may be closed by this pull request
@pythonbrad
Copy link
Owner Author

pythonbrad commented Aug 25, 2023

I don't want to overload this pull request. I think that it's enough like that.

@pythonbrad pythonbrad marked this pull request as ready for review August 30, 2023 12:34
@pythonbrad pythonbrad marked this pull request as draft August 30, 2023 21:18
Now, the Rhai scripting language is supported as embedded scripting language.
@pythonbrad pythonbrad marked this pull request as ready for review August 31, 2023 14:06
@pythonbrad pythonbrad merged commit b84fa9f into main Aug 31, 2023
5 checks passed
@pythonbrad pythonbrad deleted the patch branch August 31, 2023 14:07
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.

Extension via scripting
2 participants