We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bc023 commit 30da35cCopy full SHA for 30da35c
update.sh
@@ -132,7 +132,8 @@ cargo fmt
132
133
export RUST_LOG=info
134
135
-echo " **** PHASE 1 ***** "
+echo " **** Starting Type Reducer - Collapsing Duplicative Types **** "
136
+echo " **** Type Reducer - PHASE 1 - First Pass ***** "
137
cargo run --manifest-path type-reducer/Cargo.toml -- --apis-dir $APIS_DIR/standard --out-dir $APIS_DIR/standard reduce --previous-pass-derived-type-names ./type-reducer/standard_reduced_types_pass_0.txt --current-pass-substitute-names ./type-reducer/standard_customized_mapped_names.txt
138
mv mapped_names.txt standard_mapped_names_phase_1.txt
139
mv mapped_types_to_names.txt standard_mapped_types_to_names_phase_1.txt
0 commit comments