Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove workspace #72

Merged
merged 4 commits into from
Mar 29, 2024
Merged

Remove workspace #72

merged 4 commits into from
Mar 29, 2024

Conversation

bitzoic
Copy link
Member

@bitzoic bitzoic commented Mar 27, 2024

Type of change

  • Improvement (refactoring, restructuring repository, cleaning tech debt, ...)

Changes

The following changes have been made:

  • All imports have changed from multiple imports to a single imports using the following:
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.1.0" }

From there your desired standard may be imported:

use standards::src20::SRC20;
  • Moves all SRCs to a separate file from the implementation.

Notes

  • This should get forc doc to produce a single document containing all standards rather than multiple documents for each standard.

Related Issues

Closes #<issue number>

@bitzoic bitzoic added Repo Misc General repository upkeep Breaking May cause existing user code to break. Requires a minor or major release. labels Mar 27, 2024
@bitzoic bitzoic self-assigned this Mar 27, 2024
@bitzoic bitzoic requested a review from a team as a code owner March 27, 2024 02:06
@K1-R1 K1-R1 requested a review from a team March 27, 2024 18:05
@bitzoic bitzoic merged commit bb3b425 into master Mar 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking May cause existing user code to break. Requires a minor or major release. Repo Misc General repository upkeep
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants