soegaard2
2021-12-11 15:07:33

Is there a presentation on Scribble on YouTube?


mflatt
2021-12-11 15:55:56

Not sure if you’re looking for YouTube-specific, but if not, here’s the ICFP talk on Vimeo: https://vimeo.com/6630691


soegaard2
2021-12-11 15:56:38

That’s it! I forgot it was on Vimeo.


sschwarzer
2021-12-11 16:40:26

I want to install expeditor and get: $ raco pkg install expeditor Resolving "expeditor" via <https://download.racket-lang.org/releases/8.3/catalog/> Resolving "expeditor" via <https://pkgs.racket-lang.org> Using cached16392405691639240569764 for <https://github.com/racket/expeditor.git?path=expeditor> The following uninstalled packages are listed as dependencies of expeditor: expeditor-lib expeditor-doc Would you like to install these dependencies? [Y/n/a/c/?] y 00: Resolving "expeditor-lib" via <https://download.racket-lang.org/releases/8.3/catalog/> 00: Resolving "expeditor-lib" via <https://pkgs.racket-lang.org> Resolving "expeditor-doc" via <https://download.racket-lang.org/releases/8.3/catalog/> Resolving "expeditor-doc" via <https://pkgs.racket-lang.org> Using cached16392405691639240569764 for <https://github.com/racket/expeditor.git?path=expeditor-lib> Using cached16392405691639240569764 for <https://github.com/racket/expeditor.git?path=expeditor-doc> The following out-of-date packages are listed as dependencies of expeditor-lib: base (have 8.3, need 8.3.0.3) syntax-color-lib (have 1.1, need 1.3) Would you like to update these dependencies? [Y/n/a/c/?] y 00: Resolving "base" via <https://download.racket-lang.org/releases/8.3/catalog/> Resolving "syntax-color-lib" via <https://download.racket-lang.org/releases/8.3/catalog/> Using cached16368380131636838013027 for <https://download.racket-lang.org/releases/8.3/pkgs/base.zip> Using cached16392405811639240581938 for <https://download.racket-lang.org/releases/8.3/pkgs/syntax-color-lib.zip> raco pkg install: version mismatch for dependencies for package: expeditor-lib mismatch packages: base (have 8.3, need 8.3.0.3) syntax-color-lib (have 1.1, need 1.3) $ So raco pkg install asks me whether I want to update base and syntax-color-lib and when I confirm, it still tells me that the package versions don’t match. :smile: What’s going on here and what’s the suggested way to deal with this?


ben.knoble
2021-12-11 16:42:12

Did the expeditor need a snapshot version?


sorawee
2021-12-11 16:43:44

Yeah, a snapshot version will do the job


sorawee
2021-12-11 16:43:51

Alternatively, build from source


sschwarzer
2021-12-11 16:44:11

@ben.knoble It looks like it wants 8.3.0.3, so I think the answer is yes. But why does raco pkg install doesn’t tell me that it can’t update base ? :slightly_smiling_face:


sschwarzer
2021-12-11 16:45:58

Since it’s not that important right now, I may wait for Racket 8.4 then. :slightly_smiling_face:


sorawee
2021-12-11 16:48:07

That’s probably gonna be late Jan / early Feb


sschwarzer
2021-12-11 17:07:51

That’s ok, - unless I get too impatient. :wink:


steven263
2021-12-12 01:47:26

@steven263 has joined the channel