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

[Merged by Bors] - feat: update trace names (PL-000) #374

Closed
wants to merge 3 commits into from

Conversation

DecathectZero
Copy link
Member

Fixes or implements PL-000

Brief description. What is this change?

We forgot to export the card trace from Trace

Trace.SpeakTrace -> Trace.Speak

this is meant as work for the adapters repo

@DecathectZero DecathectZero changed the title fix: update trace names (PL-000) feat: update trace names (PL-000) Oct 5, 2022
@trs
Copy link
Contributor

trs commented Oct 5, 2022

This would break any implementations relying on the old names. We should keep the old names too and add a deprecated jsdoc to each.

@sonarcloud
Copy link

sonarcloud bot commented Oct 5, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@DecathectZero DecathectZero requested a review from trs October 6, 2022 00:31
@DecathectZero
Copy link
Member Author

This would break any implementations relying on the old names. We should keep the old names too and add a deprecated jsdoc to each.

@trs I updated it with old values, but typescript in IDEs will not be able to reference the "deprecate" tags: https://stackoverflow.com/questions/49151748/es-modules-deprecate-export

@DecathectZero
Copy link
Member Author

bors r+

bors-vf bot pushed a commit that referenced this pull request Oct 6, 2022
<!-- You can erase any parts of this template not applicable to your Pull Request. -->

**Fixes or implements PL-000**

### Brief description. What is this change?
We forgot to export the card trace from `Trace`

`Trace.SpeakTrace` -> `Trace.Speak`

this is meant as work for the `adapters` repo


Co-authored-by: Tyler Han <tylerhan97@gmail.com>
@bors-vf
Copy link

bors-vf bot commented Oct 6, 2022

Pull request successfully merged into master.

Build succeeded:

@bors-vf bors-vf bot changed the title feat: update trace names (PL-000) [Merged by Bors] - feat: update trace names (PL-000) Oct 6, 2022
@bors-vf bors-vf bot closed this Oct 6, 2022
@bors-vf bors-vf bot deleted the tyler/update-trace-shape/PL-000 branch October 6, 2022 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants