Skip to content

Commit c41c5b0

Browse files
committed
Set User source file to stdio
It was previously startup.m2.in, even though it's actually defined in last.m2. But stdio makes sense since that's where the user will actually define the package's symbols.
1 parent 1959d3b commit c41c5b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

M2/Macaulay2/m2/last.m2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ addStartFunction(
3737
DebuggingMode => true);
3838
User.PackageIsLoaded = true;
3939
User#"source directory" = "";
40+
User#"source file" = "stdio";
4041
path = prepend("./",path); -- now we search also the user's current directory, since our files have already been loaded
4142
path = unique apply( path, minimizeFilename); -- beautify
4243
allowLocalCreation User#"private dictionary";

0 commit comments

Comments
 (0)