Closed allerk closed 1 year ago
название ишью должно быть в виде Cross-Check 'название таска' - 'Ваше имя на Github'
Исправил
create.js
implemented properly 0/6 does not create file, does not throws errorcopy.js
implemented properly 6/6rename.js
implemented properly 0/6 does not rename file, throws errordelete.js
implemented properly 0/6 does not delete file, throws errorlist.js
implemented properly 6/6read.js
implemented properly 0/6 does not read file, throws errorenv.js
implemented properly 6/6args.js
implemented properly 6/6cjsToEsm.cjs
refactored properly 10/20 throws error on runningcalcHash.js
implemented properly 10/10read.js
implemented properly 10/10write.js
implemented properly 10/10transform.js
implemented properly 10/10compress.js
implemented properly 10/10decompress.js
implemented properly 5/10 does not decompress compressed file to initial, creates different insteadworker.js
implemented properly 0/10 error on running codemain.js
implemented properly 0/30 error on running codestdin
receives input from master process stdin
10/10stdout
sends data to master process stdout
0/10 it’s not logged into master process stdoutTotal score: 109
Forgot commit each solution one by one. Remembered only after deadline :(
A link to your deployed project
A link to the project repository on Github.
A link to the task
A Link to the checklist for evaluating the task (if it exists)
A screenshot of cross-checking marks
A final score after self-assessment, with comments
Basic Scope
create.js
implemented properly 6/6copy.js
implemented properly 6/6rename.js
implemented properly 6/6delete.js
implemented properly 6/6list.js
implemented properly 6/6read.js
implemented properly 6/6env.js
implemented properly 6/6args.js
implemented properly 6/6cjsToEsm.cjs
refactored properly 20/20calcHash.js
implemented properly 10/10read.js
implemented properly 10/10write.js
implemented properly 10/10transform.js
implemented properly 10/10compress.js
implemented properly 10/10decompress.js
implemented properly 10/10Advanced Scope
worker.js
implemented properly 10/10main.js
implemented properly 20/30 (the result in the array is not in the same order that workers were created)stdin
receives input from master processstdin
10/10stdout
sends data to master processstdout
10/10Total: 183/206