Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • R Relational RAGs Project
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • JastAdd
  • Project Templates
  • Relational RAGs Project
  • Issues
  • #3
Closed
Open
Issue created Jan 06, 2023 by René Schöne@rschoeneOwner

repo_name must not contain hyphens or other illegal characters and project_short_name is missleading

Since repo_name is used as the last part of the generated java package name, it must adhere to the naming convention of package names. It also must be a valid part of a URL

project_short_name is misleading because its usage is unrelated to the project name.

Idea:

  • Add a check in pre_gen_project.py for repo_name
  • project_short_name should be renamed to grammar_name (and possibly be initialized with a valid value created from project_name by removing whitespace and other illegal characters)
Assignee
Assign to
Time tracking