Skip to content

Adding a RecordMap class to Git should automatically add the corresponding data class #955

Description

@cambot

Saving/compiling a Record mapper class does not automatically add it to git, so I had to add it manually (Other compiled assets like DTLs and BPLs act the same way, so I can roll with this). However, when I added my mapper pool class, I also had to manually add the generated data class.

These record mapper classes extend EnsLib.RecordMap.RecordMap, which has a parameter to define the target message/object class. It would be a great feature for Embedded git to:

  1. When adding the RecordMap class, also add this object class
  2. when compiling/saving/exporting the RecordMap class, also export the object class.

Developers are inevitably going to miss manually adding the object class.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    customerBased on customer feedback (as opposed to something identified by developers)

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions