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

Closed
wants to merge 2 commits into 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
@adamdecaf adamdecaf closed this Aug 20, 2024
@adamdecaf
Copy link
Member Author

adamdecaf commented Aug 20, 2024

If you'd like this feature please reach out. If we can figure out a decent solution I'm all ears. Might be easier to approach in a v2 of the ACH library.

@adamdecaf adamdecaf added this to the v2 milestone Aug 20, 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