-
Notifications
You must be signed in to change notification settings - Fork 38
Created cob_delete_file method #68
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
Created cob_delete_file method #68
Conversation
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.
cobj/typeck.cの多くの箇所が変更されていますが、空白やインデントの修正だけでしょうか。
https://github.com/opensourcecobol/opensourcecobol4j/pull/68/files#diff-ee8d6754c36011d2eae7a10a89115198ea7f4b977a1fa1538262ea97bc9d5479
もしプログラムの動作に影響を与える変更があるなら、どの箇所を変更したかを示しもらえますでしょうか。
|
typeck.cの4193行目を以下のように変更しています。
|
|
今回の修正により、結果が失敗から成功に変わったテストケースはありますか? |
|
私のgithubアカウントの方では、jp-compat の Allow file delete (SEQUENTIAL) と Allow file delete (LINE SEQ)がokになっていました。 |
|
https://github.com/kio-watanabe/opensourcecobol4j/actions/runs/3946732106/jobs/6754765182#step:12:63 解決策としては、このブランチ(opensourcecobol:develop)をkio-watanabe:fix/file-controlにマージしてください。
このdevelopブランチのCIは過去のPull Requestにより改善しています。 おそらく、このブランチ(opensourcecobol:develop)の変更を取り込んでいないために、CIの結果に差異が現れたのだと思います。 |
|
Allow file delete (SEQUENTIAL) と Allow file delete (LINE SEQ) が実行されるように修正しました。 |
メソッドcob_delete_fileをCobolFile.java内に作成しました。