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

under some circumstances using semsql make can result in core config files being rebuilt #72

Closed
cmungall opened this issue Mar 17, 2023 · 0 comments

Comments

@cmungall
Copy link
Collaborator

semsql distributes ready-made config files, compiled sql files, prefixes, etc. The job of building these belongs to the release manager. It is orchestrated by build.Makefile.

When a user invokes make foo.db, it uses the same Makefile. In general, only the intended targets, but it seems there are some circumstances that may trigger the release artifacts to be remade. This is not good obviously a user action should not alter files in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages or wherever.

This partially explains some of the odd behavior seen here: #71

The solution here is to simply split the release managers makefile from the package-distributed makefile used by the user

(of course, using a makefile at all is bad, and this is just temporary until we replace rdftab with something we can speak to via python, see #41)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant