BUSTUB_PAGE_SIZE
is undeclared in GradeScope's test code
#424
El-even-11
started this conversation in
General
Replies: 1 comment 1 reply
-
In project 1 you shouldn’t use this variable. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I uploaded the code of project 1 to GradeScope, it failed to be compiled. But it could be compiled on my local machine.
GradeScope failed becaused of
error: use of undeclared identifier 'BUSTUB_PAGE_SIZE'
.I found that #381 renamed
PAGE_SIZE
toBUSTUB_PAGE_SIZE
, so I tried to usePAGE_SIZE
and the code was successfully compiled on GradeScope.So it seems that you forget to update the new name in GradeScope's test code?
Beta Was this translation helpful? Give feedback.
All reactions