github2-x
2018-11-28 14:36:09

github2-x
2018-11-28 15:44:09

github2-x
2018-11-28 16:58:02

github2-x
2018-11-28 16:58:02

github2-x
2018-11-28 19:39:41

github2-x
2018-11-28 20:11:11

github2-x
2018-11-28 20:11:39

github2-x
2018-11-28 20:42:36

samth
2018-11-28 21:20:30

@cadr here’s the eof error: > (fasl->s-exp #"racket/fasl:#~\a7.1.0.7\6pycketB\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0racket/fasl:\31\200\270\3%\0\5n\34\a\1\0\16\alinklet\16\6module\34\3\36\36\1\1\16\24.get-syntax-literal!\2\1\5\36\36\1\2\16\21.set-transformer!\2\2\5\36\36\1\3\16\tconfigure\2\3\5\5\36\1\4\16\4void\5\34\2\2\3\34\2\1\5\16\5quote\3\36\2\4\5\1\6\16\4data\34\6\2\0\2\6\36\34\5\36\1\a\16\37deserialize-module-path-indexes\2\a\36\1\b\16\36syntax-module-path-index-shift\2\b\36\1\t\16\30syntax-shift-phase-level\2\t\36\1\n\16\nmodule-use\2\n\36\1\v\16\vdeserialize\2\v\5\36\34\2\1\f\16\v.mpi-vector\2\f\5\34\3\1\r\16\rdefine-values\36\16\n.inspector\5\36\16\26current-code-inspector\5\34\3\2\r\36\2\f\5\34\3\2\a\34\2\2\5 \3 \1\16\25racket/runtime-config\"\34\2\20\rgenerate-base\1\16\16\21configure-runtime \1\34\2\2\5\16\b#%kernel\34\2\2\5 \3nop\16\4name\34\2\16\rgenerate-base\2\16\1\17\16\4decl\34\b\2\0\2\17\34\2\34\5\36\2\a\2\a\36\2\b\2\b\36\2\t\2\t\36\2\n\2\n\36\2\v\2\v\36\36\2\f\2\f\5\34\4\34\2\1\20\16\bself-mpi\2\20\34\2\1\21\16\brequires\2\21\34\2\1\22\16\bprovides\2\22\34\2\1\23\16\25phase-to-link-modules\2\23\34\3\2\r\36\2\20\5\34\3\1\24\16\22unsafe-vector*-ref\2\f\34\2\2\5o\34\3\2\r\36\2\21\5\34\n\2\v\2\f\34\2\2\5\3\34\2\2\5\3\34\2\2\5n\34\2\2\5 \0\34\2\2\5n\34\2\2\5 \0\34\2\2\5 \0\34\2\2\5 \t\21\4cons\21\4listqn\1\25\21\3mpip\2\25n\5\34\3\2\r\36\2\22\5\34\n\2\v\2\f\34\2\2\5\3\34\2\2\5\3\34\2\2\5n\34\2\2\5 \0\34\2\2\5n\34\2\2\5 \0\34\2\2\5 \0\34\2\2\5 \1%\2\0\34\3\2\r\36\2\23\5\34\3\1\26\16\nlet-values\36\34\2\36\1\27\20\fAppRand48565\5\34\3\2\n\34\3\2\24\2\f\34\2\2\5n\34\2\2\5n\5\34\3\2\26\36\34\2\36\1\30\20\fAppRand48566\5\34\2\16\4list\2\27\5\34\3\16\ahasheqv\34\2\2\5n\2\30\16\fside-effects\36n\5")


samth
2018-11-28 21:20:53

that produces eof


samth
2018-11-28 21:21:03

which makes sense, the fasl is empty


samth
2018-11-28 21:21:07

but how did it get that way?


cadr
2018-11-28 21:22:39

This is weird, why do we have another start of racket/fasl in there, right after the null chars


github2-x
2018-11-28 21:32:51

github2-x
2018-11-28 22:22:46

github2-x
2018-11-29 02:34:50

samth
2018-11-29 03:15:38

@cadr after several iterations of compiling, I’m now at: │········································· [samth@huor:~/sw/pycket (master) plt] pk -l racket/contract/private/out │········································· module-prefetch: (private/define-config.rkt setup/dirs) in: #<path:/home/samth/sw/plt/racket/coll│········································· ects/planet/> │········································· module-prefetch: (rand.rkt generate-base.rkt guts.rkt prop.rkt racket/list) in: #<path:/home/samt│········································· h/sw/plt/racket/collects/racket/contract/private/> │········································· exn:fail : Reference to an undefined variable : multi-exercise12.1


samth
2018-11-29 03:15:53

so that might be an easier way to reproduce the missing export bug


samth
2018-11-29 03:16:49

current fixed point is 34 failures