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

Test all combinations of source/target for scoping #32

Closed
2 tasks
lars-reimann opened this issue Dec 1, 2021 · 1 comment
Closed
2 tasks

Test all combinations of source/target for scoping #32

lars-reimann opened this issue Dec 1, 2021 · 1 comment
Labels
dsl 🗒️ Issues regarding the domain specific programming language duplicate This issue or pull request already exists testing 🧪 Additional automated tests

Comments

@lars-reimann
Copy link
Member

lars-reimann commented Dec 1, 2021

Is your feature request related to a problem? Please describe.
Currently, only a subset of possible combinations of source/target for cross-references is checked.

Also, test the import system separately and only once.

Tasks

  • Test global scoping separately
  • Think whether we can define tests for local scoping by a convention like we do for issue finder/formatter (linking done by ID):
// target 1
val »ref« = 1;

// source 1
»ref«;
@lars-reimann lars-reimann added the enhancement 💡 New feature or request label Dec 1, 2021
@lars-reimann lars-reimann self-assigned this Dec 1, 2021
@lars-reimann lars-reimann added testing 🧪 Additional automated tests and removed enhancement 💡 New feature or request labels Dec 5, 2021
@lars-reimann lars-reimann transferred this issue from another repository Jun 7, 2022
@lars-reimann lars-reimann removed their assignment Nov 9, 2022
@lars-reimann lars-reimann removed the status in Safe-DS Nov 9, 2022
@lars-reimann lars-reimann removed this from Safe-DS Nov 9, 2022
@lars-reimann lars-reimann added the dsl 🗒️ Issues regarding the domain specific programming language label Feb 7, 2023
@lars-reimann lars-reimann moved this to Backlog in DSL Mar 7, 2023
@lars-reimann lars-reimann added this to DSL Mar 7, 2023
@lars-reimann lars-reimann mentioned this issue Aug 4, 2023
68 tasks
@lars-reimann lars-reimann added the duplicate This issue or pull request already exists label Sep 18, 2023
@lars-reimann
Copy link
Member Author

Superseded by #540.

@lars-reimann lars-reimann closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2023
@github-project-automation github-project-automation bot moved this from Backlog to ✔️ Done in DSL Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dsl 🗒️ Issues regarding the domain specific programming language duplicate This issue or pull request already exists testing 🧪 Additional automated tests
Projects
Archived in project
Development

No branches or pull requests

1 participant