Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / JelteF/derive_more issues and pull requests

#425 - Make strings in error types public

Pull Request - State: closed - Opened by okamt 12 days ago - 3 comments
Labels: invalid, wontfix

#424 - Test `full` feature separately on CI

Pull Request - State: open - Opened by tyranron 16 days ago - 2 comments

#423 - fix: README feature `iterator` does not exist, now `into_iterator`

Pull Request - State: closed - Opened by minh-dng 19 days ago
Labels: docs

#420 - `cargo test --no-default-features --features=full` fails because of `no_std`

Issue - State: open - Opened by dkg 22 days ago - 1 comment
Labels: bug

#419 - Hide deprecation warnings inside derive expansions

Issue - State: open - Opened by aborgna-q about 1 month ago

#417 - `Deref` and `DerefMut` share attr tags

Issue - State: open - Opened by AstrickHarren about 2 months ago - 2 comments
Labels: enhancement, help wanted

#416 - Skip enum variant debug name?

Issue - State: open - Opened by stevefan1999-personal about 2 months ago

#415 - Add new derive: AsVariant

Pull Request - State: open - Opened by crazymerlyn about 2 months ago

#414 - Derive PartialEq?

Issue - State: open - Opened by tisonkun about 2 months ago - 2 comments
Labels: enhancement, help wanted

#413 - Support `Self` in `Into` derive

Issue - State: open - Opened by nazar-pc about 2 months ago - 2 comments

#411 - Change display on enum without `_variant` to "use as default" behaviour

Issue - State: open - Opened by JelteF 3 months ago
Labels: enhancement

#410 - Fix ambiguous associated item for `TryFrom`, `TryInto` and `FromStr`

Pull Request - State: closed - Opened by bluurryy 3 months ago - 1 comment

#408 - From for unit enum variants

Issue - State: closed - Opened by spearman 3 months ago - 5 comments
Labels: question, wontfix

#407 - Exposing macros for reuse

Issue - State: open - Opened by Porges 3 months ago - 3 comments
Labels: moreinfo

#406 - Swap macro re-export modules (#405)

Pull Request - State: closed - Opened by tyranron 3 months ago - 2 comments
Labels: enhancement

#405 - Stop exporting traits by default and early 2.0 release

Issue - State: closed - Opened by JelteF 3 months ago - 3 comments
Labels: enhancement, question

#404 - Add `#[allow(unreachable_code)]` to generated impls for `!` type

Pull Request - State: closed - Opened by tyranron 3 months ago
Labels: enhancement

#402 - `derive_more` cannot handle mixed `From` impls whereas `thiserror` can

Issue - State: closed - Opened by U007D 3 months ago - 3 comments
Labels: duplicate

#401 - `derive_more::Error` macro collides with local `Error` enum, whereas `thiserror` is fine.

Issue - State: closed - Opened by U007D 3 months ago - 2 comments
Labels: bug, invalid, wontfix

#400 - Deriving Display on never gives a warning

Issue - State: closed - Opened by ndmitchell 3 months ago - 1 comment

#399 - Consider associated types of type parameters for implied bounds

Pull Request - State: closed - Opened by tyranron 3 months ago
Labels: bug

#398 - Docs for `AsMut` shows `AsRef` docs instead

Issue - State: open - Opened by CGMossa 3 months ago - 3 comments
Labels: docs

#397 - Clippy attributes doesn't work with `Constructor`

Issue - State: open - Opened by tokarevvit 3 months ago - 1 comment
Labels: help wanted

#396 - Canโ€™t define traits on TryIntoError

Issue - State: open - Opened by mina86 3 months ago - 3 comments
Labels: enhancement, help wanted

#395 - Fix transparency check on shared attribute formatting on enums (#377)

Pull Request - State: open - Opened by tyranron 4 months ago
Labels: bug

#394 - Remove nightly cfg from impl crate

Pull Request - State: open - Opened by JelteF 4 months ago - 1 comment

#393 - Add compile_fail test for on purpose limited bounds

Pull Request - State: closed - Opened by JelteF 4 months ago

#392 - Regression in v1.0.0-beta.7

Issue - State: closed - Opened by link2xt 4 months ago - 2 comments
Labels: bug, invalid, wontfix

#391 - Don't create git tags for derive_more-impl

Pull Request - State: closed - Opened by JelteF 4 months ago

#390 - Add release announcement

Pull Request - State: closed - Opened by JelteF 4 months ago
Labels: docs

#389 - Bump up MSRV to 1.75

Pull Request - State: closed - Opened by tyranron 4 months ago - 1 comment

#388 - `Deref` and `DerefMut` for enums

