Skip to content

Conversation

vspecky
Copy link
Contributor

@vspecky vspecky commented Apr 4, 2023

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates

Description

This PR puts the AsyncExt trait and certain async functions in the common_utils crate behind a feature flag.

Additional Changes

None

  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

Required to make the api_models crate free of any async-relate dependencies.

How did you test it?

cargo build + cargo hack

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@vspecky vspecky requested review from a team and ashokkjag as code owners April 4, 2023 07:31
@vspecky vspecky self-assigned this Apr 4, 2023
@vspecky vspecky added A-dependencies Area: Dependencies S-waiting-on-review Status: This PR has been implemented and needs to be reviewed C-refactor Category: Refactor labels Apr 4, 2023
Copy link
Contributor

@NishantJoshi00 NishantJoshi00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than that looks good !

@jarnura jarnura added S-ready-for-merge and removed S-waiting-on-review Status: This PR has been implemented and needs to be reviewed S-ready-for-merge labels Apr 5, 2023
@jarnura jarnura added this pull request to the merge queue Apr 6, 2023
Merged via the queue into main with commit de29eb6 Apr 6, 2023
@SanchithHegde SanchithHegde deleted the async-ext-feature branch April 6, 2023 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependencies C-refactor Category: Refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants