Skip to content

Commit

Permalink
Fix missing "runtime_info" package documentation
Browse files Browse the repository at this point in the history
It wasn't being built as part of testing/documentation for standard
library.
  • Loading branch information
SeanTAllen committed Jan 5, 2024
1 parent 40f3826 commit 648ee4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-notes/4476.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Fix missing "runtime_info" package documentation

The documentation for the "runtime_info" package wasn't being generated. We've fixed that oversight.
1 change: 1 addition & 0 deletions packages/stdlib/_test.pony
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ actor \nodoc\ Main is TestList
process.Main.make().tests(test)
promises.Main.make().tests(test)
random.Main.make().tests(test)
runtime_info.Main.make().tests(test)
serialise.Main.make().tests(test)
strings.Main.make().tests(test)
time.Main.make().tests(test)
Expand Down

0 comments on commit 648ee4b

Please sign in to comment.