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

flow deploy parsing error does not give enough context #1310

Open
bjartek opened this issue Dec 18, 2023 · 1 comment
Open

flow deploy parsing error does not give enough context #1310

bjartek opened this issue Dec 18, 2023 · 1 comment
Labels
Feedback Improvement Technical work without new features, refactoring, improving tests

Comments

@bjartek
Copy link
Collaborator

bjartek commented Dec 18, 2023

Problem

Trying to deploy using flow deploy if there are errors in one file does not show what file the error is in

Steps to Reproduce

  • checkout flow-nft in standard-v2 branch
  • start emulator flow emulator -v using 1.8.0 of flow-cli
  • deploy flow deploy -n emulator
❌ Command Error: Parsing failed:
error: unexpected identifier
  --> :50:28
   |
50 |     access(all) entitlement Withdrawable
   |             ^

Acceptance Criteria

The error shows the file that it fails to parse.

Context

Upgrading .find to stable cadence.

@chasefleming
Copy link
Member

This sounds helpful. Thanks for adding this issue.

@j1010001 j1010001 added the Bug The issue represents a bug, malfunction, regression label Jan 2, 2024
@chasefleming chasefleming added Improvement Technical work without new features, refactoring, improving tests and removed Bug The issue represents a bug, malfunction, regression labels Feb 8, 2024
@chasefleming chasefleming moved this to 🔖 Ready for Pickup in 🌊 Flow 4D Feb 8, 2024
@gregsantos gregsantos moved this from 🔖 Ready for Pickup to 🧊 Backlog in 🌊 Flow 4D Feb 15, 2024
@chasefleming chasefleming removed their assignment May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feedback Improvement Technical work without new features, refactoring, improving tests
Projects
Status: 🧊 Backlog
Development

No branches or pull requests

3 participants