diff options
Diffstat (limited to 'imworkingon')
-rw-r--r-- | imworkingon/contribs.yml | 30 | ||||
-rw-r--r-- | imworkingon/upstreams.yml | 12 |
2 files changed, 40 insertions, 2 deletions
diff --git a/imworkingon/contribs.yml b/imworkingon/contribs.yml index 601cdf8..05c7ef4 100644 --- a/imworkingon/contribs.yml +++ b/imworkingon/contribs.yml @@ -1,4 +1,6 @@ -- urls: [https://github.com/flori/json/pull/567] +- urls: + - https://github.com/flori/json/pull/567 + - https://github.com/flori/json/commit/c57d33ec39344f7a6ae2786b8ac36892a51b03fe tags: [Ruby, JSON, SoftwareFreedom] id: ruby-json desc: | @@ -125,6 +127,7 @@ `html.UnescapeString` that were found when working on the documentation parser in gotk4. - urls: [https://github.com/luigifab/awf-extended/pull/9] + status: "merged, released in v2.9.0" tags: [Parabola, GTK] desc: | Just a minor touch-up to `configure.ac` that I noticed could be @@ -212,6 +215,7 @@ SIGTERM that it was sent... but it never would. This PR fixes that. - urls: [https://gitlab.archlinux.org/archlinux/packaging/packages/ruby/-/merge_requests/6] + tags: [Parabola, Ruby] desc: | Ruby's standard library has been going through a process of "gemification" where it is converted into a set of Gems that are @@ -226,12 +230,14 @@ future, it should also make it easier for downstream distros that patch Ruby, such as applying [flori/json#567](#contrib-ruby-json). - urls: [https://gitlab.archlinux.org/archlinux/packaging/packages/ruby/-/merge_requests/7] + tags: [Parabola, Ruby, docs] desc: | Arch Linux's `ruby-docs` package (version 3.2.5-1) is incomplete; the `/usr/share/doc/ruby/capi/html/` directory is empty except for `doxygen_crawl.html`. This fixes that, so that it includes the full Doxygen output. - urls: [https://github.com/flori/json/pull/599] + tags: [Ruby, JSON] desc: | The benchmark numbers given for the Ruby stdlib JSON encoder/decoder are quite outdated, and the benchmark code has @@ -241,3 +247,25 @@ [flori/json#567](#contrib-ruby-json) actually improves performance rather than hurting it. While I believe Software Freedom would be worth hurting performance, it doesn't have to! +- urls: [https://github.com/python/typeshed/pull/13169] + tags: [GNU, GDB] + status: "merged, released in types-gdb 15.0.0.20241204" + desc: | + GDB has an internal Python module to support using Python to write + GDB extensions or using Python interactively in a GDB session. + Unfortunately, GDB does not provide type information for the + Python module; instead folks writing GDB extensions in Python must + rely on the Typeshed if they want to type-check their code. + + This PR fixes several mistakes in the type-information. +# - urls: ["https://sourceware.org/bugzilla/show_bug.cgi?id=32428"] +# tags: [GNU, GDB] +# - urls: ["https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118212"] +# tags: [GNU, GCC] +- urls: [https://github.com/9fans/plan9port/pull/692] + tags: [Plan9, 9P, docs] + desc: | + Plan 9 from Userspace's `9pserve`/lib9pclient implement a + non-standard `openfd` extension to the 9P2000 protocol. However, + the documentation for the extension is inaccurate. Fix that, as + no where else but the source code documents how it actually works. diff --git a/imworkingon/upstreams.yml b/imworkingon/upstreams.yml index 53733d9..7257c6d 100644 --- a/imworkingon/upstreams.yml +++ b/imworkingon/upstreams.yml @@ -1,4 +1,6 @@ -- urls: [https://github.com/flori/json] +- urls: + - https://github.com/ruby/json + - https://github.com/flori/json name: ruby-json desc: | Ruby's standard JSON gem (which comes bundled with the core Ruby @@ -80,3 +82,11 @@ desc: | vboot is Google's Verified Boot reference implementation, and is used by the coreboot userspace tools. +- urls: [https://github.com/python/typeshed] + desc: | + The Python Typeshed is a collection of type-annotations for + popular Python libraries whose upstream don't provide + type-annotations. + + This allows using `mypy` or other type-checkers to validate code + that uses such libraries. |