Hello, is this normal? I found my released package still does not work. This is the bug I mentioned above that shown in 6.7(and also in 6.6).
http://pkg-build.racket-lang.org/server/built/fail/digimon.txt If the distribution is built from source, that bug does not exist. I am sure it used to be okay 2 weeks ago. Then I made a pull request for typed/setup/getinfo, and it was merged within one day. But the pkg-build.racket-lang.org does not update, so I made my source self contained again, Then it fails... On Wed, Jan 4, 2017 at 11:39 PM, Andrew Kent <[email protected]> wrote: > At a glance, I believe the bug you're noticing on the snapshot is one we > also recently observed -- it is fixed in a PR that should be pushed in the > next couple of days (https://github.com/racket/typed-racket/pull/481). > > Sorry for the trouble. > > Best, > Andrew > > On Wednesday, January 4, 2017 at 3:51:15 AM UTC-5, WarGrey Gyoudmon Ju > wrote: > > I cannot deploy my typed desktop application on Windows. > > > > > > In the download home page, 6.7 does not work, and that bug seemed to be > solved (I started 6.7 from 6.7.0.3, do not know whether it was okay on > macOS). > > > > > > The latest snapshot has a new bug shown both on macOS and Windows: > > > > > > > > in-list: contract violation > > expected: list? > > given: (hash (Object) #t b #t) > > compilation context...: > > context...: > > C:\Program Files\Racket-6.7.0.4\collects\racket\private\for.rkt:633:2: > in-list > > f184 > > C:\Program > > Files\Racket-6.7.0.4\share\pkgs\typed-racket-lib\typed-racket\rep\type-rep.rkt:656:4: > for-loop > > C:\Program > > Files\Racket-6.7.0.4\share\pkgs\typed-racket-lib\typed-racket\rep\type-rep.rkt:653:0: > Union-map > > f152 > > C:\Program Files\Racket-6.7.0.4\share\pkgs\typed-racket-lib\typed- > racket\rep\rep-utils.rkt:191:8: Rep-fmap > > C:\Program Files\Racket-6.7.0.4\share\pkgs\typed-racket-lib\typed- > racket\typecheck\tc-subst.rkt:98:0: subst-tc-result > > C:\Program Files\Racket-6.7.0.4\share\pkgs\typed-racket-lib\typed- > racket\typecheck\tc-subst.rkt:35:0: values->tc-results5 > > C:\Program Files\Racket-6.7.0.4\share\pkgs\typed-racket-lib\typed- > racket\typecheck\tc-funapp.rkt:45:0: tc/funapp > > temp101 > > C:\Program Files\Racket-6.7.0.4\share\pkgs\typed-racket-lib\typed- > racket\typecheck\tc-expr-unit.rkt:329:0: core914 > > C:\Program Files\Racket-6.7.0.4\share\pkgs\typed-racket-lib\typed- > racket\typecheck\tc-if.rkt:13:0: core16 > > temp101 > > C:\Program Files\Racket-6.7.0.4\share\pkgs\typed-racket-lib\typed- > racket\typecheck\tc-expr-unit.rkt:326:0: tc-expr > > temp101 > > C:\Program Files\Racket-6.7.0.4\share\pkgs\typed-racket-lib\typed- > racket\typecheck\tc-expr-unit.rkt:79:0: tc-expr/check > > ... > > > > > > Would you please take me to the download page of 6.7.0.3? or one commit > before this bug? (I don't want to build it from source because real users > of this application have no knowledge on programming. Also I am working > remotely, we should have an agile feedback and update process). Thank you. > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

