Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit modules argument to makedocs #30

Merged
merged 4 commits into from
May 24, 2024
Merged

Conversation

reallyasi9
Copy link
Owner

No description provided.

@reallyasi9 reallyasi9 self-assigned this May 24, 2024
It wasn't really testing anything: it's just a demonstration. Also, it
appears that persisting definitions across code blocks only works for
blocks of the same kind, so a julia block cannot share with a jldoctest
block.
SentinelLimiter is careful to keep track of the expected type used to
describe content lengths. The test was enforcing UInt64 lengths in the
SentinelLimiter, but when run on a 32-bit system, sizeof(CONTENT) would
return an Int32. Because the test was manually creating a Sentinel block
by writing to an IO object with write(io, value), a 32-bit number was
being written, but the SentinelLimiter was reading off a 64-bit number
and reaching EOF too soon.
@reallyasi9 reallyasi9 merged commit 5d2fd82 into main May 24, 2024
16 checks passed
@reallyasi9 reallyasi9 deleted the fix-documenter branch May 24, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant