Thomas Schwinge

Results 15 issues of Thomas Schwinge

... which allows me to `gcalcli import` the `*.ics` files provided by a travel agency. According to a quick skim of one random ;-) iCalendar RFC, that appears to be...

This issue is to acknowledge that concerns have been raised re 'rust non-free-compatible trademark' and its potential implications on the GCC/Rust project as well as GCC proper. This issue is...

_Originally posted by @CohenArthur in https://github.com/Rust-GCC/gccrs/pull/1329#pullrequestreview-1014858287_: > [...], we might even think about simply linking against the C++ const folder in the future, [...] _Originally posted by @dafaust in https://github.com/Rust-GCC/gccrs/pull/1329#pullrequestreview-1015852117_:...

I tried this code, similar to existing `rust/compile/torture/match1.rs`, but using tuple expressions: ```rust enum Foo { A, B, } fn inspect(f: Foo, g: u8) { match (f, g) { (Foo::A,...

bug
parser

Check whether anything needs to be done in host libgrust build re upstream GCC commit b6cb10af12cf869c1ae348c0e5cb2d364ef0abce "configure: Implement --enable-host-pie".

upstream
misc

I suppose that once upstream GCC commit [6a6d3817afa02bbcd2388c8e005da6faf88932f1](https://gcc.gnu.org/cgit/gcc/commit/?id=6a6d3817afa02bbcd2388c8e005da6faf88932f1) "Config,Darwin: Allow for configuring Darwin to use embedded runpath" is merged in (I'm planning to work on that soonish), libgrust needs to...

upstream

Just for fun, I tried enabling GCC/Rust in my GCC/nvptx target testing (see ). As you'd hope, it generally works. One issue, however, is that in our hacked-up `printf` test...

enhancement

With (but not specific to that one, I would assume) I've observed some issues with the "GNU Commit Format Checker": . The *check-changelogs* and *check-commit-signoff* jobs take more than seven...

CI
upstream
changelog

I thought we had an issue open for that already, but I can't find any. --- We already discussed this a year ago, "GCC Rust Meeting 2021-11-05": > Better distinguish...

good-first-pr
upstream

For example: That `exit data` doesn't have an `async` clause, and neither a `wait` clause to wait for the preceding `async(1)` code, and also there is no intervening `wait` directive...

bug
Waiting on PR