Skip to content

Issue/491 escape more reserved words

Dariush Mohandes requested to merge issue/491-escape-more-reserved-words into master

Created by: edvgui

Description

Update the list of reserved keywords to add the list of primitive types.

closes #491 (closed)

Self Check:

Strike through any lines that are not applicable (~~line~~) then check the box

  • Attached issue to pull request
  • Changelog entry
  • Type annotations are present
  • Code is clear and sufficiently documented
  • No (preventable) type errors (check using make mypy or make mypy-diff)
  • Sufficient test cases (reproduces the bug/tests the requested feature)
  • Correct, in line with design
  • End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )

Merge request reports

Loading