Monorepo for Tangled tangled.org

lexicons: accept should be an array of strings #935

merged opened by boltless.me targeting master from sl/twmkvyrootrw
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3mbwcpj4zfu22
+3 -1
Diff #0
+3 -1
lexicons/pulls/pull.json
··· 32 32 }, 33 33 "patchBlob": { 34 34 "type": "blob", 35 - "accept": "text/x-patch", 35 + "accept": [ 36 + "text/x-patch" 37 + ], 36 38 "description": "patch content" 37 39 }, 38 40 "source": {

History

1 round 4 comments
sign up or login to add to the discussion
boltless.me submitted #0
1 commit
expand
lexicons: accept should be an array of strings
3/3 success
expand
expand 4 comments

Nice, thanks!

Wait, did you run lexgen @boltless.me?

I did, lexgen is just ignoring most of the constraint options (they don't even parse AT-URI strings)

I see, gotcha. Let's merge it as is then.

pull request successfully merged