Re: [racket-users] handin-server: writing a first checker

2019-08-23 Thread 'Wayne Harris' via Racket Users
On Friday, August 23, 2019 2:59 PM, Shu-Hung You wrote: > I forgot to CC my reply to the list. The case here is that the user > account data in `users.rktd` only contain one field but the default > `extra-fields` configuration requires 3 extra fields. The error > message probably comes from some

Re: [racket-users] handin-server: writing a first checker

2019-08-23 Thread Shu-Hung You
I forgot to CC my reply to the list. The case here is that the user account data in `users.rktd` only contain one field but the default `extra-fields` configuration requires 3 extra fields. The error message probably comes from some (map cons ...) expression that resides in the server code. On

Re: [racket-users] handin-server: writing a first checker

2019-08-22 Thread Matthew Flatt
I'm not able to provoke this error with the pieces that you provided. Just to be sure, it's not an error in the submission that you sent to the handin server, right? Normally the error in that case would be "Error in your code", so I think that's not it. But does the error depend on the program th

[racket-users] handin-server: writing a first checker

2019-08-21 Thread 'Wayne Harris' via Racket Users
I haven't been able to write a first checker. I'm always getting map: all lists must have same size in the server's log. The submission always shows this in the log file: [16|2019-08-21T21:12:35] connect from 191.35.15.190 [16|2019-08-21T21:12:39] running 12KB (123MB 133MB) [16|2019-08-21T21