dashboard / hans/test-ori-handler / #83 rss

closed · opened on 2025-11-22T07:59:18Z by hans
Help
checkout latest patchset:
ssh pr.pico.sh print pr-83 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print ps-X | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 83
add review to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add --review 83
accept PR:
ssh pr.pico.sh pr accept 83
close PR:
ssh pr.pico.sh pr close 83

Logs

hans created pr with ps-156 on 2025-11-22T07:59:18Z
hans added ps-157 on 2025-11-22T08:01:43Z
hans changed status on 2025-11-22T08:04:13Z {"status":"closed"}

Patchsets

ps-156 by hans on 2025-11-22T07:59:18Z
Range Diff ↕ rd-157
1: ! 1: 6da75b5 move origami version to top
ps-157 by hans on 2025-11-22T08:01:43Z

Range-diff rd-157

title
move origami version to top
description
Patch added
old #1
(none)
new #1
6da75b5
Back to top
1: ! 1: 6da75b5 move origami version to top

old


                    

new

old:README.md new:README.md
 # filetype handler not working as expected
 
+Origami version: 0.6.0
+
 Following the [docs](https://weborigami.org/language/filetypes#custom-file-types), I have created a file `foobar.foo` and a handler `foo.handler.js`.
 
 ```text
 When running `ori foobar.foo/`, I would expect to receive an object `{what: "a text file"}` but I receive the original text in `foobar.foo`.
 
 
-Origami version: 0.6.0