Skip to content
  • Wesley Schwengle's avatar
    Refactor conversion modules · bb36283d
    Wesley Schwengle authored
    
    
    The problem is that adding more than one annotation on a barrel module breaks
    the barrel. Thus, splitting the module up into more files solves this issue.
    But it opens a new issue: you cannot as a consuming class only import the
    annotations you want to use. Because the tests import the non-imported things
    and then you end up with errors like:
    
    ERROR: TestConversionWeight.mc:7: Unknown module OPN.Conversion.Weight in using
    or import clause
    
    This is unfortunate. It either means you import the whole barrel, or each
    annotation should become a seperate barrel.
    
    Signed-off-by: default avatarWesley Schwengle <wesley@opperschaap.net>
    bb36283d
Loading