Macaulay2 / M2

The primary source code repository for Macaulay2, a system for computing in commutative algebra, algebraic geometry and related fields.
https://macaulay2.com
330 stars 226 forks source link

Remove nullary changeDirectory example #3297

Closed d-torrance closed 2 weeks ago

d-torrance commented 3 weeks ago

It changes the directory to the home directory, but this directory might not actually exist on the build system.

In #3287, I did the same thing for the changeDirectory tests, but I forgot about the docs!

mikestillman commented 2 weeks ago

@d-torrance I am going to accept your series of simple pull requests. Is using "rebase and merge" ok under this scenario?

d-torrance commented 2 weeks ago

Yes, that should be ok! From what I understand, GitHub's "rebase and merge" isn't exactly the same thing as running git rebase, but it does avoid lots of extra merge commits in the git history.