Hara Kenji

Results 9 comments of Hara Kenji

I'm really worried about negative effect against separate compilation. Today, even if a type `T` is defined in non-root module (not directly compiled from command line), its `TypeInfo` object and...

@WalterBright I'm continuously maintained the new template instantiation model that you had implemented in #2550 from 2.064. But, current semantic analysis model for `TypeInfo` and `RTInfo` is not consistent with...

The comment in `typinf.c` already clarify the inconsistency. ``` d - type info of classes and interfaces are generated into the object file for the module that contains the class...

> Would you then generate TypeInfo for all instantiated template types, too, even if never used? Today, if a template is explicitly instantiated in non-root module, compiler will skip its...

> I guess there is a solution to cyclic imports with the same template instantiation being used in both modules. The existence of "-allinst" shows that there are some unresolved...

@tonyqus Git can track file moving when its content is unchanged. So I'll add two commits for one project migration 1. move files 2. modify files to fix project build...

I added information about each assembly names in above table.

@mycroes POI 5.x has has following directory tree in the repository. (Focus on [!]) ``` / poi/ [!] src/ main/ [!] java/org/apache/poi/ (source files for 'poi' artifact) test/ [!] java/org/apache/poi/...