Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Error Message that compiling backwards to 1.3 is not possible #15

Open
christian-rli opened this issue Sep 3, 2019 · 1 comment
Assignees
Labels
wontfix This will not be worked on

Comments

@christian-rli
Copy link
Collaborator

I tried to parse and compile this file which first fails with the error described in #12 . After changing the null values to dates for testing purposes, I can parse without a problem.

Compiling the parsed metadata back to v1.4 works. Compiling to 1.3 yields this error:

    print(dialect1_3.compile(parsed))
  File ".../omi/env/lib/python3.7/site-packages/omi-0.0.2-py3.7.egg/omi/dialects/base/dialect.py", line 13, in compile
    c = self._compiler()
TypeError: 'NoneType' object is not callable
@christian-rli christian-rli added the bug Something isn't working label Sep 3, 2019
@MGlauer
Copy link
Contributor

MGlauer commented Dec 6, 2019

This is intended behavior, because there is no compiler for v1.3. The only output format is v1.4

@MGlauer MGlauer added wontfix This will not be worked on and removed bug Something isn't working labels Dec 6, 2019
@christian-rli christian-rli changed the title Compiling backwards from 1.4 to 1.3 fails Add Error Message that compiling backwards to 1.3 is not possible Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants