|
@@ -15,12 +15,12 @@ impl ProtoGen {
|
|
|
let crate_proto_infos = parse_crate_protobuf(self.rust_source_dirs.clone());
|
|
|
write_proto_files(&crate_proto_infos);
|
|
|
|
|
|
- // FIXME: ignore unchanged file to reduce time cost
|
|
|
+ // TODO: ignore unchanged file to reduce time cost
|
|
|
run_rust_protoc(&crate_proto_infos);
|
|
|
write_rust_crate_mod_file(&crate_proto_infos);
|
|
|
write_derive_meta(&crate_proto_infos, self.derive_meta_dir.as_ref());
|
|
|
|
|
|
- // FIXME: ignore unchanged file to reduce time cost
|
|
|
+ // TODO: ignore unchanged file to reduce time cost
|
|
|
let flutter_package = FlutterProtobufInfo::new(self.flutter_package_lib.as_ref());
|
|
|
run_flutter_protoc(&crate_proto_infos, &flutter_package);
|
|
|
write_flutter_protobuf_package_mod_file(&crate_proto_infos, &flutter_package);
|