You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pollen/pollen
Leandro Facchinetti c1152ba0a6 Fix `when/splice' inconsistent return types
**CURRENT BEHAVIOR**

The function `when/splice` returns either a list (when the condition is true), or a string (when the condition is false). This makes it unusable in contexts that expect lists—for example, `(... ,@◊when/splice[...]{...} ...)`.

**EXPECTED BEHAVIOR**

The return types of `when/splice` are consistent. When the condition is false, return an empty list.
8 years ago
..
misc create `unstable/typography` 8 years ago
private dashboard tweaks (fixes #109) 8 years ago
scribblings doc typo 8 years ago
template make `->html` cooperate with splicing tag 8 years ago
test repair a test 8 years ago
unstable make some html equality tests more lenient 8 years ago
cache.rkt delete "compiled" directories as part of cache reset 8 years ago
core.rkt Fix `when/splice' inconsistent return types 8 years ago
decode.rkt simplify 8 years ago
file.rkt change pollen/world to pollen/setup 8 years ago
info.rkt info.rkt adjustments 8 years ago
main.rkt tidy core lang modules 8 years ago
markdown.rkt tidy core lang modules 8 years ago
markup.rkt tidy core lang modules 8 years ago
mode.rkt renamings within pollen/setup 8 years ago
pagetree.rkt oops, infinite loop 8 years ago
pre.rkt tidy core lang modules 8 years ago
ptree.rkt tidy core lang modules 8 years ago
render.rkt repair handling of source files without extensions (fixes #130) 8 years ago
setup.rkt allow project server to use default index page (closes #123) 8 years ago
tag.rkt simplify 8 years ago
template.rkt refactor splice, pollen/template; add pollen/core 8 years ago
top.rkt refactoring for first stable release 8 years ago