Merge lp://staging/~jelmer/brz/help into lp://staging/brz
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Approved by: | Jelmer Vernooij |
Approved revision: | 7839 |
Merged at revision: | 7840 |
Proposed branch: | lp://staging/~jelmer/brz/help |
Merge into: | lp://staging/brz |
Prerequisite: | lp://staging/~jelmer/brz/i18n-tests |
Diff against target: |
326 lines (+220/-19) 6 files modified
Cargo.lock (+21/-0) Cargo.toml (+1/-0) breezy/help_topics/__init__.py (+1/-19) crates/cmd-py/src/lib.rs (+6/-0) src/help.rs (+190/-0) src/lib.rs (+1/-0) |
To merge this branch: | bzr merge lp://staging/~jelmer/brz/help |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jelmer Vernooij | Approve | ||
Review via email: mp+444252@code.staging.launchpad.net |
This proposal supersedes a proposal from 2023-06-07.
Commit message
Add help_as_plain_text in rust
Description of the change
Add help_as_plain_text in rust
To post a comment you must log in.
The attempt to merge lp:~jelmer/brz/help into lp:brz failed. Command exited with 2.
Below is the output from the failed tests.
... OUTPUT TRIMMED ...
--> crates/ bazaar/ src/inventory_ delta.rs: 210:42 ..]].concat( ),
|
210 | vec![&b"version: "[..], new_name.bytes(), &b"\n"[
| ^^^^^
warning: use of deprecated associated function `FileId::bytes` bazaar/ src/inventory_ delta.rs: 295:37
--> crates/
|
295 | .map_or(&b""[..], |x| x.bytes());
| ^^^^^
warning: use of deprecated associated function `FileId::bytes` bazaar/ src/inventory_ delta.rs: 328:28 file_id. bytes() ,
--> crates/
|
328 | delta_item.
| ^^^^^
warning: use of deprecated associated function `RevisionId::bytes` bazaar/ src/inventory_ delta.rs: 330:23 bytes() ,
--> crates/
|
330 | last_modified.
| ^^^^^
warning: use of deprecated associated function `chrono: :NaiveDateTime: :from_timestamp `: use `from_timestamp _opt()` instead bazaar/ src/revision. rs:50:24 :from_timestamp (self.timestamp as i64, 0)
--> crates/
|
50 | NaiveDateTime:
| ^^^^^^^^^^^^^^
warning: use of deprecated associated function `chrono: :FixedOffset: :east`: use `east_opt()` instead bazaar/ src/revision. rs:54:48 map(chrono: :FixedOffset: :east)
--> crates/
|
54 | self.timezone.
| ^^^^
warning: use of deprecated associated function `RevisionId::bytes` bazaar/ src/xml_ serializer. rs:269: 57 and_escape_ bytes(rev. revision_ id.bytes( )),
--> crates/
|
269 | encode_
| ^^^^^
warning: use of deprecated associated function `RevisionId::bytes` bazaar/ src/xml_ serializer. rs:293: 59 and_escape_ bytes(parent_ id.bytes( ))
--> crates/
|
293 | encode_
| ^^^^^
warning: constant `BENCODE_ REVISION_ SERIALIZER_ V1` is never used bazaar/ src/bencode_ serializer. rs:314: 1 REVISION_ SERIALIZER_ V1: BEncodeRevision Serializer1 = BEncodeRevision Serializer1 {}; ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^ dead_code) ]` on by default
--> crates/
|
314 | const BENCODE_
| ^^^^^^^
|
= note: `#[warn(
warning: function `surrogate_escape` is never used bazaar/ src/xml_ serializer. rs:112: 4
--> crates/
|
112 | fn surrogate_escape(b: u8) -> Vec<u8> {
| ^^^^^^^^^^^^^^^^
Fresh inventory v0.3.6 cargo/registry/ src/github. com-1ecc6299db9 ec823/pyo3- build-config- 0.18.3/ src/lib. rs --error-format=json --json= diagnostic- rendered- ansi,artifacts, future- incompat --crate-type lib --emit= dep-info, metadata, link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature= "resolve- config" ' -C metadata= 02384f4e2b77e9c f -C extra-filename= -02384f4e2b77e9 cf --out-dir /tmp/tarmac/ branch. nj2uwkru/ target/ debug/d. ..
Fresh url v2.3.1
warning: `bazaar` (lib) generated 12 warnings
Running `rustc --crate-name pyo3_build_config --edition=2018 /root/.