Compile of master reports inconsistency?

When compiling the last master (Commit eb2a801819) on Linux OpenSUSE Leap 15.2 I note the following info:

...
JULIA usr/lib/julia/sys-o.a
Generating precompile statements... 30/30
Executing precompile statements... 1506/1516
Precompilation complete. Summary:
...

Note that the executing step reports a count of ten less than the total. Is this ok or does it qualify as an issue? Thanks.

It is ok. If you are interested, it is related to Precompile statement emitter sometimes emits invalid statements · Issue #28808 · JuliaLang/julia · GitHub.

2 Likes