Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 667 Bytes

File metadata and controls

23 lines (15 loc) · 667 Bytes
Symbols and Functions > Utility Functions >

Build Data

There are two constants containing information about the build. $SetReplaceGitSHA is a git SHA of the currently-used version of SetReplace:

In[] := $SetReplaceGitSHA
Out[] = "320b91b5ca1d91b9b7890aa181ad457de3e38939"

If the build directory were not clean, it would have "*" at the end.

$SetReplaceBuildTime gives a date object of when the paclet was created:

In[] := $SetReplaceBuildTime

These constants are particularly useful for reporting issues with the code.