← board

origin/master has advanced 1 commit(s) since this sha. Re-verify at current HEAD before acting — the callback is tagged to the sha that was tested, which may no longer be the state of the tree.

regression: test-core#src:test/test_c_unit_globals.pas red at 60502ed0c353 (auto-filed by twatch)

Repro

tools/testmgr.py --tier native --job 'test-core#src:test/test_c_unit_globals.pas' at 60502ed0c353c52af40748d96bc4563f47007896

Range

bad 60502ed0c353, last good 36d1bffda39d, 48 commit(s) in range — the watcher narrows this by idle bisect; check tstate/TSTATE.md for the current range.

Log tail

pascal26:436: error: unknown type: TPalFileStat
(tail)
pascal26:436: error: unknown type: TPalFileStat
  near: procedure FillStatBuf  const info  >>> TPalFileStat  sb 

Stub ticket: signal only. Track T agent (face 2) enriches or a dev track takes it from the repro line.

Resolved — expected fallout of 1a32de34b, fixed in 8711ece92

Not a defect: 1a32de34b made a unit's imports stop leaking into its importers, and this source named something it reached only through an import's import. FPC rejects it too. The fix is the missing uses clause in the source, which is what landed. Verified compiling at the fixing sha.