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

Ability to share names between bfiles and sfiles #36

Open
lydia-duncan opened this issue Jan 19, 2015 · 0 comments
Open

Ability to share names between bfiles and sfiles #36

lydia-duncan opened this issue Jan 19, 2015 · 0 comments

Comments

@lydia-duncan
Copy link
Member

This occurs when specifying a bfile without giving the absolute path (i.e,
relying on the pych installation to move your bfiles and sfiles to its default
search location)

When trying to generate the bfile's function, we get the error message:
... // function name in question
error: control reaches end of function that returns a value
... // Further details and errors

With code in the second block that indicates it is trying to interpret the sfile as a bfile.
At a guess, resolving the name specified does not look at distinct locations, it instead
searches through the known sfile location, then the known bfile location, for the file name.

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

No branches or pull requests

1 participant