Revision eb18db5853627807291a81f5feeffbe7aa92cddc authored by Lyndon White on 18 January 2019, 19:39:47 UTC, committed by Alex Arslan on 18 January 2019, 19:39:47 UTC
* use === for String, String equality

* do pointer equality check before memory check

* remove whitespace

* Update base/strings/string.jl

Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>

* Update base/strings/string.jl

Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
1 parent 30c6ee7
Raw File
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/usr
/oprofile_data
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.exe
*.dll
*.dwo
*.do
*.o
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji

/perf*
.DS_Store
back to top