-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
tpl/os: remove 1mb limit for readFile. #8172
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
avdva
added a commit
to avdva/hugoDocs
that referenced
this pull request
Jan 23, 2021
The limit itself was removed in gohugoio/hugo#8172.
avdva
added a commit
to unravelin/hugo
that referenced
this pull request
Jan 23, 2021
The limit itself was removed in this PR: gohugoio#8172.
avdva
added a commit
to unravelin/hugo
that referenced
this pull request
Jan 23, 2021
The limit itself was removed in this PR: gohugoio#8172.
bep
pushed a commit
that referenced
this pull request
Jan 23, 2021
The limit itself was removed in this PR: #8172.
THANK YOU!! |
w00t |
bep
pushed a commit
to gohugoio/hugoDocs
that referenced
this pull request
Feb 19, 2021
The limit itself was removed in this PR: gohugoio/hugo#8172.
msfschaffner
added a commit
to msfschaffner/opentitan
that referenced
this pull request
Apr 3, 2021
When adding more pinmux signals and pads, we run into a funny error where HUGO can't read the generated pinmux register documentation anymore since the file is too big. This file limitation has just recently (3 months ago) been removed. See gohugoio/hugo#8172 for reference. This commit moves to HUGO 0.82.0 which contains this fix. Signed-off-by: Michael Schaffner <[email protected]>
msfschaffner
added a commit
to lowRISC/opentitan
that referenced
this pull request
Apr 4, 2021
When adding more pinmux signals and pads, we run into a funny error where HUGO can't read the generated pinmux register documentation anymore since the file is too big. This file limitation has just recently (3 months ago) been removed. See gohugoio/hugo#8172 for reference. This commit moves to HUGO 0.82.0 which contains this fix. Signed-off-by: Michael Schaffner <[email protected]>
symbiflow-robot
pushed a commit
to litex-hub/pythondata-misc-opentitan
that referenced
this pull request
Apr 4, 2021
Updated data to v0.0-5615-ge371842b0 based on e371842 from https://github.com/lowRISC/opentitan. > commit e371842 > Author: Michael Schaffner <[email protected]> > Date: Fri Apr 2 18:25:42 2021 -0700 > > [docs/hugo] Move to hugo version 0.82.0 > > When adding more pinmux signals and pads, we run into a > funny error where HUGO can't read the generated pinmux register > documentation anymore since the file is too big. This file > limitation has just recently (3 months ago) been removed. > > See gohugoio/hugo#8172 for reference. > > This commit moves to HUGO 0.82.0 which contains this fix. > > Signed-off-by: Michael Schaffner <[email protected]> > Updated using 0.0.post95 from https://github.com/litex-hub/litex-data-auto
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Instead of adding an option that would allow to change the limit, we just remove this limit.
More context here: https://discourse.gohugo.io/t/error-calling-readfile-file-is-too-big/25460.
Will need to update the docs too.