1.4.55. Migration to 7.1.5

1.4.55.1. Configuration

We fixed a bug in rfgscript that ended up accidentally adding the current working directory to sys.path. It is possible that you were relying on this when importing another file as import other_file from within a configuration file like rule_config.py.

If your configuration fails with an ImportError after upgrading to 7.1.5, please switch to relative imports: from . import other_file. This change should only affect the new JSON+Python configuration, not the old Python-only configuration.

1.4.55.2. Linker

The linker now by default merges static inline function copies where they formerly would have been separated only because of being static. You can retain the old behavior with the new linker switch –separate_static_inlines.