Issue - State: open - Opened by BenLeadbetter 4 months ago - 4 comments
Labels: enhancement, help wanted

#387 - Only put Display-like bounds on type variables

Pull Request - State: closed - Opened by JelteF 4 months ago
Labels: enhancement

#386 - Fix dead-code warning

Pull Request - State: closed - Opened by JelteF 4 months ago - 1 comment
Labels: duplicate, wontfix

#385 - Remove unused imports for no_std tests

Pull Request - State: closed - Opened by JelteF 5 months ago

#384 - Fix TryInto derive for generics

Pull Request - State: closed - Opened by JelteF 5 months ago

#383 - Simplify pull request template

Pull Request - State: closed - Opened by JelteF 5 months ago

#382 - Update documentation about Error in no_std

Pull Request - State: closed - Opened by JelteF 5 months ago

#381 - Fix incorrect `fmt::Pointer` implementations attempt two

Pull Request - State: closed - Opened by JelteF 5 months ago - 2 comments
Labels: enhancement

#380 - Don't use double ref vars in Debug derive

Pull Request - State: closed - Opened by JelteF 5 months ago

#379 - Re-enable commented out test

Pull Request - State: closed - Opened by JelteF 5 months ago

#378 - Add #[track_caller] to Add/Mul(Assign) derives

Pull Request - State: closed - Opened by JelteF 5 months ago
Labels: enhancement

#377 - Support _variant in outer level enum formatting for Display

Pull Request - State: closed - Opened by JelteF 5 months ago - 4 comments

#376 - Work around bug in rust-analyzer to make auto-imports work nicely

Pull Request - State: closed - Opened by JelteF 5 months ago - 1 comment
Labels: enhancement

#375 - Typo / confusing wording in From docs

Issue - State: closed - Opened by joshka 5 months ago - 5 comments
Labels: docs, obsolete

#374 - Fix typos in add.md

Pull Request - State: closed - Opened by DenisGorbachev 5 months ago - 1 comment
Labels: docs

#373 - Bug in `derive_more::Display` moving from `0.99.17` --> `0.99.18` with `fmt = stringify!`

Issue - State: closed - Opened by hulto 5 months ago - 3 comments
Labels: bug, wontfix

#372 - chore: fix some comments

Pull Request - State: closed - Opened by wangcundashang 5 months ago
Labels: docs

#371 - Only put Debug-like bounds on type variables

Pull Request - State: closed - Opened by sornas 5 months ago - 6 comments
Labels: enhancement

#370 - Fix clippy errors in tests

Pull Request - State: closed - Opened by JelteF 5 months ago

#369 - Include example published package

Pull Request - State: closed - Opened by JelteF 5 months ago

#368 - Backport Update to Syn 2

Issue - State: closed - Opened by bash 5 months ago - 5 comments

#367 - Cannot find `_derive_more_display_formatter` when `Display` is derived via a declarative macro

Issue - State: closed - Opened by mamekoro 6 months ago - 2 comments
Labels: bug, wontfix, obsolete

#366 - Non-local `impl` definition warning

Issue - State: open - Opened by TylerBloom 6 months ago - 3 comments
Labels: moreinfo

#365 - `IsVariantAnd` for enums

Issue - State: open - Opened by RustyNova016 6 months ago - 1 comment
Labels: enhancement, help wanted

#364 - Optionally have trait methods use `track_caller` to push panic information to the caller

Issue - State: closed - Opened by zesterer 6 months ago - 6 comments
Labels: enhancement

#363 - 'overflow evaluating the requirement' when deriving debug for item that contains itself

Issue - State: closed - Opened by sornas 6 months ago - 9 comments
Labels: bug, enhancement

#362 - docs: update readme example code

Pull Request - State: closed - Opened by fan-tastic-z 6 months ago - 1 comment
Labels: invalid, wontfix, docs

#361 - Impossible to have both Mul with self and with scalar

Issue - State: open - Opened by misos1 6 months ago

#360 - Fix variant name interpolation in documentation for `IsVariant`

Pull Request - State: closed - Opened by alpha-tango-kilo 6 months ago
Labels: docs

#359 - Seems Sum does not work for nested generic

Issue - State: open - Opened by misos1 6 months ago

#358 - `AsVariant` for enum

Issue - State: open - Opened by TylerBloom 6 months ago - 1 comment
Labels: enhancement, help wanted

#357 - `IsVariant` fails to interpolate variant names in documentation

Issue - State: closed - Opened by alpha-tango-kilo 6 months ago
Labels: bug, docs

#356 - Update itertools requirement from 0.12.0 to 0.13.0

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, rust

