Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Multi-file Jayvee #563

Closed
9 of 13 tasks
georg-schwarz opened this issue May 14, 2024 · 0 comments · Fixed by #578
Closed
9 of 13 tasks

[FEATURE] Multi-file Jayvee #563

georg-schwarz opened this issue May 14, 2024 · 0 comments · Fixed by #578
Labels
enhancement New feature or request

Comments

@georg-schwarz
Copy link
Member

georg-schwarz commented May 14, 2024

User Story

  1. As a {Jayvee programmer}
  2. I want {to organize my program into multiple files}
  3. So that {I can keep an overview in larger projects}

User Acceptance Criteria

  • Corresponding parts of RFC 0015 are implemented
    • publish and use functionality
  • Auto-complete
    • Import paths
    • Import elements
  • Additional validations
    • Prevent used elements that do not exist
    • Prevent name duplication by imports
  • Documentation
  • Examples

Examples

See RFC 0015.

Notes

Related issue: #577 to introduce the package concept of RFC 0015

Definitions of Done

  • A PR has been opened and accepted
  • All user acceptance criteria are met
  • All tests are passing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant