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

build: setup script to generate JNI compat library #1406

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adamdecaf
Copy link
Member

@adamdecaf adamdecaf commented Apr 11, 2024

We're seeing a problem with the generated code right now though.

	// skipped field EntryDetail.Addenda02 with unsupported type: *github.com/moov-io/ach.Addenda02
	// skipped field EntryDetail.Addenda05 with unsupported type: []*github.com/moov-io/ach.Addenda05
	// skipped field EntryDetail.Addenda98 with unsupported type: *github.com/moov-io/ach.Addenda98
	// skipped field EntryDetail.Addenda98Refused with unsupported type: *github.com/moov-io/ach.Addenda98Refused
	// skipped field EntryDetail.Addenda99 with unsupported type: *github.com/moov-io/ach.Addenda99
	// skipped field EntryDetail.Addenda99Contested with unsupported type: *github.com/moov-io/ach.Addenda99Contested
	// skipped field EntryDetail.Addenda99Dishonored with unsupported type: *github.com/moov-io/ach.Addenda99Dishonored

Issue: #1373

We're seeing a problem with the generated code.

	// skipped field EntryDetail.Addenda02 with unsupported type: *github.com/moov-io/ach.Addenda02

	// skipped field EntryDetail.Addenda05 with unsupported type: []*github.com/moov-io/ach.Addenda05

	// skipped field EntryDetail.Addenda98 with unsupported type: *github.com/moov-io/ach.Addenda98

	// skipped field EntryDetail.Addenda98Refused with unsupported type: *github.com/moov-io/ach.Addenda98Refused

	// skipped field EntryDetail.Addenda99 with unsupported type: *github.com/moov-io/ach.Addenda99

	// skipped field EntryDetail.Addenda99Contested with unsupported type: *github.com/moov-io/ach.Addenda99Contested

	// skipped field EntryDetail.Addenda99Dishonored with unsupported type: *github.com/moov-io/ach.Addenda99Dishonored
@adamdecaf adamdecaf mentioned this pull request Apr 11, 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

Successfully merging this pull request may close these issues.

None yet

1 participant