Handbook
Glossary
changelog-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
io.pathnames
kernel
unicode
;
IN:
codebase-analyzer
:
changelog-file?
( path -- ? )
>lower
{
[
file-stem
"changelog"
=
]
[
file-stem
"changes"
=
]
[
file-stem
"weekly_updates"
=
]
}
1||
;