Skip to content

Version: add plugin cmd option to print the version and exit#105

Merged
Kybxd merged 3 commits intomasterfrom
add-plugin-version
Jul 9, 2025
Merged

Version: add plugin cmd option to print the version and exit#105
Kybxd merged 3 commits intomasterfrom
add-plugin-version

Conversation

@wenchy
Copy link
Copy Markdown
Member

@wenchy wenchy commented Jul 7, 2025

Problem

message TaskConf {
  option (tableau.worksheet) = {name:"TaskConf" index:"ActivityID<Goal" index:"ID>"};

  map<int64, Task> task_map = 1 [(tableau.field) = {key:"ID" layout:LAYOUT_VERTICAL}];
  message Task {
    int64 id = 1 [(tableau.field) = {name:"ID"}];
    // ...
  }
}

index panic problem:
image

@wenchy wenchy requested a review from Kybxd July 7, 2025 15:49
Comment thread cmd/protoc-gen-cpp-tableau-loader/main.go
@Kybxd Kybxd merged commit 7689f47 into master Jul 9, 2025
@Kybxd Kybxd deleted the add-plugin-version branch July 9, 2025 07:38
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

Successfully merging this pull request may close these issues.

Version: add plugin cmd option to print version

2 participants