GitHub / spastorino/dynosaur issues and pull requests
#91 - Complete migration story off of async_trait
Issue -
State: open - Opened by tmandry 25 days ago
- 1 comment
#90 - Consider introducing `Ref` and `RefMut` types
Issue -
State: open - Opened by tmandry 25 days ago
#89 - Error handling
Pull Request -
State: closed - Opened by spastorino 25 days ago
#88 - feat: make from_ref, from_mut const-fn
Pull Request -
State: closed - Opened by mehcode 26 days ago
#87 - Vet compiler errors and test them
Issue -
State: closed - Opened by tmandry 29 days ago
#86 - Support by-value self and Box<Self> methods
Issue -
State: open - Opened by tmandry 29 days ago
#85 - Generate blanket impl box and refs
Pull Request -
State: closed - Opened by spastorino 30 days ago
#84 - Remove support for `where Self: Sized` methods unless they opt in to using the default implementation
Issue -
State: closed - Opened by tmandry about 1 month ago
Labels: breaking
#83 - Add an attribute that causes `DynTrait` objects to use the default version of a method
Issue -
State: open - Opened by tmandry about 1 month ago
- 1 comment
#82 - Generate blanket impl for Pinned Box and reference types
Issue -
State: open - Opened by tmandry about 1 month ago
Labels: breaking
#81 - Generate blanket impl for Box and reference types
Issue -
State: closed - Opened by tmandry about 1 month ago
Labels: breaking
#80 - Generics in trait definition
Issue -
State: open - Opened by joeydewaal about 1 month ago
#79 - Support supertraits with associated items
Issue -
State: open - Opened by TheButlah about 1 month ago
- 3 comments
#78 - RFC: Generate blanket impls depending on methods in the trait
Issue -
State: open - Opened by tmandry about 2 months ago
Labels: breaking
#77 - Generate Box impls for MyTrait
Pull Request -
State: open - Opened by spastorino 2 months ago
#76 - Add ability to bless tests
Pull Request -
State: closed - Opened by spastorino 2 months ago
#75 - Consts make trait not dyn compatible but generate something 'better' …
Pull Request -
State: closed - Opened by spastorino 2 months ago
- 4 comments
#74 - Cutting a 0.2.1 to remove trait-variant?
Issue -
State: open - Opened by erickt 2 months ago
- 1 comment
#73 - Move trait-variant into a dev-dependency
Pull Request -
State: closed - Opened by erickt 2 months ago
#72 - Add new arced rced
Pull Request -
State: closed - Opened by spastorino 3 months ago
#71 - Improve README
Pull Request -
State: open - Opened by spastorino 3 months ago
#70 - Consider eliding lifetime parameter in DynTrait object for traits with `'static` bounds
Issue -
State: open - Opened by tmandry 3 months ago
- 5 comments
Labels: breaking
#69 - Release v0.2.0
Pull Request -
State: closed - Opened by spastorino 4 months ago
#68 - Show an example of using visibility in docs
Pull Request -
State: closed - Opened by tmandry 4 months ago
#67 - New release
Issue -
State: closed - Opened by Serial-ATA 4 months ago
- 2 comments
#66 - Support nested RPITs
Issue -
State: open - Opened by spastorino 5 months ago
#65 - Support constructing `Arc<DynTrait>`
Issue -
State: open - Opened by sticnarf 5 months ago
- 4 comments
#64 - Document requirements for using APIT
Issue -
State: closed - Opened by tmandry 5 months ago
#63 - Support using dynosaur traits in APIT and RPITIT positions with an attribute
Issue -
State: open - Opened by tmandry 5 months ago
#62 - Generate Box impls for the trait
Issue -
State: open - Opened by tmandry 5 months ago
Labels: breaking
#61 - Fix is_async for -> impl Future checks
Pull Request -
State: closed - Opened by spastorino 5 months ago
#60 - Support methods returning `impl Future`
Issue -
State: closed - Opened by sticnarf 5 months ago
- 1 comment
#59 - Expand APITs to make them work for dynamic dispatch in traits
Pull Request -
State: closed - Opened by spastorino 5 months ago
- 1 comment
#58 - Add ability to handle DynTrait visibility
Pull Request -
State: closed - Opened by spastorino 5 months ago
Labels: breaking
#57 - Should we default to a private `DynTrait` type?
Issue -
State: closed - Opened by tmandry 5 months ago
- 2 comments
#56 - Properly generate unrecheable code for non async fns
Pull Request -
State: closed - Opened by spastorino 5 months ago
- 3 comments
#55 - `where Self: Sized` exclusion not working with `trait_variant` support
Issue -
State: closed - Opened by ComputerDruid 5 months ago
#54 - Make ui.rs a little bit clearer
Pull Request -
State: closed - Opened by spastorino 6 months ago
#53 - Release v0.1.3
Pull Request -
State: closed - Opened by spastorino 6 months ago
#52 - Some code cleanups
Pull Request -
State: closed - Opened by spastorino 6 months ago
#51 - Make tests compile
Pull Request -
State: closed - Opened by spastorino 6 months ago
#50 - Add multiple lifetimes tests
Pull Request -
State: closed - Opened by spastorino 6 months ago
#49 - Expand wild patterns in args
Pull Request -
State: closed - Opened by spastorino 6 months ago
#48 - Lifetimes mentioned in return type also matter
Pull Request -
State: closed - Opened by spastorino 6 months ago
- 1 comment
#47 - Move some fns to modules
Pull Request -
State: closed - Opened by spastorino 6 months ago
#46 - Properly support non future impl traits
Pull Request -
State: closed - Opened by spastorino 6 months ago
#45 - Refactor lot of the code to clean up the project
Pull Request -
State: open - Opened by spastorino 6 months ago
#44 - Properly handle functions that do not return RPITs
Pull Request -
State: closed - Opened by spastorino 6 months ago
#43 - Exporting `DynTrait` variant?
Issue -
State: closed - Opened by huuff 6 months ago
- 7 comments
#42 - Support erased associated types
Issue -
State: open - Opened by nightkr 6 months ago
- 2 comments
#41 - Remove DynMyTrait's new constructor
Pull Request -
State: closed - Opened by spastorino 6 months ago
#40 - Fix example in README
Pull Request -
State: closed - Opened by tyilo 6 months ago
#39 - Support traits with non-async, non-impl Trait fns
Issue -
State: closed - Opened by jedel1043 7 months ago
- 1 comment
#38 - Remove/rename `DynMyTrait::new` constructor
Issue -
State: closed - Opened by tmandry 7 months ago
#37 - `use` DynTrait with visibility of original trait
Pull Request -
State: closed - Opened by Jesse-Bakker 8 months ago
- 1 comment
#36 - Support lifetime bounds
Issue -
State: open - Opened by cramertj 8 months ago
- 3 comments
Labels: enhancement
#35 - Support non-Future `impl Trait` return types
Issue -
State: closed - Opened by cramertj 8 months ago
- 1 comment
Labels: bug
#34 - Refactor Internals
Issue -
State: open - Opened by TroyKomodo 8 months ago
#33 - Release v0.1.2
Pull Request -
State: closed - Opened by spastorino 8 months ago
#32 - Release v0.2.0
Pull Request -
State: closed - Opened by spastorino 8 months ago
- 1 comment
#31 - Add license files
Pull Request -
State: closed - Opened by spastorino 8 months ago
#30 - Remove unneeded mut_pat handling
Pull Request -
State: closed - Opened by spastorino 8 months ago
#29 - Fix visitors mut
Pull Request -
State: closed - Opened by spastorino 8 months ago
#28 - Filter out where Self: Sized methods
Pull Request -
State: closed - Opened by spastorino 9 months ago
#27 - Default method trait
Pull Request -
State: closed - Opened by spastorino 9 months ago
#26 - Add Licensing referred to in readme.md
Pull Request -
State: closed - Opened by pvichivanives 9 months ago
- 1 comment
#25 - Consider support for dynamic-allocation-free `&mut self` methods
Issue -
State: open - Opened by cramertj 9 months ago
- 3 comments
#24 - Add missing &mut to Next::next in README
Pull Request -
State: closed - Opened by cramertj 9 months ago
#23 - feat: associated type bounds
Pull Request -
State: closed - Opened by TroyKomodo 9 months ago
#22 - Support Associated Type Bounds
Issue -
State: closed - Opened by TroyKomodo 9 months ago
#21 - Detect and remove `where Self: Sized` methods
Issue -
State: closed - Opened by tmandry 10 months ago
#20 - Support defaulted methods
Issue -
State: closed - Opened by tmandry 10 months ago
#19 - Support arbitrary self types
Issue -
State: open - Opened by tmandry 10 months ago
- 1 comment
#18 - Support defining adapters for external traits
Issue -
State: open - Opened by tmandry 10 months ago
- 1 comment
#17 - Lowercase mod name to avoid non_snake_case lint
Pull Request -
State: closed - Opened by tmandry 10 months ago
#16 - Make composable with trait_variant
Pull Request -
State: closed - Opened by tmandry 10 months ago
#15 - Arbitraty self types
Pull Request -
State: closed - Opened by spastorino 10 months ago
#14 - Add docs
Pull Request -
State: closed - Opened by tmandry 10 months ago
- 1 comment
#13 - Change struct representation to transparent
Pull Request -
State: closed - Opened by spastorino 11 months ago
#12 - Correctly reborrow self in DynMyTrait methods
Pull Request -
State: closed - Opened by spastorino 11 months ago
#11 - Fix async fns that don't return
Pull Request -
State: closed - Opened by spastorino 11 months ago
#10 - Some refactors to extract functions and make some things more reusable
Pull Request -
State: closed - Opened by spastorino 12 months ago
#9 - Add rpitit support
Pull Request -
State: closed - Opened by spastorino 12 months ago
#8 - DynMyTrait struct inherent impl
Pull Request -
State: closed - Opened by spastorino 12 months ago
#7 - Dyn struct impl trait
Pull Request -
State: closed - Opened by spastorino 12 months ago
#6 - Dyn struct
Pull Request -
State: closed - Opened by spastorino 12 months ago
#5 - Blanket impl erased trait
Pull Request -
State: closed - Opened by spastorino 12 months ago
#4 - Properly handle lifetimes on erased trait generation
Pull Request -
State: closed - Opened by spastorino about 1 year ago
#3 - DynMyTrait -> ErasedMyTrait
Pull Request -
State: closed - Opened by spastorino about 1 year ago
#2 - Add CI github workflow
Pull Request -
State: closed - Opened by spastorino about 1 year ago
#1 - Add basic project structure
Pull Request -
State: closed - Opened by spastorino about 1 year ago
- 1 comment