]> git.maquefel.me Git - brevno-suite/hugo/commit
Implement defer
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 8 Jun 2024 09:52:22 +0000 (11:52 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 23 Jun 2024 09:25:47 +0000 (11:25 +0200)
commit6cd0784e447f18e009cbbf30de471e486f7cf356
tree0684d05d7e487ebe93463636ed8b5a1bb78e4704
parent8731d8822216dd3c7587769e3cf5d98690717b0c
Implement defer

Closes #8086
Closes #12589
33 files changed:
cache/dynacache/dynacache.go
cache/httpcache/httpcache.go
common/collections/stack.go
common/herrors/errors.go
common/hugio/hasBytesWriter.go
common/hugio/hasBytesWriter_test.go
common/maps/cache.go
common/paths/path.go
common/paths/path_test.go
config/allconfig/load.go
deps/deps.go
hugofs/hasbytes_fs.go
hugofs/rootmapping_fs.go
hugolib/content_map_page.go
hugolib/filesystems/basefs.go
hugolib/hugo_sites_build.go
hugolib/hugo_sites_build_errors_test.go
hugolib/site.go
hugolib/site_new.go
hugolib/site_render.go
hugolib/site_sections.go
modules/client.go
modules/client_test.go
modules/collect.go
modules/config.go
resources/page/site.go
tpl/template.go
tpl/templates/defer_integration_test.go [new file with mode: 0644]
tpl/templates/init.go
tpl/templates/templates.go
tpl/tplimpl/template.go
tpl/tplimpl/template_ast_transformers.go
tpl/tplimpl/template_ast_transformers_test.go