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

refactor go-runtime schema extraction #1518

Open
worstell opened this issue May 16, 2024 · 0 comments
Open

refactor go-runtime schema extraction #1518

worstell opened this issue May 16, 2024 · 0 comments
Assignees

Comments

@worstell
Copy link
Collaborator

worstell commented May 16, 2024

this file has gotten out of hand!!!!
it's quite difficult to reason through

refactor will split out schema concepts into separate scans (e.g. parse type enums, parse value enums, parse verbs, etc.)

reference https://pkg.go.dev/golang.org/x/tools/go/analysis

@worstell worstell self-assigned this May 16, 2024
@ftl-robot ftl-robot mentioned this issue May 16, 2024
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with (forked) go/analysis to run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
worstell added a commit that referenced this issue Jun 7, 2024
initial step towards #1518

- integrates with
([forked](https://github.com/TBD54566975/golang-tools)) go/analysis to
run static analysis tasks for schema extraction
- implements first extraction task, type aliases
- refactors existing build stack to use the new extractor, combining
results with legacy so we can incrementally migrate
- removes typealias extraction logic from legacy code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant