hfhbd
10/22/2024, 8:53 AMJavier
10/22/2024, 10:53 AMJavier
10/22/2024, 10:54 AMI am open to bothThat means -> Use IR always
hfhbd
10/22/2024, 10:55 AMJavier
10/22/2024, 10:56 AMjw
10/22/2024, 12:07 PMjw
10/22/2024, 12:08 PMhfhbd
10/22/2024, 12:08 PMjw
10/22/2024, 12:12 PMhfhbd
10/22/2024, 12:12 PMJavier
10/22/2024, 12:13 PMYou can run FIR outside of the IDE and regular compilationThat is right, indeed if you don't use K2 on the IDE and you don't see your checkers, or you have compilation errors due to the codegen is not happening, the compilation will pass on CLI as K2 is used there. And any warning checker will be shown. Or if you have error checkers not shown on the IDE as they are disabled, the compilation will fail with them on CLI. But that file is not necessary on the IDE, so you can generate it on IR, you can get the same, and reduce the loading time of that file on the IDE.
jw
10/22/2024, 12:13 PMJavier
10/22/2024, 12:16 PMhfhbd
10/22/2024, 12:22 PMjw
10/22/2024, 12:34 PMhfhbd
10/22/2024, 12:39 PMjw
10/22/2024, 12:48 PMhfhbd
11/13/2024, 12:57 PM