EMIF files

EMIF files

 

Current release: 2.4.3

  • Release: EMIF files v2.4.3

  • github main branch reference: 16b4feab666f8950053b2591af54b1a852b21d65

Current release: 2.4.3

 

 

Practical information:

 

We do not longer maintain EMIF files .zip format. Instead, we moved to github repository:
https://github.com/elhub/im-emif-files

This way we can maintan full history EMIF files, maintain future changes in form of PR (pull requests) and enable actors to pilot future changes at will, by combining them in any way they please, for testing purposes.

How repository is organized:

 

 

git_general.png

 

As a general rule, we try not to have conflicts in published PRs.
We also try to update open PRs when some of PR is merged into main so that open PR always reflects changes based on latest Release (and point to proper main commit accordingly).

In the example above, we se PR1 and PR2 are created based on Release R01 in main branch. At some point PR1 gets merged into main and new release is created: R02.

We would then, merge changes from R02 to PR2 and have PR2 (which is still opened) point to R02 Release in main branch and reflect changes based on R02 (latest Release).

PR3 is created on timeline based on R02 release and doesn’t require adjustment until PR2 is merged to main and release R03 is created. When that happens, we have state:

git_general2.png

 

That way we can always keep opened PRs having it’s based in latest release and keep comparrison testing easier.

 

 

HOWTOs: