From 0b9c7b74bef2dd5913cc8d96de0fc016d682ead1 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 3 Oct 2021 12:18:03 +0200 Subject: docs: Update YAML docs after rebase --- docs/yaml/objects/compiler.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/yaml/objects') diff --git a/docs/yaml/objects/compiler.yaml b/docs/yaml/objects/compiler.yaml index d4f071579..78e8ce16b 100644 --- a/docs/yaml/objects/compiler.yaml +++ b/docs/yaml/objects/compiler.yaml @@ -297,7 +297,13 @@ methods: - name: links returns: bool - description: Returns true if the code compiles and links. + description: | + Returns true if the code compiles and links. + + *Since 0.60.0*, if the `file` object's + suffix does not match the compiler object's language, the compiler + corresponding to the suffix is used to compile the source, while the + target of the `links` method is used to link the resulting object file. posargs_inherit: compiler._code kwargs_inherit: compiler._compiles -- cgit v1.2.3