emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode 4b22a79 205/352: julia-mode.el: remove types th


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 4b22a79 205/352: julia-mode.el: remove types that are removed or deprecated
Date: Sun, 29 Aug 2021 11:22:45 -0400 (EDT)

branch: elpa/julia-mode
commit 4b22a795839625111ab08f199a2154c7d32b9f49
Author: Jeff Bezanson <jeff.bezanson@gmail.com>
Commit: Yichao Yu <yyc1992@gmail.com>

    julia-mode.el: remove types that are removed or deprecated
---
 julia-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/julia-mode.el b/julia-mode.el
index b99cab1..e1974ca 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -196,16 +196,16 @@ This function provides equivalent functionality, but 
makes no efforts to optimis
      "UInt" "UInt8" "UInt16" "UInt32" "UInt64" "UInt128"
      "Int" "Int8" "Int16" "Int32" "Int64" "Int128"
      "BigFloat" "FloatingPoint" "Float16" "Float32" "Float64"
-     "Complex128" "Complex64" "ComplexPair"
+     "Complex128" "Complex64"
      "Bool"
      "Cuchar" "Cshort" "Cushort" "Cint" "Cuint" "Clonglong" "Culonglong" 
"Cintmax_t" "Cuintmax_t"
      "Cfloat" "Cdouble" "Cptrdiff_t" "Cssize_t" "Csize_t"
      "Cchar" "Clong" "Culong" "Cwchar_t"
      "Char" "ASCIIString" "UTF8String" "ByteString" "SubString"
      "Array" "DArray" "AbstractArray" "AbstractVector" "AbstractMatrix" 
"AbstractSparseMatrix" "SubArray" "StridedArray" "StridedVector" 
"StridedMatrix" "VecOrMat" "StridedVecOrMat" "DenseArray" "SparseMatrixCSC" 
"BitArray"
-     "Range" "Range1" "OrdinalRange" "StepRange" "UnitRange" "FloatRange"
+     "Range" "OrdinalRange" "StepRange" "UnitRange" "FloatRange"
      "Tuple" "NTuple"
-     "DataType" "Symbol" "Function" "Vector" "Matrix" "Union" "Type" "Any" 
"Complex" "None" "String" "Ptr" "Void" "Exception" "Task" "Signed" "Unsigned" 
"Associative" "Dict" "IO" "IOStream" "Ranges" "Rational" "Regex" "RegexMatch" 
"Set" "IntSet" "Expr" "WeakRef" "Nothing" "ObjectIdDict"
+     "DataType" "Symbol" "Function" "Vector" "Matrix" "Union" "Type" "Any" 
"Complex" "String" "Ptr" "Void" "Exception" "Task" "Signed" "Unsigned" 
"Associative" "Dict" "IO" "IOStream" "Rational" "Regex" "RegexMatch" "Set" 
"IntSet" "Expr" "WeakRef" "ObjectIdDict"
      "AbstractRNG" "MersenneTwister"
      )
    'symbols))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]