Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contribution guidelines

**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT.
**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT.

If you wish to contribute to the `error-stack-macros2` codebase, feel free to fork the repository and submit a pull request.

Expand All @@ -14,4 +14,4 @@ If you wish to contribute to the `error-stack-macros2` codebase, feel free to fo
1. Run `cargo test` (or VSCode task _Cargo: Test_) to run the tests. You can also run `cargo build` (_Cargo: Create development build_) to test the macro in a local Cargo project, or run `cargo doc` (_Cargo: Generate documentation_) to build the documentation.
1. Run `cargo fmt` and `cargo clippy` (or VSCode tasks _RustFMT: Format_ and _Cargo Clippy: Lint_) and make sure there are no warnings or errors.
1. Commit and push your changes. **NOTE: This repository requires all commits to be [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). Please make sure to sign all of your commits. Commits made through the GitHub web app are signed by default.**
1. [Submit a pull request](https://github.com/LuisFerLCC/error-stack-macros2/compare).
1. [Submit a pull request](https://github.com/luisfi-dev/error-stack-macros2/compare).
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Before you go ANY further...

- Refer to the [documentation](https://docs.rs/error-stack-macros2) to make sure the error is actually a bug and not a mistake of your own.
- Please help us process your issue efficiently and in detail by using one of our [issue templates](https://github.com/LuisFerLCC/error-stack-macros2/issues/new/choose).
- Please help us process your issue efficiently and in detail by using one of our [issue templates](https://github.com/luisfi-dev/error-stack-macros2/issues/new/choose).

**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT.
**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT.

Thank you for contributing to the `error-stack-macros2` codebase!
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: Is the macro not working as intended?
title: BUG - (brief description)
labels:
- 🐞 Bug
assignees: LuisFerLCC
assignees: luisfi-dev

body:
- type: markdown
attributes:
value: |
# Bug Report

**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT.
**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT.

- type: input
id: crate-version
Expand Down Expand Up @@ -85,13 +85,13 @@ body:
label: Contribution guidelines
description: By submitting this issue, you agree that...
options:
- label: This is a bug, not you [asking for support](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a).
- label: This is a bug, not you [asking for support](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a).
required: true
- label: You have read the [documentation](https://docs.rs/error-stack-macros2) and made sure this is not intended behavior.
required: true
- label: The issue has not already been reported.
required: true
- label: You are following the project's [Code of
Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ contact_links:
about: Please check the documentation before filing new issues.

- name: Support
url: https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a
url: https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a
about: Need help? Ask on GitHub discussions!
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Is there something wrong or missing in the documentation?
title: DOCS - (brief description)
labels:
- 📄 Documentation
assignees: LuisFerLCC
assignees: luisfi-dev

body:
- type: markdown
Expand Down Expand Up @@ -49,11 +49,11 @@ body:
description: By submitting this issue, you agree that...
options:
- label: This is a documentation issue, not you [asking for
support](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a).
support](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a).
required: true
- label: The issue has not already been reported.
required: true
- label: You are following the project's [Code of
Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
required: true
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: Do you have a suggestion or an idea for a new feature?
title: SUGGESTION - (brief description)
labels:
- ✨ Enhancement
assignees: LuisFerLCC
assignees: luisfi-dev

body:
- type: markdown
attributes:
value: |
# Feature Request

**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT.
**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT.

- type: textarea
id: description
Expand Down Expand Up @@ -48,7 +48,7 @@ body:
label: Contribution guidelines
description: By submitting this issue, you agree that...
options:
- label: This is a suggestion, not you [asking for support](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a).
- label: This is a suggestion, not you [asking for support](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a).
required: true
- label: You have read the [documentation](https://docs.rs/error-stack-macros2) and made sure this is not already implemented.
required: true
Expand All @@ -59,6 +59,6 @@ body:
- label: This feature fits within `error-stack-macros2`'s scope and purpose.
required: true
- label: You are following the project's [Code of
Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
required: true
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# New Pull Request

**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT.
**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT.

## First things first...

- Make sure to read the [contribution guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md) before you go any further.
- Make sure to read the [contribution guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md) before you go any further.
- Is there an issue related to your changes? If so, link to it here. If not, create an issue before submitting your pull request in order to discuss.
- **Please make sure that all of your commits are [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification).**

Expand Down
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
labels:
- "📦 Dependencies"
assignees:
- LuisFerLCC
- luisfi-dev

# Development dependencies (e.g., [dev-dependencies])
- package-ecosystem: "cargo"
Expand All @@ -23,4 +23,4 @@ updates:
labels:
- "💻 Dev Dependencies"
assignees:
- LuisFerLCC
- luisfi-dev
2 changes: 1 addition & 1 deletion .github/workflows/syncLabels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sync:
name: Sync labels
runs-on: ubuntu-latest
if: github.repository_owner == 'LuisFerLCC'
if: github.repository_owner == 'luisfi-dev'

steps:
- name: Checkout repository
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![crates.io latest version](https://img.shields.io/crates/v/error-stack-macros2?label=version&logo=rust)](https://crates.io/crates/error-stack-macros2)
[![crates.io downloads](https://img.shields.io/crates/d/error-stack-macros2)](https://crates.io/crates/error-stack-macros2)
[![Tests status](https://img.shields.io/github/actions/workflow/status/LuisFerLCC/error-stack-macros2/test.yml?branch=master&label=tests)](https://github.com/LuisFerLCC/error-stack-macros2/actions/workflows/test.yml)
[![Contributor Covenant Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-3.0-5e0d73?logo=contributorcovenant)](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md)
[![Tests status](https://img.shields.io/github/actions/workflow/status/luisfi-dev/error-stack-macros2/test.yml?branch=master&label=tests)](https://github.com/luisfi-dev/error-stack-macros2/actions/workflows/test.yml)
[![Contributor Covenant Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-3.0-5e0d73?logo=contributorcovenant)](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md)

Community-made procedural macros for [`error-stack`].

Expand Down Expand Up @@ -76,12 +76,12 @@ assert_eq!(err.to_string(), "experiment error: could not run experiment");
## Support

Need help using `error-stack-macros2`? Don't hesitate to reach out on
[GitHub Discussions](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a)!
[GitHub Discussions](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a)!

## Links

- [Documentation]
- [GitHub](https://github.com/LuisFerLCC/error-stack-macros2)
- [GitHub](https://github.com/luisfi-dev/error-stack-macros2)
- [crates.io](https://crates.io/crates/error-stack-macros2)

## Contributing
Expand All @@ -92,14 +92,14 @@ Before creating an issue, please consider the following:
make sure the error is actually a bug and not a mistake of your own.
- Make sure the issue hasn't already been reported or suggested.
- Please report any security vulnerabilities privately through
[Security Advisories](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new).
[Security Advisories](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new).
- After following these steps, you can file an issue using one of our
[templates](https://github.com/LuisFerLCC/error-stack-macros2/issues/new/choose).
[templates](https://github.com/luisfi-dev/error-stack-macros2/issues/new/choose).
Please make sure to follow our
[Code of Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md).
- If you wish to [submit a pull request](https://github.com/LuisFerLCC/error-stack-macros2/compare)
[Code of Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md).
- If you wish to [submit a pull request](https://github.com/luisfi-dev/error-stack-macros2/compare)
alongside your issue, please follow our
[contribution guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
[contribution guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).

## Disclaimer

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ All dependencies have been updated to their latest versions, which in this case

## Previous release notes

If you want to take a look at the notes from previous releases, go to [GitHub Releases](https://github.com/LuisFerLCC/error-stack-macros2/releases).
If you want to take a look at the notes from previous releases, go to [GitHub Releases](https://github.com/luisfi-dev/error-stack-macros2/releases).
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## Report a vulnerability

Please report any security vulnerabilities privately through
[Security Advisories](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new).
[Security Advisories](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new).
4 changes: 2 additions & 2 deletions impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "error-stack-macros2"
version = "0.2.1"
authors = ["LuisFerLCC"]
authors = ["luisfi-dev"]
edition = "2024"
rust-version = "1.92.0"
description = "Community-made procedural macros for error-stack."
readme = "../README.md"
repository = "https://github.com/LuisFerLCC/error-stack-macros2"
repository = "https://github.com/luisfi-dev/error-stack-macros2"
license = "Apache-2.0"
keywords = ["error", "errorstack", "error-handling", "macros", "proc-macro"]
categories = ["development-tools", "rust-patterns"]
Expand Down
18 changes: 9 additions & 9 deletions impl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! [![crates.io latest version](https://img.shields.io/crates/v/error-stack-macros2?label=version&logo=rust)](https://crates.io/crates/error-stack-macros2)
//! [![crates.io downloads](https://img.shields.io/crates/d/error-stack-macros2)](https://crates.io/crates/error-stack-macros2)
//! [![Tests status](https://img.shields.io/github/actions/workflow/status/LuisFerLCC/error-stack-macros2/test.yml?branch=master&label=tests)](https://github.com/LuisFerLCC/error-stack-macros2/actions/workflows/test.yml)
//! [![Contributor Covenant Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-3.0-5e0d73?logo=contributorcovenant)](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md)
//! [![Tests status](https://img.shields.io/github/actions/workflow/status/luisfi-dev/error-stack-macros2/test.yml?branch=master&label=tests)](https://github.com/luisfi-dev/error-stack-macros2/actions/workflows/test.yml)
//! [![Contributor Covenant Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-3.0-5e0d73?logo=contributorcovenant)](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md)
//!
//! Community-made procedural macros for [`error-stack`].
//!
Expand Down Expand Up @@ -74,12 +74,12 @@
//! # Support
//!
//! Need help using `error-stack-macros2`? Don't hesitate to reach out on
//! [GitHub Discussions](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a)!
//! [GitHub Discussions](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a)!
//!
//! # Links
//!
//! - [Documentation]
//! - [GitHub](https://github.com/LuisFerLCC/error-stack-macros2)
//! - [GitHub](https://github.com/luisfi-dev/error-stack-macros2)
//! - [crates.io](https://crates.io/crates/error-stack-macros2)
//!
//! # Contributing
Expand All @@ -90,14 +90,14 @@
//! make sure the error is actually a bug and not a mistake of your own.
//! - Make sure the issue hasn't already been reported or suggested.
//! - Please report any security vulnerabilities privately through
//! [Security Advisories](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new).
//! [Security Advisories](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new).
//! - After following these steps, you can file an issue using one of our
//! [templates](https://github.com/LuisFerLCC/error-stack-macros2/issues/new/choose).
//! [templates](https://github.com/luisfi-dev/error-stack-macros2/issues/new/choose).
//! Please make sure to follow our
//! [Code of Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md).
//! - If you wish to [submit a pull request](https://github.com/LuisFerLCC/error-stack-macros2/compare)
//! [Code of Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md).
//! - If you wish to [submit a pull request](https://github.com/luisfi-dev/error-stack-macros2/compare)
//! alongside your issue, please follow our
//! [contribution guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
//! [contribution guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
//!
//! # Disclaimer
//!
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "error-stack-macros2-tests"
version = "0.2.1"
authors = ["LuisFerLCC"]
authors = ["luisfi-dev"]
edition = "2024"
rust-version = "1.92.0"
publish = false
Expand Down
Loading