sanket-uptycs commented on issue #1455: URL: https://github.com/apache/age/issues/1455#issuecomment-1943097675
@jrgemignani I tried building files using generate.sh and was able to generate files successfully. But even after generating the files, I can see the errors in the builder.go and mapper.go `not declared by package parser`. (I am using go get) I tried replacing age/drivers/golang => jrgemignani/age/drivers/golang v0.0.0-20240206212258-1ac037aca6c8 on which #1582 is targeted. I was able to generate files successfully in the parser in `go/pkg/mod/github.com/jrgemignani/age/drivers/golang@v0.0.0-20240206212258-1ac037aca6c8` but somehow new files in the package parser are not getting detected by builder.go and mapper.go Also if I build drivers from the source no errors at all on the master branch.    Could be a configuration issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org