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

add support for base64 decode/encode to rhai #2394

Merged
merged 6 commits into from
Jan 18, 2023
Merged

Conversation

garypen
Copy link
Contributor

@garypen garypen commented Jan 12, 2023

Add support for base64 decode/encode to rhai

Checklist

Complete the checklist (and note appropriate exceptions) before a final PR is raised.

  • Changes are compatible[^1]
  • Documentation[^2] completed
  • Performance impact assessed and acceptable
  • Tests added and passing[^3]
    • Unit Tests
      - [ ] Integration Tests
      - [ ] Manual Tests

Exceptions

No Exceptions

Notes

[^1]. It may be appropriate to bring upcoming changes to the attention of other (impacted) groups. Please endeavour to do this before seeking PR approval. The mechanism for doing this will vary considerably, so use your judgement as to how and when to do this.
[^2]. Configuration is an important part of many changes. Where applicable please try to document configuration examples.
[^3]. Tick whichever testing boxes are applicable. If you are adding Manual Tests:
- please document the manual testing (extensively) in the Exceptions.
- please raise a separate issue to automate the test and label it (or ask for it to be labeled) as manual test

partially fixes: #2025

 - 2 new functions which work on ImmutableString
@garypen garypen self-assigned this Jan 12, 2023
@github-actions

This comment has been minimized.

@garypen garypen requested review from a team, SimonSapin and abernix and removed request for a team January 12, 2023 12:36
Based on discussion in the PR, this modifies the approach to introduce
our first module (base64) for encoding/decoding.
@garypen garypen requested a review from bnjjj January 16, 2023 16:02
@garypen garypen enabled auto-merge (squash) January 18, 2023 09:49
@garypen garypen merged commit 86268ca into dev Jan 18, 2023
@garypen garypen deleted the garypen/2025-simple branch January 18, 2023 09:57
This was referenced Jan 20, 2023
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.

Lay foundation of crypto module in Rhai
4 participants