
@artemchernyak The -1
on the end of the package version is the pkgrel
as described https://wiki.archlinux.org/index.php/PKGBUILD#pkgrel\|here. A value of -1
means that no modification of the package has taken place since the change in version (from racket 7.4
).

How does one find the source code for count
?

I had trouble navigating the github repo

In DrRacket: Click the “check syntax button”. Then right click on “count” and choose "jumo to source.

Github: count
is in racket/list. So first guess is http://github.com/racket/list\|github.com/racket/list . but… list is is a builtin so it is in racket/racket

“Open defining file”?

Yep.

ah thanks


Ah yes I see on line 526

thanks

!

Thanks for the explanation. That makes sense. Maybe pollen just needs the latest version.

@ryanzidago has joined the channel