Skip to content

Commit

Permalink
Add comment about unifying model files and model generator files
Browse files Browse the repository at this point in the history
Summary: As titled.

Reviewed By: anwesht

Differential Revision: D47347898

fbshipit-source-id: 905f5d4cccc027f40a850228491dc11ce361b8e8
  • Loading branch information
arthaud authored and facebook-github-bot committed Jul 10, 2023
1 parent daae56f commit 7095c55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/Registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ Registry Registry::load(
// Create a registry with the generated models
Registry registry(context, generated_models, generated_field_models);

// TODO(T157984454): We should unify the loading of models from files and
// loading model generators, so we can use unique "model generator" names.

// Load models json input
for (const auto& models_path : options.models_paths()) {
registry.join_with(Registry(
Expand Down

0 comments on commit 7095c55

Please sign in to comment.