
Is there a presentation on Scribble on YouTube?

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

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

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?

Did the expeditor need a snapshot version?

Yeah, a snapshot version will do the job

Alternatively, build from source

@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:

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

That’s probably gonna be late Jan / early Feb

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

@steven263 has joined the channel