Relation to nightly Rust

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Quiet
Tech stack
rust
Domain
tooling

Research direction

Start with the pyo3-ffi-check helper linked in the issue and review how it currently depends on generated documentation HTML. Then inspect the crates' rustdoc JSON and nightly-toolchain entry points to determine whether pinning or selecting a compatible nightly is supported. Done means documenting the current capability and, if absent, defining the required automation and compatibility behavior.

Written by the indexing model from the issue text.

Description

Thanks for building these crates! I am tempted to experiment with them, most likely in PyO3's CI initially - we have a pyo3-ffi-check helper which compares our hand-maintained FFI to bindgen (because reasons).

Currently has a ton of hacks where I build docs html and parse that, which is painful plus has shortcomings like case-insensitive filesystems meaning I can't easily check the difference between e.g. Py_INCREF and Py_IncRef symbols.

I understand that the rustdoc JSON is still not stable. Do these crates automate the process of pinning / selecting the right nightly toolchain to get "stable" rustdoc JSON processing?

Dominant language
Rust
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.