#354 - Bugfix/double reference

Pull Request - State: closed - Opened by yfcai 7 months ago - 1 comment
Labels: wontfix

#352 - AsMut transparent

Issue - State: open - Opened by ModProg 7 months ago - 1 comment
Labels: enhancement, help wanted

#351 - Re-exporting std traits confuses Rust Analyzer

Issue - State: closed - Opened by TheLostLambda 7 months ago - 4 comments
Labels: bug

#350 - feat(is_variant): add `#[must_use]` annotation

Pull Request - State: closed - Opened by TheLostLambda 7 months ago - 4 comments
Labels: enhancement

#350 - feat(is_variant): add `#[must_use]` annotation

Pull Request - State: closed - Opened by TheLostLambda 7 months ago - 4 comments
Labels: enhancement

#349 - `IsVariant` should annotate the generated methods with `#[must_use]`?

Issue - State: closed - Opened by TheLostLambda 7 months ago - 1 comment
Labels: enhancement

#348 - Copy-pasted docs means many derives are still undocumented!

Issue - State: open - Opened by TheLostLambda 7 months ago - 2 comments
Labels: docs

#348 - Copy-pasted docs means many derives are still undocumented!

Issue - State: open - Opened by TheLostLambda 7 months ago - 3 comments
Labels: help wanted, docs

#347 - Incorrect/unnecessary bounds when deriving `IntoIterator`

Issue - State: closed - Opened by tmillr 7 months ago - 1 comment
Labels: bug, duplicate

#346 - Derive Display Should infer display provided from the the struct field annotation.

Issue - State: closed - Opened by da2ce7 8 months ago - 2 comments
Labels: bug, invalid, wontfix

#345 - Sum/Product traits don't forward &Self properly

Issue - State: open - Opened by obscurans 8 months ago - 1 comment
Labels: enhancement, help wanted

#344 - Refactor `::derive_more` absolute paths to just `derive_more` (#338)

Pull Request - State: closed - Opened by tyranron 8 months ago
Labels: enhancement, docs

#343 - Support pointwise addition for arrays and tuples

Pull Request - State: open - Opened by matthiasgoergens 8 months ago - 3 comments
Labels: enhancement

#342 - Pointwise addition (and multiplication) for array struct members?

Issue - State: open - Opened by matthiasgoergens 8 months ago - 3 comments
Labels: enhancement

#341 - Upgrade `syn` crate to 2.0.45 version

Pull Request - State: closed - Opened by tyranron 8 months ago

#340 - Support `TryIntoRef`

Issue - State: closed - Opened by siefkenj 8 months ago - 2 comments

#339 - Bump softprops/action-gh-release from 1 to 2

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, github_actions

#337 - derive_more::Error panics on associated type bounds

Issue - State: closed - Opened by RapidPencil 9 months ago - 4 comments
Labels: bug, wontfix, obsolete

#336 - Support adding an arbitrary attribute on top of `Constructor` impl

Issue - State: open - Opened by FalkWoldmann 9 months ago - 3 comments
Labels: enhancement, help wanted

#335 - `Self: 'static` bound gets mistakenly applied to references

Issue - State: open - Opened by mauricelam 10 months ago - 3 comments
Labels: bug, help wanted

#334 - Add #[inline] attribute to a few more methods

Pull Request - State: closed - Opened by JelteF 10 months ago
Labels: enhancement

#333 - Add rust-patterns as a category

Pull Request - State: closed - Opened by JelteF 10 months ago

#332 - Make Clippy happy with Rust 1.75

Pull Request - State: closed - Opened by tyranron 10 months ago

#331 - Fix specifying features in README (#330)

Pull Request - State: closed - Opened by tyranron 10 months ago
Labels: docs

#330 - Instructions to specify features in README are wrong

Issue - State: closed - Opened by JelteF 11 months ago
Labels: docs

#329 - Incorrect tuple recognition with `derive_more::Unwrap`

Issue - State: closed - Opened by artslob 11 months ago - 3 comments
Labels: bug, wontfix, obsolete

#328 - Fix incorrect `fmt::Pointer` implementations

Pull Request - State: closed - Opened by tyranron 11 months ago - 18 comments
Labels: duplicate, wontfix, obsolete

#327 - Better hygiene for `core` crate naming (#180)

Pull Request - State: closed - Opened by tyranron 11 months ago - 1 comment
Labels: enhancement

#326 - Fix private docs

Pull Request - State: closed - Opened by tyranron 11 months ago
Labels: docs, github_actions

#325 - Update links to derive docs in README to point to beta

Pull Request - State: closed - Opened by JelteF 11 months ago
Labels: docs