Generate 1.1.0 FLIX format w/ config files
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 0
- Forks
- 7
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 2
Description
At this moment 1.1.0 FLIX FLIP is still under development but enough has been figured out to start generating FLIX 1.1.0
Files that can be passed in:
- language file that has all the descriptive elements of FLIX
- flow.json file that has dep addresses
Notes:
- Support new import syntax. "placeholder" has been removed
- If Cadence code is using old import syntax still generate version 1.1.0 FLIX
- Might support multi-line Cadence block comment header for long messages
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Go entry point that generates FLIX 1.1.0 from the language file and flow.json. Trace how Cadence imports and block comment headers are parsed, then verify the generator handles old import syntax and multiline headers while still producing version 1.1.0 output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100