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

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

[nongnu] elpa/julia-mode c7e3232 218/352: some tuple redesign follow-ups


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode c7e3232 218/352: some tuple redesign follow-ups
Date: Sun, 29 Aug 2021 11:22:48 -0400 (EDT)

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

    some tuple redesign follow-ups
    
    - add news item
    - remove `, ...` syntax, for now use `Vararg{}` instead
    - allow tuples of types in reflection functions
    - a couple efficiency tweaks
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index ce413e1..2ba71de 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -209,7 +209,7 @@ This function provides equivalent functionality, but makes 
no efforts to optimis
      "Char" "ASCIIString" "UTF8String" "ByteString" "SubString"
      "Array" "DArray" "AbstractArray" "AbstractVector" "AbstractMatrix" 
"AbstractSparseMatrix" "SubArray" "StridedArray" "StridedVector" 
"StridedMatrix" "VecOrMat" "StridedVecOrMat" "DenseArray" "SparseMatrixCSC" 
"BitArray"
      "Range" "OrdinalRange" "StepRange" "UnitRange" "FloatRange"
-     "Tuple" "NTuple"
+     "Tuple" "NTuple" "Vararg"
      "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"
      )



reply via email to

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