There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.

时间:2023-03-09 19:57:25
There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.

There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.

有多个模块的名称只有大小写不同。

这可能导致在使用其他case语义的文件系统上编译时出现意外行为。

原因:import时,文件引入的路径描述不统一,所以保留一种引入风格即可解决。

a.风格1

There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.

b.风格2

There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.

引用:https://blog.****.net/tionsu/article/details/78591962