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

[LS] Add checker support for BlockchainHelpers identifier location #187

Merged
merged 2 commits into from
Aug 11, 2023

Conversation

m-Peter
Copy link
Contributor

@m-Peter m-Peter commented Aug 8, 2023

Depends on: #181

Description

The Cadence testing framework has introduced a new identifier location: BlockchainHelpers, so we add support for it in the language server. Otherwise the checking would fail.


  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@m-Peter m-Peter marked this pull request as ready for review August 8, 2023 09:14
Copy link
Member

@turbolent turbolent left a comment

Choose a reason for hiding this comment

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

👍

Comment on lines 190 to 192
replace github.com/onflow/cadence-tools/test => ../test

replace github.com/onflow/cadence => ../../cadence
Copy link
Member

Choose a reason for hiding this comment

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

replace statements should not be comitted

Suggested change
replace github.com/onflow/cadence-tools/test => ../test
replace github.com/onflow/cadence => ../../cadence

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops yeah 😅
I used them for local development, will get them out 👍

Copy link
Member

Choose a reason for hiding this comment

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

maybe refer to the commit, until we tag a release

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think I have tried that before, but it didn't work with forks. I will check again though 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@SupunS SupunS merged commit 8321517 into onflow:master Aug 11, 2023
4 checks passed
@m-Peter m-Peter deleted the ls-add-blockchain-helpers branch August 15, 2023 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants