Skip to content

Commit bbc15fe

Browse files
author
Documenter.jl
committed
build based on 972bdd7
1 parent 3c43104 commit bbc15fe

4 files changed

Lines changed: 17 additions & 15 deletions

File tree

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.12.4","generation_timestamp":"2026-02-07T14:58:32","documenter_version":"1.16.1"}}
1+
{"documenter":{"julia_version":"1.12.5","generation_timestamp":"2026-02-14T14:57:59","documenter_version":"1.16.1"}}

dev/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
expression = :((x,y)->x+y+1) # May be generated dynamically
2424
f = @RuntimeGeneratedFunction(expression)
2525
f(1,2) # May be called immediately
26-
end</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/SciML/RuntimeGeneratedFunctions.jl/blob/972bdd78c44e06eb846ecee06c348d00f12fdab7/src/RuntimeGeneratedFunctions.jl#L151-L192">source</a></section></details></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« RuntimeGeneratedFunctions.jl: Efficient Staged Compilation</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.16.1 on <span class="colophon-date" title="Saturday 7 February 2026 14:58">Saturday 7 February 2026</span>. Using Julia version 1.12.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
26+
end</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/SciML/RuntimeGeneratedFunctions.jl/blob/972bdd78c44e06eb846ecee06c348d00f12fdab7/src/RuntimeGeneratedFunctions.jl#L151-L192">source</a></section></details></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« RuntimeGeneratedFunctions.jl: Efficient Staged Compilation</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.16.1 on <span class="colophon-date" title="Saturday 14 February 2026 14:57">Saturday 14 February 2026</span>. Using Julia version 1.12.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

dev/assets/Manifest.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.12.4"
3+
julia_version = "1.12.5"
44
manifest_format = "2.0"
55
project_hash = "877841ef2ea2c67b6ff5a0ca9241caa979012d1b"
66

@@ -254,7 +254,7 @@ version = "0.1.0"
254254

255255
[[deps.RuntimeGeneratedFunctions]]
256256
deps = ["ExprTools", "SHA", "Serialization"]
257-
path = "/home/runner/work/RuntimeGeneratedFunctions.jl/RuntimeGeneratedFunctions.jl"
257+
path = "/home/chrisrackauckas/github-runners/demeter4-2/_work/RuntimeGeneratedFunctions.jl/RuntimeGeneratedFunctions.jl"
258258
uuid = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
259259
version = "0.5.17"
260260

@@ -272,9 +272,9 @@ version = "1.11.0"
272272

273273
[[deps.StructUtils]]
274274
deps = ["Dates", "UUIDs"]
275-
git-tree-sha1 = "9297459be9e338e546f5c4bedb59b3b5674da7f1"
275+
git-tree-sha1 = "28145feabf717c5d65c1d5e09747ee7b1ff3ed13"
276276
uuid = "ec057cc2-7a8d-4b58-b3b3-92acb9f63b42"
277-
version = "2.6.2"
277+
version = "2.6.3"
278278

279279
[deps.StructUtils.extensions]
280280
StructUtilsMeasurementsExt = ["Measurements"]

dev/index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,21 @@
103103
end
104104
end
105105
end
106-
end)</code></pre><h2 id="Reproducibility"><a class="docs-heading-anchor" href="#Reproducibility">Reproducibility</a><a id="Reproducibility-1"></a><a class="docs-heading-anchor-permalink" href="#Reproducibility" title="Permalink"></a></h2><details><summary>The documentation of this SciML package was built using these direct dependencies,</summary><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Status `~/work/RuntimeGeneratedFunctions.jl/RuntimeGeneratedFunctions.jl/docs/Project.toml`
106+
end)</code></pre><h2 id="Reproducibility"><a class="docs-heading-anchor" href="#Reproducibility">Reproducibility</a><a id="Reproducibility-1"></a><a class="docs-heading-anchor-permalink" href="#Reproducibility" title="Permalink"></a></h2><details><summary>The documentation of this SciML package was built using these direct dependencies,</summary><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Status `~/github-runners/demeter4-2/_work/RuntimeGeneratedFunctions.jl/RuntimeGeneratedFunctions.jl/docs/Project.toml`
107107
[e30172f5] Documenter v1.16.1
108-
[7e49a35a] RuntimeGeneratedFunctions v0.5.17 `~/work/RuntimeGeneratedFunctions.jl/RuntimeGeneratedFunctions.jl`</code></pre></details><details><summary>and using this machine and Julia version.</summary><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Julia Version 1.12.4
109-
Commit 01a2eadb047 (2026-01-06 16:56 UTC)
108+
[7e49a35a] RuntimeGeneratedFunctions v0.5.17 `~/github-runners/demeter4-2/_work/RuntimeGeneratedFunctions.jl/RuntimeGeneratedFunctions.jl`</code></pre></details><details><summary>and using this machine and Julia version.</summary><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Julia Version 1.12.5
109+
Commit 5fe89b8ddc1 (2026-02-09 16:05 UTC)
110110
Build Info:
111111
Official https://julialang.org release
112112
Platform Info:
113113
OS: Linux (x86_64-linux-gnu)
114-
CPU: 4 × Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
114+
CPU: 64 × AMD EPYC 9354 32-Core Processor
115115
WORD_SIZE: 64
116-
LLVM: libLLVM-18.1.7 (ORCJIT, icelake-server)
116+
LLVM: libLLVM-18.1.7 (ORCJIT, znver4)
117117
GC: Built with stock GC
118-
Threads: 1 default, 1 interactive, 1 GC (on 4 virtual cores)</code></pre></details><details><summary>A more complete overview of all dependencies and their versions is also provided.</summary><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Status `~/work/RuntimeGeneratedFunctions.jl/RuntimeGeneratedFunctions.jl/docs/Manifest.toml`
118+
Threads: 1 default, 1 interactive, 1 GC (on 64 virtual cores)
119+
Environment:
120+
JULIA_DEPOT_PATH = /home/chrisrackauckas/github-runners/demeter4-2/.julia</code></pre></details><details><summary>A more complete overview of all dependencies and their versions is also provided.</summary><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Status `~/github-runners/demeter4-2/_work/RuntimeGeneratedFunctions.jl/RuntimeGeneratedFunctions.jl/docs/Manifest.toml`
119121
[a4c015fc] ANSIColoredPrinters v0.0.1
120122
[1520ce14] AbstractTrees v0.4.5
121123
[944b1d66] CodecZlib v0.7.8
@@ -132,8 +134,8 @@
132134
[aea7be01] PrecompileTools v1.3.3
133135
[21216c6a] Preferences v1.5.1
134136
[2792f1a3] RegistryInstances v0.1.0
135-
[7e49a35a] RuntimeGeneratedFunctions v0.5.17 `~/work/RuntimeGeneratedFunctions.jl/RuntimeGeneratedFunctions.jl`
136-
[ec057cc2] StructUtils v2.6.2
137+
[7e49a35a] RuntimeGeneratedFunctions v0.5.17 `~/github-runners/demeter4-2/_work/RuntimeGeneratedFunctions.jl/RuntimeGeneratedFunctions.jl`
138+
[ec057cc2] StructUtils v2.6.3
137139
[3bb67fe8] TranscodingStreams v0.11.3
138140
[2e619515] Expat_jll v2.7.3+0
139141
[020c3dae] Git_LFS_jll v3.7.0+0
@@ -176,4 +178,4 @@
176178
[efcefdf7] PCRE2_jll v10.44.0+1
177179
[83775a58] Zlib_jll v1.3.1+2
178180
[8e850ede] nghttp2_jll v1.64.0+1
179-
[3f19e933] p7zip_jll v17.7.0+0</code></pre></details><p>You can also download the <a href="https://github.com/SciML/RuntimeGeneratedFunctions.jl/tree/gh-pages/v0.5.17/assets/Manifest.toml">manifest</a> file and the <a href="https://github.com/SciML/RuntimeGeneratedFunctions.jl/tree/gh-pages/v0.5.17/assets/Project.toml">project</a> file.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="api/">API »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.16.1 on <span class="colophon-date" title="Saturday 7 February 2026 14:58">Saturday 7 February 2026</span>. Using Julia version 1.12.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
181+
[3f19e933] p7zip_jll v17.7.0+0</code></pre></details><p>You can also download the <a href="https://github.com/SciML/RuntimeGeneratedFunctions.jl/tree/gh-pages/v0.5.17/assets/Manifest.toml">manifest</a> file and the <a href="https://github.com/SciML/RuntimeGeneratedFunctions.jl/tree/gh-pages/v0.5.17/assets/Project.toml">project</a> file.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="api/">API »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.16.1 on <span class="colophon-date" title="Saturday 14 February 2026 14:57">Saturday 14 February 2026</span>. Using Julia version 1.12.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)