chrisg
2018-11-19 17:32:43

This might seem obvious, but we have a project called COSA (Clinic for Open Source Arts) and on one of the pages we list open source resources. I wanted to drop Racket on there (plus packages we’ve created for artists), but didn’t want to do so without at least getting the thumbs up that this was ok (=. I assume this kind of Racket promotion is ok?


samth
2018-11-19 17:35:35

@chrisg yes, that sounds great!


chrisg
2018-11-19 17:35:54

Thanks!



philip.mcgrath
2018-11-19 22:19:41

I figured out how to install full Racket on AppVeyor, and the build is much more reasonable: 14 min vs. 7 min.


leif
2018-11-19 23:34:06

@robby How does DrRacket display (syntax) error messages in the bottom pane?


leif
2018-11-19 23:34:40

Or rather, is it possible to make new messages with a DrRacket plugin?


leif
2018-11-19 23:36:28

I tried using drracket:eval:expand-program (because the larger picture is to try to get DrRacket to use a custom expander rather than just the vanilla one), but there expansion errors became internal drracket errors.


leif
2018-11-19 23:37:26

I also tried the online-check-syntax, but I still wasn’t able to get a syntax error message to pop up.


leif
2018-11-19 23:42:29

Finally, I also tried adding a custom online expansion monitor with drracket:module-language-tools:add-online-expansion-monitor, and while I was able to add a custom expansion monitor, I couldn’t find a way to create a custom (check syntax) error message.


leif
2018-11-19 23:43:07

leif
2018-11-19 23:43:08

robby
2018-11-20 00:26:06

Check syntax is a tool


robby
2018-11-20 00:26:14

It makes its own place to display stuff


robby
2018-11-20 00:26:47

Check syntax isn’t designed to have plugins of its own.


robby
2018-11-20 00:27:05

Maybe you should write an email message that explains what you actually want to do


robby
2018-11-20 00:28:02

These messages seem to make assumptions about how things work that aren’t true so maybe it is better to back up and have a conversation that’s a bit less ephemeral.


leif
2018-11-20 02:53:06

Mmmm….good idea. I agree. :slightly_smiling_face: