You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the development of our Rust SDK as outlined in the previous issue, we encountered specific compiler issues. To benefit the broader developer community and our team, we plan to document these issues comprehensively.
Objective
Tagging or branching out specific versions where compiler issues were encountered.
Creating a comprehensive README that describes each compiler issue, proposes the ideal behavior, and suggests possible fixes.
Requirements
Identify all instances where compiler issues arose during the development process.
Create dedicated tags or branches for each identified compiler issue.
For each tag/branch, draft a README section that:
Describes the encountered compiler issue.
Proposes how the compiler ideally should have behaved.
Suggests potential fixes or workarounds.
Expected Outcome
All encountered compiler issues will be well-documented, providing insights and guidance for developers facing similar challenges.
The repository will serve as an invaluable resource, shedding light on potential pitfalls and their resolutions during Rust SDK development.
The text was updated successfully, but these errors were encountered:
Background
During the development of our Rust SDK as outlined in the previous issue, we encountered specific compiler issues. To benefit the broader developer community and our team, we plan to document these issues comprehensively.
Objective
README
that describes each compiler issue, proposes the ideal behavior, and suggests possible fixes.Requirements
README
section that:Expected Outcome
The text was updated successfully, but these errors were encountered: