https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
c589e0d Fix embedding with MSVC (#44976) 14 April 2022, 22:47:21 UTC
641be31 Make math-mode=fast no op, it's too dangerous (#41638) * Make math-mode=fast no op, it's too dangerous Co-authored-by: Oscar Smith <oscardssmith@gmail.com> 14 April 2022, 20:39:34 UTC
72cd1c4 Reland "IO: tie lifetime of handle field to container (#43218)" (#44883) Reverts a400a24a5d9e6609740814e4092538feb499ce60 (#43924). Fix lifetime issues with the original attempt. We do not need to prevent it from being GC-finalized: only to make sure it does not conflict with a concurrent uv_close callback. 14 April 2022, 20:33:14 UTC
57b74ba fix lowering of closure supertypes (#44974) The supertype should be set earlier, to avoid assigning a global to a type object that's not fully initialized. 14 April 2022, 20:31:43 UTC
858fa05 add tuple type printing with `Vararg`, and port to static_show (#44970) 14 April 2022, 20:30:30 UTC
30e5355 Remove `ptls` load inside JIT (#44967) 14 April 2022, 20:30:07 UTC
f25dfac Revert "Makefile wildcard globs only work at end (#34879)" (#44959) This reverts commit 70406c99561f22c008c3b3d624cade965b39e1e2. Co-authored-by: Dilum Aluthge <dilum@aluthge.com> 14 April 2022, 20:29:35 UTC
c0c7194 flatmap docstring fixes, NEWS (#44905) 14 April 2022, 20:29:12 UTC
6319b3a Merge pull request #44966 from JuliaLang/avi/44965 inference: properly compare vararg-tuple `PartialStruct`s 14 April 2022, 20:07:32 UTC
02b6d99 make inplace `Rational{BigInt}` arithmetic from gmplib available (#44566) Co-authored-by: Lionel Zoubritzky <Liozou@users.noreply.github.com> 14 April 2022, 19:42:23 UTC
fbec395 [REPL] Fix a REPL test failure by removing an erroneous space in test (#44972) * [REPL] remove erroneous space in test Introduced by https://github.com/JuliaLang/julia/pull/33805 (74f2de13727373b44da76a65ceb5297889d3e482). * Revert "Temporarily move the `REPL` test suite to node 1, to buy us time until we fix the underlying bugs (#44961)" This reverts commit 322fd706a1739daf4776fd050df756e6670ba958. 14 April 2022, 08:19:56 UTC
190565c Some minimal LLVM15 compat (#44870) just a drive-by as I was trying out some commits on master 14 April 2022, 04:53:14 UTC
5808648 cache `Type{wrapper}` for faster lookups (#44704) mostly fixes #44402 Co-authored-by: Jameson Nash <vtjnash@gmail.com> 13 April 2022, 21:58:56 UTC
8cc00ff asyncevents: fix missing GC root and race (#44956) The event might have triggered on another thread before we observed it here, or it might have gotten finalized before it got triggered. Either outcome can result in a lost event. (I observed the later situation occurring locally during the Dates test once). 13 April 2022, 20:26:36 UTC
a4a0b04 make `exp(::Float32)` and friends vectorize (#44865) * make `exp(::Float32)` and friends vectorize 13 April 2022, 16:34:55 UTC
5ce65ab fix typo, add more tests for `@inline`-declaration (#44964) 13 April 2022, 12:38:12 UTC
2372541 inference: more `Vararg` handling Just found this case from code review, but this `Vararg` should be widened. 13 April 2022, 07:22:32 UTC
ee49312 inference: properly compare vararg-tuple `PartialStruct`s fix #44965 13 April 2022, 07:20:55 UTC
322fd70 Temporarily move the `REPL` test suite to node 1, to buy us time until we fix the underlying bugs (#44961) 13 April 2022, 04:54:00 UTC
b6a6875 More "thread-safe" LazyString (#44936) * More "thread-safe" LazyString * Serialize rendered string * Move some array methods to essentials.jl Co-authored-by: Jameson Nash <vtjnash@gmail.com> 13 April 2022, 02:29:37 UTC
88fcf44 elaborate the `@nospecialize` docstring a bit (#44933) Adapted from #41931. 12 April 2022, 17:05:52 UTC
255e18c Fix formatting issue in print statement in gc-debug.c (#44944) 12 April 2022, 16:58:32 UTC
770b45d Add space after comma in range printing (#44937) 12 April 2022, 16:49:17 UTC
f10ba9c re-enable static analysis and fix issues (#44900) 12 April 2022, 16:44:36 UTC
7f121e6 Make gcd/lcm effect-free by using LazyString (#44935) 12 April 2022, 12:59:32 UTC
c2da085 Round from zero support for non-BigFloats (#41246) Co-authored-by: Steven G. Johnson <stevenj@alum.mit.edu> Co-authored-by: Steven G. Johnson <stevenj@mit.edu> Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com> Co-authored-by: Dilum Aluthge <dilum@aluthge.com> 12 April 2022, 05:40:47 UTC
8020549 [src] Fix compilation of `crc32.c` on aarch64 with Clang (#44915) Compilation of this file on aarch64 Linux with Clang currently fails with ```console $ make crc32c.o CC=clang CC src/crc32c.o In file included from /home/mose/repo/julia/src/crc32c.c:45: In file included from ./julia_internal.h:1021: In file included from /home/mose/repo/julia/usr/include/libunwind.h:7: /home/mose/repo/julia/usr/include/libunwind-aarch64.h:60:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wc++-compat] typedef struct ^ /home/mose/repo/julia/usr/include/libunwind-aarch64.h:169:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wc++-compat] typedef struct unw_tdep_save_loc ^ /home/mose/repo/julia/src/crc32c.c:339:22: warning: unused function 'crc32c_dispatch' [-Wunused-function] static crc32c_func_t crc32c_dispatch(unsigned long hwcap) ^ '++crc' is not a recognized feature for this target (ignoring feature) '++crc' is not a recognized feature for this target (ignoring feature) /home/mose/repo/julia/src/crc32c.c:212:9: error: instruction requires: crc asm("crc32cx %w0, %w1, %2" : "=r"(res) : "r"(crc), "r"(val)); ^ <inline asm>:1:2: note: instantiated into assembly here crc32cx w0, w0, x1 ^ /home/mose/repo/julia/src/crc32c.c:218:9: error: instruction requires: crc asm("crc32cw %w0, %w1, %w2" : "=r"(res) : "r"(crc), "r"(val)); ^ <inline asm>:1:2: note: instantiated into assembly here crc32cw w0, w0, w1 ^ /home/mose/repo/julia/src/crc32c.c:224:9: error: instruction requires: crc asm("crc32ch %w0, %w1, %w2" : "=r"(res) : "r"(crc), "r"(val)); ^ <inline asm>:1:2: note: instantiated into assembly here crc32ch w0, w0, w1 ^ /home/mose/repo/julia/src/crc32c.c:230:9: error: instruction requires: crc asm("crc32cb %w0, %w1, %w2" : "=r"(res) : "r"(crc), "r"(val)); ^ <inline asm>:1:2: note: instantiated into assembly here crc32cb w0, w0, w1 ^ 3 warnings and 4 errors generated. make: *** [Makefile:217: crc32c.o] Error 1 ``` Compilation on aarch64 macOS with Apple Clang is successful, but there is still the message about the unrecognized feature: ```console % rm -f crc32c.o; make crc32c.o CC src/crc32c.o '++crc' is not a recognized feature for this target (ignoring feature) '++crc' is not a recognized feature for this target (ignoring feature) ``` It appears GCC and Clang disagrees on how the target attribute should be specified: GCC wants `"+crc"`, while Clang wants `"crc"`. Also Android's zlib uses `"crc"` only when building for Clang: <https://android.googlesource.com/platform/external/zlib/+/refs/tags/android-platform-12.1.0_r2/crc32_simd.c#187>. With this change, compilation of Julia on aarch64 Linux with Clang is now successful. Co-authored-by: Dilum Aluthge <dilum@aluthge.com> 12 April 2022, 05:25:49 UTC
d9e6eaf Remove a few unobjectionable codegen lock calls (#44924) 12 April 2022, 05:17:33 UTC
2ae677d [Distributed] Set stdin to devnull before closing it (#44881) * [Distributed] Set stdin to devnull before closing it Distributed closes and destroys stdin, but some tests attempted to explicitly use it, leading to test problems. We previously interpreted this as passing devnull, but this is better to be explicit. * Revert "Testsystem: for now, move the REPL tests to node 1 (#44880)" This reverts commit 7401e92a930ab51ff74e67a27152df5c2acd459b. 12 April 2022, 05:11:29 UTC
b5bbb9f distributed docs (#44940) 12 April 2022, 02:06:42 UTC
d4e26c8 predicate function negation with ComposedFunction (#44752) Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com> Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com> 12 April 2022, 02:02:17 UTC
c0c60e8 Pool more JIT resources to reduce memory usage/contention (#44912) 12 April 2022, 01:59:07 UTC
4c858f8 Fix 44921 by properly setting Vboxed field (#44942) 12 April 2022, 01:54:13 UTC
990c21a Updated 32 bit heuristics (#44805) Co-authored-by: Christine H. Flood <christineflood@juliacomputing.com> Co-authored-by: Jameson Nash <vtjnash@gmail.com> Co-authored-by: Dilum Aluthge <dilum@aluthge.com> 12 April 2022, 01:44:58 UTC
0c2722e Use context lock instead of codegen lock (#44923) 11 April 2022, 20:44:58 UTC
1fe7cfa add `@nospecialize` for `identity` (#44929) 11 April 2022, 16:10:32 UTC
dfe0e34 replace `@pure` annotations in Base with effect settings (#44776) This commit replaces `@pure`/`@_pure_meta` annotations used in `Base` with corresponding effect settings (`:total` or `:total_or_throw`). The concrete evaluation mechanism based on the effect system (#43852) has the following benefits over the `@pure`-based optimization: - it can fold cases when consistent exception is thrown - it can handle constant union-split situation as well - effects can be propagated inter-procedurally While revisiting the existing annotations, I removed some unnecessary ones and also added some more hopefully new annotations (mostly for reflection utilities). In theory this should give us some performance benefits, e.g. now we can concrete-evaluate union-spit `typeintersect`: ```julia @test Base.return_types((Union{Int,Nothing},)) do x typeintersect(String, typeof(x)) end |> only === Type{Union{}} ``` Though this commit ends up bigger than I expected -- we should carefully check a benchmark result so that it doesn't come with any regressions. 11 April 2022, 14:34:37 UTC
0deb326 inference: don't widen `DataType`/`UninAll` to `Type` within `tuple_tfunc` (#44896) Follows up #44725. 11 April 2022, 02:41:35 UTC
bb91e62 Fix "anonymous types declared in an anonymous union" warnings (#44807) They look like this: ``` CC src/processor.o In file included from /Users/mhorn/Projekte/Julia/julia.master/src/processor.cpp:10: In file included from ./processor.h:5: ./julia.h:395:9: warning: anonymous types declared in an anonymous union are an extension [-Wnested-anon-types] struct { ^ ./julia.h:405:9: warning: anonymous types declared in an anonymous union are an extension [-Wnested-anon-types] struct { ^ 2 warnings generated. ``` and come from code that was introduced by @keno in PR #43852. But it turns out that the union is not used at all! So I'm simply removing the offending union. Perhaps it is needed for some future work, but it should be trivial to add it back if needed. If that happens, I suggest a comment is added that explain why this looks similar to but has different layout compared to the `typedef _jl_purity_overrides_t` also in `julia.h`. 10 April 2022, 23:28:41 UTC
992b261 Move to a pool of threadsafecontexts (#44605) * Use pooled contexts * Allow move construction of the resource pool 10 April 2022, 18:47:02 UTC
3d87815 CI (`Create Buildbot Statuses`): remove `tester_macos64` from the list (#44918) 09 April 2022, 23:50:31 UTC
73c9863 Add `skip(::BufferStream, n)` (#44917) The lack of this method means that we can't use `Tar` with a `BufferStream` which seems a shame. A minimal example: ``` julia> using Tar mktempdir() do dir touch("$(dir)/foo") touch("$(dir)/bar") mkdir("$(dir)/baz") open("$(dir)/baz/qux", write=true) do io println(io, rand(UInt8, 1000)) end bs = Base.BufferStream() tar_stream = open(`tar c $(dir)`; read=true).out @async begin write(bs, read(tar_stream)) close(bs) end Tar.list(bs) end ``` Results in: ``` ERROR: MethodError: no method matching skip(::Base.BufferStream, ::Int64) Closest candidates are: skip(::Base.GenericIOBuffer, ::Integer) at iobuffer.jl:243 skip(::IOStream, ::Integer) at iostream.jl:184 skip(::Base.Filesystem.File, ::Integer) at filesystem.jl:251 ``` Whereas adding the definition in this PR instead yields: ``` tar: Removing leading `/' from member names 5-element Vector{Tar.Header}: Tar.Header("tmp/jl_7b01pO/", :directory, 0o700, 0, "") Tar.Header("tmp/jl_7b01pO/foo", :file, 0o664, 0, "") Tar.Header("tmp/jl_7b01pO/bar", :file, 0o664, 0, "") Tar.Header("tmp/jl_7b01pO/baz/", :directory, 0o775, 0, "") Tar.Header("tmp/jl_7b01pO/baz/qux", :file, 0o664, 6006, "") ``` 09 April 2022, 15:06:38 UTC
74314a0 ASAN: Minimal system image to reduce CI time. (#44908) Co-authored-by: Dilum Aluthge <dilum@aluthge.com> 09 April 2022, 00:55:53 UTC
385762b allow slurping in any position (#42902) This extends the current slurping syntax by allowing the slurping to not only occur at the end, but anywhere on the lhs. This allows syntax like `a, b..., c = x` to work as expected. The feature is implemented using a new function called `split_rest` (definitely open to better names), which takes as arguments the iterator, the number of trailing variables at the end as a `Val` and possibly a previous iteration state. It then spits out a vector containing all slurped arguments and a tuple with the n values that get assigned to the rest of the variables. The plan would be to customize this for different finite collection, so that the first argument won't always be a vector, but that has not been implemented yet. `split_rest` differs from `rest` of course in that it always needs to be eager, since the trailing values need to be known immediately. This is why the slurped part has to be a vector for most iterables, instead of a lazy iterator as is the case for `rest`. 08 April 2022, 21:50:53 UTC
8890aea Use EmittedUndefVarErrors Statistic (#44901) 08 April 2022, 11:47:33 UTC
6d78404 remove `isvarargtype` assertions from `subtype` and `intersect` (#44761) fix #44735 08 April 2022, 01:42:38 UTC
244ada3 fallback randn/randexp for AbstractFloat (#44714) * fallback randn/randexp for AbstractFloat 07 April 2022, 23:30:59 UTC
f536b81 Make some islocked methods better annotated for DRF (#44874) This implements the `islocked`-`trylock` API documented in #44820 for `ReentrantLock` and `SpinLock`. 07 April 2022, 18:40:09 UTC
315a5dd [REPL] replace \sqspne with \sqsupsetneq (#44899) 07 April 2022, 18:39:04 UTC
d055d96 codegen: remove the imaging mode global (#44600) 07 April 2022, 17:53:08 UTC
a1e93a3 Merge pull request #44578 from JuliaLang/pc/float-stat Add statistics and verification to our floating point passes 07 April 2022, 17:52:23 UTC
d127b5e mach: use 64-bit error handlers (#44837) While the legacy (32-bit) handlers still will work, we should switch to the modern handlers. 07 April 2022, 17:49:39 UTC
5f2abf6 fix missing field type initialization vars (#44797) We were accidentally passing the start of the list instead of the end of the list, resulting in some values passing through uninitialized. Fix #42297 regression 07 April 2022, 17:48:04 UTC
b4bed71 fix Libc.rand and seed problems (#44432) Continuation from #43606 - Replaces thread-unsafe function `rand` with `jl_rand`. - Fixes `_ad_hoc_entropy_source` fallback in Random. - Uses uv_random for more direct access to quality-randomness (usually a syscall rather than a file.) - Ensures Array{Bool} are valid when created from RandomDevice. 07 April 2022, 17:47:50 UTC
badad9d Implements flatmap (#44792) flatmap is the composition of map and flatten. It is important for functional programming patterns. Some tasks that can be easily attained with list-comprehensions, including the composition of filter and mapping, or flattening a list of computed lists, can only be attained with do-syntax style if a flatmap functor is available. (Or appending a `|> flatten`, etc.) Filtering can be implemented by outputing empty lists or singleton lists for the values to be removed or kept. 07 April 2022, 07:39:46 UTC
ad047d0 [src] Use `JL_CFLAGS` and `JL_CXXFLAGS` variables to build Julia (#44867) * [src] Use `JCFLAGS_add` and `JCXXFLAGS_add` variables to build Julia These variables are always used, they don't mess up with `JCFLAGS` and `JCXXFLAGS` and are specific to building Julia's source code only (not the dependencies). * [src] Rename `JC*FLAGS_add` to `JL_C*FLAGS` 07 April 2022, 06:22:32 UTC
7401e92 Testsystem: for now, move the REPL tests to node 1 (#44880) 06 April 2022, 21:54:09 UTC
2944ee9 fix trailing whitespace from #44849 (#44884) 06 April 2022, 21:32:12 UTC
559244b Add \neq tab completion to ≠ (#44849) 06 April 2022, 16:01:37 UTC
7014681 Small doc clearifications on embedding and the GC, plus information on threading restrictions (#43966) * Small clarifications on embedding and the GC, plus more information on restrictions when embedding in a multi-thread environment * Fix wide code blocks, add syntax highlight, small tweaks to text * Trim trailing whitespace Co-authored-by: Paul Melis <paul.melis@surfsara.nl> 06 April 2022, 12:36:50 UTC
f41eed8 Instrument various parts of codegen (#44595) * Instrument cgutils with statistics * Instrument ccall.cpp * Instrument intrinsics * Instrument codegen 06 April 2022, 12:17:39 UTC
2c8c0a4 Simplify InsertionSort (#44862) 06 April 2022, 00:38:18 UTC
0a7d5d1 Show `dlerror()` only if it's actually non-NULL (#44856) This prevents a segmentation fault when showing an error message when libjulia can't be loaded. 05 April 2022, 20:11:31 UTC
0ba4c07 Remove unused variable and invalidate less frequently in muladd 05 April 2022, 16:52:51 UTC
1a004d1 Instrument simdloop and multiversioning 05 April 2022, 16:50:24 UTC
14bedc1 Refactor and instrument muladd 05 April 2022, 16:50:24 UTC
568a6b7 Instrument DemoteFloat16 05 April 2022, 16:50:24 UTC
3fb132f Update Pkg, and move tests to node 1 (#44828) * 🤖 Bump the Pkg stdlib from 53cefb5c to b5d23482 * Move `Pkg` to node 1 Co-authored-by: Dilum Aluthge <dilum@aluthge.com> 05 April 2022, 16:02:02 UTC
6774185 Check if `_POSIX_C_SOURCE` is defined before using its value (#44850) 05 April 2022, 15:51:36 UTC
dacf9d6 Remove disturbing `@show` output in tests (#44860) 05 April 2022, 09:04:45 UTC
aa497b5 Add statistics/verification to cpufeatures and julia-licm (#44592) 05 April 2022, 08:01:35 UTC
038c2bb Support TATAS-like usage in `islocked` and `trylock` spec (#44820) 05 April 2022, 04:16:52 UTC
e9150a1 add `@nospecialize` annotations for Returns (#44853) 05 April 2022, 02:40:23 UTC
7a61fc0 fix `getglobal_nothrow` (#44855) 05 April 2022, 02:21:08 UTC
f8f83da Fix leftover indentation TODOs (#44854) 04 April 2022, 23:32:45 UTC
81e7cfc [Zlib_jll] Update to v1.2.12+3 (#44810) Note: this is the first build of the real upstream version 1.2.12 which was released a few days ago. 04 April 2022, 20:11:25 UTC
2f9e3a5 faster `_log_ext` (#44717) * faster _log_ext * test subnormal^float 04 April 2022, 15:46:54 UTC
0c9f130 Instrument AllocOpt (#44577) 04 April 2022, 14:43:45 UTC
51271e0 Detect multiple concurent writes to Dict + remove dead code (#44778) Thanks to #38180, the removed code seems to be dead because no finalizers should be used anymore to modify dictionaries (it was dangerous). Furthermore, it may help users to detect illegal concurrent writes, since it doesn't recurse and have new error message. There should be no, or even a positive, performance effect. 04 April 2022, 04:17:56 UTC
209aad1 restore MSVC support to julia.h file (#44842) Put back a few lines that were removed by PR $42703 because they are required to successfully embed Julia with MSVC. 04 April 2022, 03:57:30 UTC
62dd14e Fix #42929 (#44838) 03 April 2022, 04:15:13 UTC
f84b49a Stricter tests in int.jl (#44522) * Stricter tests in int.jl * More tests for coverage. 03 April 2022, 03:05:44 UTC
5dfd6c9 Add radix sort (#44230) * Add radix sort 03 April 2022, 02:26:38 UTC
41c2c7c graphemes(s, m:n) substring slicing (#44266) * graphemes(s, m:n) substring slicing * variable naming * whoops * consolidate tests * empty-range test * note complexity * Update stdlib/Unicode/src/Unicode.jl Co-authored-by: Sebastian Stock <42280794+sostock@users.noreply.github.com> * news fix Co-authored-by: Sebastian Stock <42280794+sostock@users.noreply.github.com> 02 April 2022, 21:27:09 UTC
daa2101 Delete trailing whitespace (#44836) 02 April 2022, 18:10:08 UTC
8823058 improve str macro doc help (#39110) * improve str macro doc help * add string macro search result 02 April 2022, 17:17:25 UTC
020c2de clarification of export list (#44744) * clarification of export list Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com> 02 April 2022, 14:51:09 UTC
567ae8c Seperate `LinearAlgebra.axp(b)y!` and `BLAS.axp(b)y!`. (#44758) * Seperate `LinearAlgebra.axpy!` and `BLAS.axpy!` * Make more `dot` based on `BLAS`. * Doc fix. 02 April 2022, 14:13:18 UTC
5916faf Tests for bad arguments to at-threads (#30937) 02 April 2022, 12:17:59 UTC
dbe41d4 Fix implicit binding import for aliased bindings (#44827) `b->name` is used to lookup in `b->owner`, not `var`. 02 April 2022, 09:39:38 UTC
78d9dd0 add new `:total_may_throw` utility setting for `@assume_effects` (#44775) This setting is particularly useful since it allows the compiler to evaluate a call of the applied method when all the call arguments are fully known, no matter if the call results in an error or not. This commit also adds some more explanations on the difference between `@pure` and `@assume_effects`. 01 April 2022, 22:39:36 UTC
4422a1d Migrate codegen to operate on orc::ThreadSafeModule (#44440) * Move to TSModule, round 2 * Pass in modules to codegen * Rename jl_create_datalayout * Get unlocked modules once * Pass along module data layout and target more frequently * Remove jl_get_ee_context * Add note about context locks 01 April 2022, 22:02:52 UTC
48ae154 Fix typo in documentation (#44831) 01 April 2022, 18:24:52 UTC
081ae64 Mark as `inline` functions implemented in `src/serialize.h` (#44739) * Mark as `inline` functions implemented in `src/serialize.h` Also, remove duplicate definitions from `src/staticdata.c` and include `serialize.h` in there. 01 April 2022, 17:59:06 UTC
05340a8 fix typo in line 38 in tuple.jl (#44817) 01 April 2022, 15:53:26 UTC
20d29f4 Added Pluto.jl to Browser workflow in docs (#44683) * Added Pluto.jl to Browser workflow Co-authored-by: Viral B. Shah <ViralBShah@users.noreply.github.com> 01 April 2022, 13:28:42 UTC
cf649a7 effects: replaces usages of `ALWAYS_FALSE` with `TRISTATE_UNKNOWN` (#44808) Although they are basically equivalent in the current implementation, it would be more correct conceptually if we propagate `TRISTATE_UNKNOWN` instead of `ALWAYS_TRUE`, as it is hard or impossible to derive a global conclusion from a local analysis on each statement in most places. This commit also adds a docstring that simply explains the design of the effect analysis. 01 April 2022, 04:54:43 UTC
3888176 follow up #44786, fix `findsup` to return correct `overlayed` value (#44804) 01 April 2022, 01:01:45 UTC
70406c9 Makefile wildcard globs only work at end (#34879) This implements the same logic in the choosetests.jl. Co-authored-by: Jameson Nash <vtjnash@gmail.com> 31 March 2022, 23:45:01 UTC
ef835ac abs2(::Number) fallback (#44110) 31 March 2022, 21:01:10 UTC
back to top