Alona Enraght-Moony
Alona Enraght-Moony
> It lets us determine the existence of private fields in structs. > We could work around this requirement if need be This is reported directly in [`fields_stripped`](https://docs.rs/rustdoc-types/0.20.0/rustdoc_types/enum.StructKind.html#variant.Plain.field.fields_stripped), so theirs...
Now on `module:name=ReJSON,ver=20403,api=1,filters=0,usedby=[],using=[],options=[handle-io-errors]` I need to slightly rewrite the queries, but running ``` 127.0.0.1:6379> JSON.SET demo $ '[{"a": 1,"b": {"b": 1},"c": {"c": {"c": 1}}}]' OK 127.0.0.1:6379> JSON.GET demo '$[?(@.a==1)].a' "[1]"...
This was discussed today in the [T-rustdoc meeting](https://rust-lang.zulipchat.com/#narrow/stream/393423-t-rustdoc.2Fmeetings/topic/meeting.202024-05-13/near/438431385) TLDR: - Infra blocker now solved - Needs editing to be clearer around gaurentees (both mainenence and API-wize) - Can move to...
I've written about the versioning and release guarantees we intend to provide. My impression from the meetings is that everyone broadly supports doing this. @rfcbot fcp merge
I'd like to make sure that @Manishearth is happy with my resolution to https://github.com/rust-lang/rfcs/pull/3505#discussion_r1443544643 before merging. @rfcbot concern versioning-strategy-clarity
@rfcbot resolve versioning-strategy-clarity
> does this mean we're going to abandon rustdoc_json_types's FORMAT_VERSION constant in favor of updating the package version No, not at all. We're going to keep increasing `FORMAT_VERSION` whenever we...
This was discussed in todays [T-rustdoc meeting](https://rust-lang.zulipchat.com/#narrow/stream/393423-t-rustdoc.2Fmeetings/topic/meeting.202024-05-13/near/438433567) TLDR: - @fmease working on a JSON only implementation - Got delayed investigating adding "cause of variance" information - I'm opposed to adding...
> Does `uv python find 3.12.8` work? Yes it does: ``` % uv python find 3.12.8 /opt/homebrew/opt/[email protected]/bin/python3.12 ``` Although this doesn't work in the `requires-python` field of `pyproject.toml` (sorry, I...