-
Notifications
You must be signed in to change notification settings - Fork 37
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
Failed to build result of "naml codify" #99
Comments
Thanks for providing the YAML and the failure! I will add this as a regression in the unit tests and cut a release with the fix. Stay tuned! |
The problem was that naml was expecting the naml delimiter to separate the two files
|
Well now I feel stupid for not even thinking about that because I deal with multi-document YAML files all the time and never even considered that. But even ignoring that particular issue, I still see the build failures:
|
Oh I didn't see that you were using For what it's worth I always work using the The provided
|
I think your error still deserves a test and a workflow, i will repeat the same process that I did with #100 and follow up |
Ah, I see. The README wasn't clear that the If I create the output directory inside the |
I want to be clear. We do want to support that functionality with naml. I think we are learning that naml is probably going to have to have a command such as Keeping this issue open as a reminder for myself to address this in a later release. Happy to know your code is working now. |
I have an example app that consists of a
Service
:And a
Deployment
:If I try to follow the instructions in the
README
, the build fails because of missing dependencies:If I try to resolve the dependency problems by running
go mod init
andgo tidy
......and then attempt to build, it fails with unused imports and an undefined reference:
Is the README missing some steps? Am I missing some steps?
I am using naml 1.0.1.
The text was updated successfully, but these errors were encountered: