make-set!-transformer and set!-values

20 views
Skip to first unread message

Jos Koot

unread,
Jun 28, 2020, 10:54:13 AM6/28/20
to d...@racket-lang.org, Gmail

 

Hi,

I have noticed that a set!-transformer also cooperates with set!-values.

If you folks think this should be mentioned in the doc, I would be happy to fork it and edit it.

I don’t know what to do next, though.

Please let me know what you think.

Jos

 

Matthias Felleisen

unread,
Jun 28, 2020, 1:44:52 PM6/28/20
to Jos Koot, d...@racket-lang.org

Please submit a PR. 



-- 
You received this message because you are subscribed to the Google Groups "Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/FD9FF4BD-417B-44FE-BE5B-D4F32994FE1B%40hxcore.ol.

Stephen De Gabrielle

unread,
Jun 28, 2020, 1:48:48 PM6/28/20
to Jos Koot, d...@racket-lang.org
I’m my (limited) experience if you create the PR, generally you will get a response or a review in a few days. If it’s straightforward it will be quick.

More info: 

* Building, Distributing, and Contributing to Racket - https://docs.racket-lang.org/racket-build-guide/index.html
* How to Program Racket: a Style Guide https://docs.racket-lang.org/style/index.html
* Tutorial: Contributing to Racket https://blog.racket-lang.org/2017/09/tutorial-contributing-to-racket.html describes how to contribute to racket documentation (e.g. fix a typo), the language itself, or a package in the main distribution.

S.

--
You received this message because you are subscribed to the Google Groups "Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/FD9FF4BD-417B-44FE-BE5B-D4F32994FE1B%40hxcore.ol.
--
----

Sorawee Porncharoenwase

unread,
Jun 29, 2020, 8:14:34 AM6/29/20
to Stephen De Gabrielle, Jos Koot, d...@racket-lang.org

Let me try to explain how to locate the documentation source.

(1) Click at the heading of the page that you want to edit. Unfortunately, this feature was only recently merged, so it doesn’t work with https://docs.racket-lang.org/ yet, but it does work on https://www.cs.utah.edu/plt/snapshots/current/doc/.

For your case, it’s this page. And here’s the result after you click at the heading.

Screen Shot 2020-06-29 at 05.06.40.png

What it says is that, you can find the Scribble file at https://github.com/racket/racket/tree/master/pkgs/racket-doc/scribblings/reference/.

(2) Clone the repository (https://github.com/racket/racket). Go to the said directory (pkgs/racket-doc/scribblings/reference/). Grep for set!-transformer. You’d find that the content is in the file stx-trans.scrbl (that is, this file).

Hope this helps.


Reply all
Reply to author
Forward
0 new messages