playdate icon indicating copy to clipboard operation
playdate copied to clipboard

Playdate Build Tools and API

Results 86 playdate issues
Sort by recently updated
recently updated
newest added

tests for `Expr::set` https://github.com/boozook/playdate/blob/28d376f18b4c23db5c9ac2083b2f69af752bd6a5/support/build/src/assets/resolver.rs#L342 Source of this issue ```rust } impl { // TODO: tests for `Expr::set` fn set>>(&mut self, actual: S) where 's: 'e { let original = match...

todo

tests for `Match::set_target` https://github.com/boozook/playdate/blob/28d376f18b4c23db5c9ac2083b2f69af752bd6a5/support/build/src/assets/resolver.rs#L236 Source of this issue ```rust } } // TODO: tests for `Match::set_target` fn set_target(&mut self, path: P) { trace!("old target: {}", self.target().display()); match self { ```

todo

tests for `Mapping::eq_ignore_expr` https://github.com/boozook/playdate/blob/28d376f18b4c23db5c9ac2083b2f69af752bd6a5/support/build/src/assets/plan.rs#L394 Source of this issue ```rust } impl Mapping { // TODO: tests for `Mapping::eq_ignore_expr` pub fn eq_ignore_expr(&self, other: &Self) -> bool { match (self, other) {...

todo

tests for `possibly_matching` https://github.com/boozook/playdate/blob/28d376f18b4c23db5c9ac2083b2f69af752bd6a5/support/build/src/assets/plan.rs#L249 / Check that filter \(possibly\) pattern \`expr\` matches the \`path\`\. Source of this issue ```rust } // TODO: tests for `possibly_matching` /// Check that filter (possibly)...

todo

tests for `abs_or_rel_crate_existing` https://github.com/boozook/playdate/blob/28d376f18b4c23db5c9ac2083b2f69af752bd6a5/support/build/src/assets/plan.rs#L203 / Make path relative to \`crate\_root\` if it isn't absolute, checking existence\. / Returns \`None\` if path doesn't exist\. Source of this issue ```rust } //...

todo

Need to ensure that following build options isn't broken: - with [`cc`](https://crates.io/crates/cc) - with [`cmake`](https://crates.io/crates/cmake) - maybe with [c++](https://crates.io/crates/cpp) Also this is actual because [Playdate support is going to SDL2][SDL-PD-PR]...

help wanted
cargo
compatibility
build-utils

enhancement
good first issue
api
performance