Skip to content

Commit ddd4ed0

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
fix(specs): remove bogus CREATOR constants from ~20 spec files
CREATOR fields are Parcelable.Creator<T> objects, not int constants. The specgen tool defaulted them to int/0, generating misleading `const Creator = 0` in Go packages. Removed from all affected specs and regenerated. Also removes SUPPORTED_*_ABIS from build.yaml (String[] arrays, not int constants) and fixes clipboard constants that became empty after CREATOR removal.
1 parent e801384 commit ddd4ed0

48 files changed

Lines changed: 66 additions & 138 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

accounts/constants.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accounts/consts/consts.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/alarm/constants.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/alarm/consts/consts.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/constants.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/consts/consts.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/job/constants.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/job/consts/consts.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/notification/constants.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/notification/consts/consts.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)