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

Unknown feature #9

Open
kekearif opened this issue Aug 2, 2024 · 1 comment
Open

Unknown feature #9

kekearif opened this issue Aug 2, 2024 · 1 comment
Assignees

Comments

@kekearif
Copy link

kekearif commented Aug 2, 2024

When running tca-diagram I will encounter some warnings:

Parsing... (130/132)
Parsing... (131/132)
Parsing... (132/132)
warning: Unknown feature: GeneratingFeature
warning: Unknown feature: MenuFeature
warning: Unknown feature: OnboardingFeature

The resulting tca-diagram.md also seems incomplete. What causes the "Unknown feature" warning?

@tisohjung
Copy link
Member

tisohjung commented Aug 10, 2024

1. Unknown feature

That's because tca older versions defined Actions as something like GenratingAction, MenuAction, OnboardinAction
but now it is handled inside the feature.
Now we just assume that there is action inside the reducer so it shows warning which we can ignore.
I guess we can update the log since it's misleading

extension GeneratingFeature {
  enum Action {

2. tca-diagram.md seems incomplete

can you provide an example project or a short source like the ones in the test?

https://github.com/Christmas-Blues/tca-diagram/blob/main/Tests/TCADiagramLibTests/Resources/Sources.swift

@tisohjung tisohjung self-assigned this Aug 10, 2024
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

2 participants