Skip to content

Commit

Permalink
Update transcripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed May 16, 2024
1 parent 06056b8 commit 2f96d53
Show file tree
Hide file tree
Showing 6 changed files with 2,387 additions and 0 deletions.
153 changes: 153 additions & 0 deletions transcripts/share-apis/definition-diffs/mismatched-term-diff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
{
"body": {
"diffKind": "mismatched",
"newBranchRef": "after",
"newTerm": {
"bestTermName": "newBug",
"defnTermTag": "Plain",
"signature": [
{
"annotation": {
"contents": "##Text",
"tag": "TypeReference"
},
"segment": "Text"
}
],
"termDefinition": {
"contents": [
{
"annotation": {
"contents": "newBug",
"tag": "HashQualifier"
},
"segment": "newBug"
},
{
"annotation": {
"tag": "TypeAscriptionColon"
},
"segment": " :"
},
{
"annotation": null,
"segment": " "
},
{
"annotation": {
"contents": "##Text",
"tag": "TypeReference"
},
"segment": "Text"
},
{
"annotation": null,
"segment": "\n"
},
{
"annotation": {
"contents": "newBug",
"tag": "HashQualifier"
},
"segment": "newBug"
},
{
"annotation": {
"tag": "BindingEquals"
},
"segment": " ="
},
{
"annotation": null,
"segment": " "
},
{
"annotation": {
"tag": "TextLiteral"
},
"segment": "\"No longer a builtin\""
}
],
"tag": "UserObject"
},
"termDocs": [],
"termNames": [
"newBug"
]
},
"oldBranchRef": "before",
"oldTerm": {
"bestTermName": "bug",
"defnTermTag": "Plain",
"signature": [
{
"annotation": {
"tag": "Var"
},
"segment": "a"
},
{
"annotation": null,
"segment": " "
},
{
"annotation": {
"tag": "TypeOperator"
},
"segment": "->"
},
{
"annotation": null,
"segment": " "
},
{
"annotation": {
"tag": "Var"
},
"segment": "b"
}
],
"termDefinition": {
"contents": [
{
"annotation": {
"tag": "Var"
},
"segment": "a"
},
{
"annotation": null,
"segment": " "
},
{
"annotation": {
"tag": "TypeOperator"
},
"segment": "->"
},
{
"annotation": null,
"segment": " "
},
{
"annotation": {
"tag": "Var"
},
"segment": "b"
}
],
"tag": "BuiltinObject"
},
"termDocs": [],
"termNames": [
"builtin.bug"
]
},
"project": "@transcripts/definition-diff"
},
"status": [
{
"status_code": 200
}
]
}
71 changes: 71 additions & 0 deletions transcripts/share-apis/definition-diffs/mismatched-type-diff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"body": {
"diffKind": "mismatched",
"newBranchRef": "after",
"newType": {
"bestTypeName": "NewIO",
"defnTypeTag": "Data",
"typeDefinition": {
"contents": [
{
"annotation": {
"tag": "DataTypeKeyword"
},
"segment": "type"
},
{
"annotation": null,
"segment": " "
},
{
"annotation": {
"contents": "NewIO",
"tag": "HashQualifier"
},
"segment": "NewIO"
},
{
"annotation": {
"tag": "DelimiterChar"
},
"segment": " = "
},
{
"annotation": {
"contents": "#sa4ptibggqmbifhfj37gj2lq487q5ucfuojjcblfaas9bunlthhkvhstsrj20fvlpqakb8e9mqds4p32lnh8ohmf1s5omvdhc23jibg#d0",
"tag": "TermReference"
},
"segment": "NewIO"
}
],
"tag": "UserObject"
},
"typeDocs": [],
"typeNames": [
"NewIO"
]
},
"oldBranchRef": "before",
"oldType": {
"bestTypeName": "##IO",
"defnTypeTag": "Ability",
"typeDefinition": {
"contents": [
{
"annotation": null,
"segment": "##IO"
}
],
"tag": "BuiltinObject"
},
"typeDocs": [],
"typeNames": []
},
"project": "@transcripts/definition-diff"
},
"status": [
{
"status_code": 200
}
]
}
Empty file modified transcripts/share-apis/definition-diffs/run.zsh
100644 → 100755
Empty file.
Loading

0 comments on commit 2f96d53

Please sign in to comment.