Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Patch Available
Description
Currently, require statements just use require 'some_constants' or 'some_types'. When you move the generated code into part of another project that is below the top-level directory the requires are no longer valid.
I've patched the code to instead use the require as:
File.join(File.dirname(_FILE_), 'some_constants'))