-
-
Notifications
You must be signed in to change notification settings - Fork 13
Ignore encode error if occurs #268
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
Ignore encode error if occurs #268
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #268 +/- ##
==========================================
- Coverage 99.19% 99.12% -0.08%
==========================================
Files 59 59
Lines 2496 2505 +9
==========================================
+ Hits 2476 2483 +7
- Misses 20 22 +2
Continue to review full report at Codecov.
|
|
Job passes: https://gitlab.com/ayan-b/mobans/-/jobs/203626328. Adding & updating tests due. |
|
I see now. It is because of replacing function, we need to decide the content, for copy engine, it is not needed. So it means current architecture is at fault, meaning it is not general enough to accommodate template and copy engine. |
|
What about this #265 (comment)? I think previously we used to do this. |
|
By the way, without reading the content, hashstore may not function well. So os copy will not work well. In general, the same content will not be templates/copied twice. |
|
@chfw please review. |
|
the test case should trigger 'copy engine' end-to-end, meaning: a file is copied to output file path. At the moment, it does not do it. |
|
I was on holiday. I should be able to help next week. |
|
Maybe we can pass a |
|
no hurry! |
Can you please help me here? |
|
let me find some time. I was thinking of end2end test like what we did for all documentations. like this: https://github.com/moremoban/moban/tree/dev/docs/level-15-copy-templates-as-target |
|
could you please try merge it with https://github.com/moremoban/moban/tree/regression-test-coping-binary-file? |
chfw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's see what happens on the feature branch
Closes #265
Before raising the PR, here is a check list:
5.1) can someone else understand your changes without your explanation?
6.1) do you have the feeling of achievement?