Files
2026-01-05 16:35:50 +01:00

44 lines
1.3 KiB
Plaintext

== nosuchgpr.gpr: ==
--- BEFORE loading
Got an exception: ProjectError: fatal error, cannot load the project tree
error: project file "nosuchgpr.gpr" not found
<project file search path information>
== nosuchtarget.gpr: ==
--- BEFORE loading
Errors while loading nosuchtarget.gpr:
kb: info: can't find a toolchain for the following configuration: language 'Ada', target 'nosuchtarget', default runtime
--- AFTER loading
Errors:
kb: info: can't find a toolchain for the following configuration: language 'Ada', target 'nosuchtarget', default runtime
== nosuchtarget.gpr: print_errors=False ==
--- BEFORE loading
--- AFTER loading
Errors:
kb: info: can't find a toolchain for the following configuration: language 'Ada', target 'nosuchtarget', default runtime
== nosuchtarget.gpr: print_errors=True ==
--- BEFORE loading
Errors while loading nosuchtarget.gpr:
kb: info: can't find a toolchain for the following configuration: language 'Ada', target 'nosuchtarget', default runtime
--- AFTER loading
Errors:
kb: info: can't find a toolchain for the following configuration: language 'Ada', target 'nosuchtarget', default runtime
== missingdep.gpr: ==
--- BEFORE loading
Got an exception: ProjectError: fatal error, cannot load the project tree
missingdep.gpr:1:06: error: imported project file "foo.gpr" not found
<project file search path information>
Done