all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cc: Proxmox Datacenter Manager development discussion
	<pdm-devel@lists.proxmox.com>
Subject: Re: [pdm-devel] [PATCH proxmox-api-types] docs: escape HTML delimiters
Date: Mon, 10 Feb 2025 14:59:20 +0100	[thread overview]
Message-ID: <s8o1pw5kiio.fsf@proxmox.com> (raw)
In-Reply-To: <4c3a09b4-840a-40c6-b695-4c6eeb69eeda@proxmox.com>


Thomas Lamprecht <t.lamprecht@proxmox.com> writes:

> Am 14.01.25 um 10:48 schrieb Maximiliano Sandoval:
>> Fixes:
>>
>> $ cargo doc --all-features --workspace
>> warning: unresolved link to `acdn`
>>     --> pve-api-types/src/types/../generated/types.rs:3780:5
>>      |
>> 3780 | /     /// The guest will attempt to boot from devices in the order they appear
>> 3781 | |     /// here.
>> 3782 | |     ///
>> 3783 | |     /// Disks, optical drives and passed-through storage USB devices will be
>> ...    |
>> 3792 | |     ///
>> 3793 | |     /// Overrides the deprecated 'legacy=[acdn]*' value when given.
>>      | |___________________________________________________________________^
>>      |
>>      = note: the link appears in this line:
>>
>>              Overrides the deprecated 'legacy=[acdn]*' value when given.
>>                                                ^^^^
>>      = note: no item named `acdn` in scope
>>      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
>>      = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
>>
>> warning: unclosed HTML tag `nodename`
>>    --> pve-api-types/src/types/../generated/types.rs:272:5
>>     |
>> 272 | /     /// Unique identifier for this metric object, for instance 'node/<nodename>'
>> 273 | |     /// or 'qemu/<vmid>'.
>>     | |_________________________^
>>     |
>>     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
>>
>> warning: unclosed HTML tag `vmid`
>>    --> pve-api-types/src/types/../generated/types.rs:272:5
>>     |
>> 272 | /     /// Unique identifier for this metric object, for instance 'node/<nodename>'
>> 273 | |     /// or 'qemu/<vmid>'.
>>     | |_________________________^
>>
>> warning: unclosed HTML tag `ostype`
>>     --> pve-api-types/src/types/../generated/types.rs:2061:1
>>      |
>> 2061 | / /// OS type. This is used to setup configuration inside the container, and
>> 2062 | | /// corresponds to lxc setup scripts in
>> 2063 | | /// /usr/share/lxc/config/<ostype>.common.conf. Value 'unmanaged' can be used to
>> 2064 | | /// skip and OS specific setup.
>>      | |_______________________________^
>>
>> warning: unclosed HTML tag `type`
>>   --> pve-api-types/src/client/mod.rs:35:10
>>    |
>> 35 | /// For "<type>-list" entries we turn an array into a string ready for perl's `split_list()` call.
>
> tbh. I'm not a big fan of having the full error output in the commit message
> for these type of commits, this is a lot of noise without much extra value.
> Should be enough to just list the warning names it fixes, maybe with the short
> description.
>
> One can then check the full error for oneself by compiling the state before this,
> or search for the warning name to get all details.
>
>>
>> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
>> ---
>>  pve-api-types/src/client/mod.rs      | 2 +-
>>  pve-api-types/src/generated/types.rs | 8 ++++----
>>  2 files changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/pve-api-types/src/client/mod.rs b/pve-api-types/src/client/mod.rs
>> index 8832272..0de7cc3 100644
>> --- a/pve-api-types/src/client/mod.rs
>> +++ b/pve-api-types/src/client/mod.rs
>> @@ -32,7 +32,7 @@ pub fn add_query_bool(query: &mut String, separator: &mut char, name: &str, valu
>>      }
>>  }
>>
>> -/// For "<type>-list" entries we turn an array into a string ready for perl's `split_list()` call.
>> +/// For `<type>-list` entries we turn an array into a string ready for perl's `split_list()` call.
>
> this hunks seems all right, but the ones below are in generated code, so was the source
> that produced this error updated already and this is only refreshing the generated code
> or  is that still missing?
>
>>  pub fn add_query_arg_string_list<T>(
>>      query: &mut String,
>>      separator: &mut char,
>> diff --git a/pve-api-types/src/generated/types.rs b/pve-api-types/src/generated/types.rs
>> index b6a3d20..0532dc6 100644
>> --- a/pve-api-types/src/generated/types.rs
>> +++ b/pve-api-types/src/generated/types.rs
>> @@ -269,8 +269,8 @@ pub struct ClusterMetrics {
>>  /// Object.
>>  #[derive(Debug, serde::Deserialize, serde::Serialize)]
>>  pub struct ClusterMetricsData {
>> -    /// Unique identifier for this metric object, for instance 'node/<nodename>'
>> -    /// or 'qemu/<vmid>'.
>> +    /// Unique identifier for this metric object, for instance `node/<nodename>`
>> +    /// or `qemu/<vmid>`.
>>      pub id: String,
>>
>>      /// Name of the metric.
>> @@ -2174,7 +2174,7 @@ serde_plain::derive_fromstr_from_deserialize!(LxcConfigNetType);
>>  #[api]
>>  /// OS type. This is used to setup configuration inside the container, and
>>  /// corresponds to lxc setup scripts in
>> -/// /usr/share/lxc/config/<ostype>.common.conf. Value 'unmanaged' can be used to
>> +/// `/usr/share/lxc/config/<ostype>.common.conf`. Value 'unmanaged' can be used to
>>  /// skip and OS specific setup.
>>  #[derive(Clone, Copy, Debug, Eq, PartialEq, serde::Deserialize, serde::Serialize)]
>>  pub enum LxcConfigOstype {
>> @@ -3910,7 +3910,7 @@ pub struct PveQmBoot {
>>      /// disks for booting (e.g. software-raid), you need to specify all of
>>      /// them here.
>>      ///
>> -    /// Overrides the deprecated 'legacy=[acdn]*' value when given.
>> +    /// Overrides the deprecated `legacy=[acdn]*` value when given.
>>      #[serde(default, skip_serializing_if = "Option::is_none")]
>>      pub order: Option<String>,
>>  }

v2 sent.


_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


      reply	other threads:[~2025-02-10 13:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-14  9:48 Maximiliano Sandoval
2025-01-30 14:00 ` Maximiliano Sandoval
2025-02-05 15:46 ` Thomas Lamprecht
2025-02-10 13:59   ` Maximiliano Sandoval [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s8o1pw5kiio.fsf@proxmox.com \
    --to=m.sandoval@proxmox.com \
    --cc=pdm-devel@lists.proxmox.com \
    --cc=t.lamprecht@proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal