Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !4449

Dart generate keywords

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/nickmeinhold/dart-generate-keywords into master Nov 11, 2019
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 9

Created by: nickmeinhold

Potentially fixes #4448 (closed)

  • a Dart program that generates a text file containing keywords for the current Dart version
  • changed the dart generator to use the dart keywords as the set of reserved words

Questions

  • project structure: I imagine there is a better place to put these files but nothing jumped out at me when I looked through
  • the list of reserved words is now missing a few of the previous reserved words (just the ones that are a keyword with an asterisk, eg. async*, yield*)
    • not sure if this is a problem, if it is maybe we should add a separate check for special characters?

PR checklist

  • Read the contribution guidelines.
  • If contributing template-only or documentation-only changes which will change sample output, build the project before.
  • Run the shell script(s)
  • File the PR against the correct branch: master
  • Copy the technical committee
  • @ircecho (2017/07) @swipesight (2018/09) @jaumard (2018/09)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/nickmeinhold/dart-generate-keywords