
I think someone is volunteering to be the new rackunit maintainer … ;)

@samth am i one of those 92 people left?

@pocmatos You aren’t on my current list, which I assume means I have something from you

@pocmatos should you be on my list? if so, just comment on https://github.com/racket/racket/issues/1570

@stchang You have some graph test failures: https://plt.eecs.northwestern.edu/pkg-build/server/built/test-fail/graph.txt

also the turnstile tests time out: https://plt.eecs.northwestern.edu/pkg-build/server/built/test-fail/turnstile.txt

@samth great, thanks.

@greg your markdown pkg also has a test failure https://plt.eecs.northwestern.edu/pkg-build/server/built/test-fail/markdown.txt

@samth That perf test should be disabled in CI. It is on Travis by checking for env var. Remind me the DrDr env var to check, if any?


Thanks!!

I feel like I’ve asked this before (sorry!), but, never seem to be able to find that searching from https://docs.racket-lang.org/ (like I did before I asked you again just now :smile:)

I don’t know that it’s there (maybe it should be)

Might be handy if CI=true
env var were defined — as does Travis CI, Circle CI, AppVeyor
https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables https://circleci.com/docs/1.0/environment-variables/ https://www.appveyor.com/docs/environment-variables/
Meanwhile I’ll push a commit that checks for (ormap getenv '("CI" "TRAVIS" "PLT_PKG_BUILD_SERVICE"))
.

@greg I bet mflatt would take that pull request

@shu—hung can you respond to the relicensing request? https://github.com/racket/racket/issues/1570

reponded! sorry for that

thanks!

@samth Somebody’s gotta do it ;)


@samth what are some of the things you wish test-case
did better in the Typed Racket tests?