13
45
Fork
You've already forked fibers
10

Handle character encoding when a proc is used as the response body #116

Open
cbaines wants to merge 1 commit from cbaines/web-server-handle-character-encoding-when-proc-used into master
pull from: cbaines/web-server-handle-character-encoding-when-proc-used
merge into: guile:master
guile:main
guile:revert-110-wip-cancel-timer-operations
guile:fdless-draft
guile:pr-60-adjust
guile:more-operations
guile:timer-wheel
guile:cross
guile:nice-dynamic-wind-experiment
cbaines commented 2025年02月08日 10:34:29 +01:00 (Migrated from github.com)
Copy link

In the web server. This means that characters not representable in ISO-8859-1 won't get transformed to a ?, if the charset is set to something that supports them, e.g. utf8.

In the web server. This means that characters not representable in ISO-8859-1 won't get transformed to a ?, if the charset is set to something that supports them, e.g. utf8.
cbaines commented 2025年02月08日 10:38:32 +01:00 (Migrated from github.com)
Copy link

Not quite sure why, but I think this only works with the chunked-output-port in Guile 3.0.10.

Not quite sure why, but I think this only works with the chunked-output-port in Guile 3.0.10.

Hey @cbaines,

Indeed, the new test fails for me when run under guix shell -CP from within a Fibers checkout (it’s using 3.0.9 here).

Could you take a look?

(Also, it’d be great if you could write ChangeLog-style commit log as is usually done here.)

Hey @cbaines, Indeed, the new test fails for me when run under `guix shell -CP` from within a Fibers checkout (it’s using 3.0.9 here). Could you take a look? (Also, it’d be great if you could write ChangeLog-style commit log as is usually done here.)
civodul closed this pull request 2026年03月30日 20:28:10 +02:00
civodul reopened this pull request 2026年04月05日 18:08:09 +02:00
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin cbaines/web-server-handle-character-encoding-when-proc-used:cbaines/web-server-handle-character-encoding-when-proc-used
git switch cbaines/web-server-handle-character-encoding-when-proc-used

Merge

Merge the changes and update on Forgejo.
git switch master
git merge --no-ff cbaines/web-server-handle-character-encoding-when-proc-used
git switch cbaines/web-server-handle-character-encoding-when-proc-used
git rebase master
git switch master
git merge --ff-only cbaines/web-server-handle-character-encoding-when-proc-used
git switch cbaines/web-server-handle-character-encoding-when-proc-used
git rebase master
git switch master
git merge --no-ff cbaines/web-server-handle-character-encoding-when-proc-used
git switch master
git merge --squash cbaines/web-server-handle-character-encoding-when-proc-used
git switch master
git merge --ff-only cbaines/web-server-handle-character-encoding-when-proc-used
git switch master
git merge cbaines/web-server-handle-character-encoding-when-proc-used
git push origin master
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
guile/fibers!116
Reference in a new issue
guile/fibers
No description provided.
Delete branch "cbaines/web-server-handle-character-encoding-when-proc-used"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?