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

<< form of Get[] doesnt work with paths #159

Open
darvin opened this issue Jun 3, 2018 · 0 comments
Open

<< form of Get[] doesnt work with paths #159

darvin opened this issue Jun 3, 2018 · 0 comments

Comments

@darvin
Copy link
Contributor

darvin commented Jun 3, 2018

In[2]:= Get["examples/example.m"]

Solve found no solutions for -2.5 + (-1.)*Private`uPlaceholder^(GCD[1., 2.]^(-1.)) + (Private`uPlaceholder^(GCD[1., 2.]^(-1.)))^2. == 0 for Private`uPlaceholder
Solve found no solutions for -2.5 + (-1.)*x + x^2. == 0 for x
3+2 = ? (thats from Print[]): 5
In[3]:= <<"examples/example.m"

2018/06/03 15:51:40 System`UnParsed: {Rune:57389 Val:<< pos:1} ExpressionCase(4) &wl.Expression{
· Case: ExpressionCase(4),
· FileName: &wl.FileName{
· · Case: 1,
· · Token: STRING, "examples/example.m",
· },
· Token: GET, "<<",
}
exit status 1

Desired behaviour

In[1]:= <<"examples/example.m"                                                  
3+2 = ? (thats from Print[]): 5

In[2]:= <<examples/example.m                                                    
3+2 = ? (thats from Print[]): 5
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