sschwarzer
2022-5-8 11:24:11

I added a posting on Discourse, https://racket.discourse.group/t/racket-meet-up-saturday-7-may-18-00-utc/846/4 . :slightly_smiling_face:


capfredf
2022-5-8 19:57:28

I’m building racket 8.5 from the source tar ball and I’m getting the following error [ 1855s] raco setup: error: during building docs for <pkgs>/plot-doc/plot/scribblings/plot.scrbl [ 1855s] raco setup: draw-text in dc<%>: drawing context is not ok: (wrapper-object:bitmap-dc% ...) [ 1855s] raco setup: context...: [ 1855s] raco setup: .../private/arrow-higher-order.rkt:375:33: ...row-higher-order.rkt:375:33 [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/pict-lib/pict/private/pict.rkt:1620:10 [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/pict-lib/pict/private/pict.rkt:1805:6: loop [ 1855s] raco setup: [repeats 1 more time] [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/pict-lib/pict/private/pict.rkt:1969:0: convert-pict/bytes [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/pict-lib/pict/private/pict.rkt:1919:0: convert-pict [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/scribble-lib/scribble/html-render.rkt:1261:4: render-content method in render-mixin [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/scribble-lib/scribble/base-render.rkt:974:4: render-content method in render% [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/scribble-lib/scribble/html-render.rkt:1207:4: do-render-paragraph method in render-mixin [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/scribble-lib/scribble/base-render.rkt:969:4: render-nested-flow method in render% [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/scribble-lib/scribble/html-render.rkt:1775:4: render-nested-flow method in render-mixin [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/scribble-lib/scribble/html-render.rkt:1194:6: loop [ 1855s] raco setup: [repeats 33 more times] [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/scribble-lib/scribble/html-render.rkt:1118:4: render-part-content method in render-mixin [ 1855s] raco setup: /home/abuild/rpmbuild/BUILDROOT/racket-8.5-56.1.x86_64/usr/share/racket/pkgs/scribble-lib/scribble/html-render.rkt:1184:14: loop [ 1855s] raco setup: [repeats 2 more times]


spdegabrielle
2022-5-8 19:58:20

Thanks Awesome


sw5355700
2022-5-8 22:34:59

What version of racket are you using for the build?


capfredf
2022-5-8 22:35:47

8.5


sw5355700
2022-5-9 01:01:42

is there any reason why initial import modules can’t read-in and parse the text of their declaration?


sorawee
2022-5-9 01:36:10

Do you have a more context?


sorawee
2022-5-9 01:36:59

What did you do exactly? What does Racket output when you do it?


sw5355700
2022-5-9 02:33:44

It’s just a thought I had after looking at scribble. It seems that the body of a module could be passed to a different reader that can parse it’s text.