main #974
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/MSC
Matrix/Media
Meta
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: continuwuation/continuwuity#974
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jhoninck/continuwuity:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
lets hope you can see this:
Commit 1: "Enhanced error handling, types, and documentation"
Commit 2: "Move documentation to proper docs/ directory"
Branch: feature/enhanced-error-handling-and-types
Status: Clean working tree, ready for PR
Several issues here
@ -0,0 +1,148 @@
# Enhanced Best Practices for Continuwuity
We already have most of this information in our code style guide
@ -0,0 +1,128 @@
# Enhanced Examples for Continuwuity
This entire file seems unnecessary, examples should be in the file the examples are relevant to
@ -0,0 +1,408 @@
//! API Guide for Continuwuity Enhanced Types
docs should not be in the source code
@ -0,0 +1,379 @@
//! Best Practices for Continuwuity Development
Again, docs should not be in the source code
@ -0,0 +1,363 @@
//! Comprehensive Examples for Continuwuity
Documentation should not be in the source code
@ -0,0 +1,449 @@
// Enhanced Type Definitions for Continuwuity
This feels like you're extracting https://forgejo.ellis.link/continuwuation/ruwuma partially into this project - all of our types and whatnot are kept in an external dependency.
@ -0,0 +6,4 @@
/// Enhanced error types with better user messaging
#[derive(Error, Debug)]
pub enum EnhancedError {
We already have onsite error types, this is duplicating work
@ -111,4 +112,2 @@
#[error(transparent)]
IntoHttp(#[from] ruma::api::error::IntoHttpError),
#[error("{0}")]
Ldap(Cow<'static, str>),
Why was this removed?
@ -0,0 +1,449 @@
// Enhanced Type Definitions for Continuwuity
Again this is just a partial reimplementation of ruwuma
User said:
Pull request closed