You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Dockerfile COPY to handle multi-hyphen operator names (#179)
## Purpose
<!-- Describe the intention of the changes being proposed. What problem
does it solve or functionality does it add? -->
* This change is to fix the Rust operator Dockerfile template to
correctly convert all hyphens to underscores when copying
the compiled WASM artifact if operator name contains hyphens.
## Does this introduce a breaking change?
<!-- Mark one with an "x". -->
```
[ ] Yes
[x] No
```
## Pull Request Type
What kind of change does this Pull Request introduce?
Verified with operator names containing multiple hyphens.
<!-- Please check the one that applies to this PR using "x". -->
```
[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
```
## How to Test
* Create Rust operators manually by copying Dockerfile but without using
vscode extension command, the operator's name
may contain hyphens.
* Build and debug the operators.
## What to Check
Verify that the following are valid
* The lldb debugger should stop the breakpoint set in the wasm operator.
## Other Information
<!-- Add any other helpful information that may be needed here. -->
0 commit comments