pavpanchekha
2017-5-1 17:06:10

Is the packages server login down?


samth
2017-5-1 17:20:24

@jeapostrophe ^


jeapostrophe
2017-5-1 17:44:19

@pavpanchekha: Kicked


ben
2017-5-1 17:55:28

@florence can you share this photo on the Racket twitter account? (credit: Ian Barland)


danl-ndi
2017-5-1 17:57:49

so, we’ve just upgraded to 6.8. we’re using racket/enter to create a listener environment. when we (enter! (lib “some-path”)) the listener works, but with this error:

; error during prompt calculation: path->string: contract violation expected: path? given: "c:\\the\\full\\path\\to\\some-path"


pavpanchekha
2017-5-1 17:58:52

@jeapostrophe Still not logging in.


pavpanchekha
2017-5-1 17:59:13

As in, the “log in” button just leads to an infinite loading spinner. The server does not respond.


danl-ndi
2017-5-1 18:22:27

is there an issue submitted for Dr Racket not properly highlighting the #; comment syntax?


samth
2017-5-1 18:23:02

@danl-ndi that behavior is intentional


pavpanchekha
2017-5-1 18:25:21

@jeapostrophe Here’s the error screen.


danl-ndi
2017-5-1 18:27:09

@samth: really? hmmm racket-mode in emacs renders it. what’s the rationale?


samth
2017-5-1 18:27:55

That it’s an s-expression that you can edit like one and navigate like one, rather than an arbitrary string like other comments


danl-ndi
2017-5-1 18:31:41

in racket-mode its still navigable like usual, it’s just rendered in the comment font style


danl-ndi
2017-5-1 18:32:51

maybe dr racket can change the font style a little… it’s just confusing to see it like normal code


pavpanchekha
2017-5-1 20:39:40

@jeapostrophe Thanks, works now