Skip to content

Commit c5e7126

Browse files
authored
Merge pull request #7 from andyferris/patch-1
Typos in README.md
2 parents 9a63c8b + ec57665 commit c5e7126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ PackageCompiler.revert()
3333

3434
- You might need to tweak your runtest, since SnoopCompile can have problems with some statements. Please open issues about concrete problems! This is also why there is a way to point to a file different from runtests.jl, for the case it becomes impossible to combine testing and snoop compiling (just pass `("package", "snoopfile.jl")`)!
3535

36-
- non const globals are problematic, or globals defined in functions - removing those got me to 95% of making the package save for static compilation
36+
- non const globals are problematic, or globals defined in functions - removing those got me to 95% of making the package safe for static compilation
3737

3838
- type unstable code had some inference issues (around 2 occurrence, where I’m still not sure what was happening) - both cases happened with dictionaries… Only way to find those was investigating the segfaults with `gdb`, but then it was relatively easy to just juggle around the code, since the stacktraces accurately pointed to the problem. The non const globals might be related since they introduce type instabilities.
3939

0 commit comments

Comments
 (0)