[HW7] About fuzzer.test #912
-
이름 Your NameKimDohyung(김도형) 질문 Question안녕하세요. 몇가지 질문이 있어 문의드립니다.
4.mutate와 update_seeds의 type을 바꿔도 된다 하심은 파라미터도 변경해도 된다는 것인지, 혹은 rec로 만들어도 된다는 것인지 질문드립니다. 감사합니다. 번역본 Translated VersionHello, I have a few questions.
I would like to ask if it is possible to change the type of 4.mute and update_seeds and change the parameter or rec. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
test
함수의 반환 타입이 변경되었는데 문서에는 미처 업데이트가 안 되었습니다. 혼동을 드려 죄송합니다. 주어진 코드에서 볼 수 있듯이test
함수는 실행의 결과로 업데이트 된env
를 반환하도록 구현하시면 됩니다.test
function was updated, but the document wasn't. As shown in the provided skeleton code, thetest
function should return anenv
updated with the execution result.