Skip to content

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

@darvin

Description

@darvin
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions