Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
14 stars 0 forks source link

Validate only documents that are needed for execution #1109

Open lars-reimann opened 5 months ago

lars-reimann commented 5 months ago

Right now, code cannot be run if another unrelated file has errors. These should not even be validated, nor should code be created for them, though.

We should compute the transitive hull of all documents we need to run the selected one.