-
Updated
May 15, 2020 - PHP
trait
Here are 167 public repositories matching this topic...
-
Updated
May 12, 2020 - PHP
-
Updated
May 11, 2020 - Rust
Context
While trying to debug FabricMC/fabric-mixin-compile-extensions#1, I came across three things which don't appear right to me but I may just be missing the bigger picture for some of them.
Disclaimer
I was debugging using Fabric's Mixin fork and mapping provider. The respective sources code concerning the issues appears to be the same in fork and upstream
-
Updated
May 7, 2020 - PHP
-
Updated
Mar 9, 2020 - PHP
-
Updated
Nov 6, 2019 - PHP
-
Updated
May 14, 2020 - PHP
Flags documentation
Amount of traits is grow and hard and README file starts to be too big. Each flag description should be extracted to wiki.
-
Updated
Mar 7, 2020 - PHP
In Rust 2018, trait objects are going to be marked explicitly by writing dyn in front of them. #[mock] currently panics when encountering this syntax:
trait Foo {}
#[cfg_attr(test, mock)]
pub trait Bar {
fn foo(foo: &dyn Foo);
}
Compiling th
-
Updated
Mar 26, 2020 - PHP
-
Updated
Aug 15, 2019 - PHP
-
Updated
Jan 2, 2020 - Rust
-
Updated
Mar 26, 2020 - PHP
-
Updated
Jan 20, 2020 - PHP
Gradually thinking some renaming of functions, files, classes will help make the material more accessible. For example:
Variables and functions:
-
height->individual_size(#223) -
plant->individual -
compute_vars_phys-->compute_vital_rates -
scm->solve_characteristic_method -
area_leaf_above->competition(or other) - `germination_pro
-
Updated
Mar 4, 2020 - PHP
-
Updated
Mar 26, 2020 - PHP
-
Updated
Mar 6, 2020 - PHP
-
Updated
Apr 5, 2020 - PHP
-
Updated
Apr 24, 2020 - R
Improve this page
Add a description, image, and links to the trait topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trait topic, visit your repo's landing page and select "manage topics."
The only place where this is currently done is FromStr: https://jeltef.github.io/derive_more/derive_more/from_str.html