Skip to content

Conversation

polothy
Copy link

@polothy polothy commented May 21, 2025

Issue #, if available: #476

Description of changes:

100% done by GitHub Copilot, I just kept clicking buttons till it said it was done 😄 I don't know Rust at all, so I cannot even tell if this is garbage or not, but I did see the tests run via Copilot.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

ToLower,
ToUpper,
UrlDecode,
Key, // <-- add this line
Copy link
Author

Choose a reason for hiding this comment

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

Suggested change
Key, // <-- add this line
Key,

| FunctionName::ParseEpoch
| FunctionName::ParseChar => 1,
FunctionName::Now => 0,
FunctionName::Key => 1, // key expects 1 argument
Copy link
Author

Choose a reason for hiding this comment

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

Suggested change
FunctionName::Key => 1, // key expects 1 argument
FunctionName::Key => 1,

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