On Tuesday, 10 January 2023 11:21:32 CET Sebastian Ramacher wrote: > Control: tags -1 moreinfo > > On 2023-01-09 13:54:08 -0500, M. Zhou wrote: > > I missed the detail that the compiler ID even changes for different > > architecture.. which may not be good. > > Is it required that the build path of the compiler influences the ID?
Well, I don't know. I've created an issue upstream on that topic, but Raku devs are not really responsive on this issue. (see https://github.com/rakudo/rakudo/issues/5099) > Can the computation of the ID be patched to be independent of the > build path? I haven't figured out completely how this compiler-id is created. > I think it's too late to change this shortly before the freeze starts. > If fixing the compiler ID computation is not possible, I prefer to delay > this transition to trixie. Agreed. Unfortunately, a lot of raku modules are currently broken or will break in stable if rakudo needs to be updated. Hence my proposal to switch back to perform pre-compilation at installation time (detailed in my previous mail in this thread) All the best.