Skip to content

Conversation

@sandersn
Copy link
Contributor

Old-style octal literals become syntax errors in an upcoming TS PR: microsoft/TypeScript#51837 But syntax errors can't be silenced with ts-expect-error, and the octal literal is not important to the vk-openapi test in question, so change it to use new octal syntax.

Old-style octal literals become syntax errors in an upcoming TS PR: microsoft/TypeScript#51837
But syntax errors can't be silenced with ts-expect-error, and the octal
literal is not important to the vk-openapi test in question, so change
it to use new octal syntax.
@typescript-bot
Copy link
Contributor

typescript-bot commented Mar 14, 2023

@sandersn Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

Because you edited one package and there were no type definition changes, I can help you merge this PR once someone else signs off on it.

You can test the changes of this PR in the Playground.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ Most recent commit is approved by type definition owners, DT maintainers or others

All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes.


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 64741,
  "author": "sandersn",
  "headCommitOid": "624f965d9e9cd0b71786443b0f3ab5e1df34226b",
  "mergeBaseOid": "80e2d4f1e7116f59d1243f98b4d4d25bdb8f8a15",
  "lastPushDate": "2023-03-14T16:25:34.000Z",
  "lastActivityDate": "2023-03-14T16:27:17.000Z",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "vk-openapi",
      "kind": "edit",
      "files": [
        {
          "path": "types/vk-openapi/vk-openapi-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "hikiko4ern"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "jakebailey",
      "date": "2023-03-14T16:27:17.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 1468426733,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Contributor

🔔 @hikiko4ern — please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Mar 14, 2023
@sandersn sandersn merged commit 3df4c1e into master Mar 14, 2023
@jakebailey jakebailey deleted the update-vk-openapi-tests branch March 27, 2023 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants