Popular repositories Loading
-
-
srednjoshkolska_infica-python
srednjoshkolska_infica-python Publiczadaci i rješenja sa srednjoškolske nastave informatike
Python
-
-
-
-
878 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 32 commits in 4 repositories
Created a pull request in JuliaLang/julia that received 10 comments
strings/cstring: transcode
: prevent Windows sysimage invalidation
Should prevent all sysimage invalidation that happens on 64-bit Windows when running: struct I <: Integer end function Base.:(<<)(::I, ::Int) end f…
+11
−11
lines changed
•
10
comments
Opened 32 other pull requests in 3 repositories
JuliaArrays/ZeroDimensionalArrays.jl
17
merged
-
specialize
last
This contribution was made on Apr 12 -
specialize
iterate
forIterators.Reverse
This contribution was made on Apr 12 -
test: deduplicate code
This contribution was made on Apr 12
-
specialize
iterate
This contribution was made on Apr 11 -
copy
: return a value of the same typeThis contribution was made on Apr 11 -
isassigned
: simplify and generalizeThis contribution was made on Apr 11 -
rename
BoxConstField
toBoxConst
This contribution was made on Apr 11 -
readme improvements
This contribution was made on Apr 11
-
rename
ZeroDimensionalArrayImmutable
toZeroDimArray
This contribution was made on Apr 11 -
rename
ZeroDimensionalArrayMutable*
toBox*
This contribution was made on Apr 11 -
introduce "boxing" constructors in place of converting ones
This contribution was made on Apr 11
-
introduce a zero-arg constructor in place of the
undef
constructorsThis contribution was made on Apr 11 -
one more test for
similar
This contribution was made on Apr 11 -
slight simplification: use optional arg
This contribution was made on Apr 10
-
add new exported function for constructing from element, README
This contribution was made on Apr 10
-
delete unused constant
This contribution was made on Apr 10
-
do not run CI on Julia v1.12
This contribution was made on Apr 10
JuliaLang/julia
7
open
3
merged
2
closed
-
make
eltype
throw for some known noniteratorsThis contribution was made on Apr 15 -
doc: cross-reference
bind
inChannel
method doc stringThis contribution was made on Apr 14 -
relax dispatch for the
IteratorSize
method forGenerator
This contribution was made on Apr 14 -
Base
: delete single-arg methods of functionndigits0z
This contribution was made on Apr 13 -
iterators: merge duplicate
iterate
methods forReverse
This contribution was made on Apr 12 -
fix zero-dimensional
reverse!
This contribution was made on Apr 12 -
add new abstract type for iterators with
HasShape
:ShapefulIterator
This contribution was made on Apr 9 -
delete redundant
IteratorSize
method forSlices
This contribution was made on Apr 8 -
manual: methods: new section on avoiding ambiguity: "playing nicely"
This contribution was made on Apr 3
-
Base
: delete unnecessaryhastypemax
methodsThis contribution was made on Apr 3 -
Base.incomplete_tag
: deduplicate code and typeassertThis contribution was made on Apr 2 -
AnnotatedString
: don't force specialization forshow
methodThis contribution was made on Apr 1
JuliaLang/LinearAlgebra.jl
3
merged
-
AbstractQ
bugfix: defineBase.IteratorSize
This contribution was made on Apr 9 -
versioninfo
: simplify, improve type stabilityThis contribution was made on Apr 8 -
peakflops
: makeeltype
a static parameter of the methodThis contribution was made on Apr 1
Reviewed 12 pull requests in 2 repositories
JuliaLang/julia
11 pull requests
-
Scheduler: Use a "scheduler" task for thread sleep
This contribution was made on Apr 14
-
Make
IteratorSize(::Iterators.Cycle)
not alwaysIsInfinite
and document whyThis contribution was made on Apr 14 -
Document Base.RefValue and clarify that this is public API
This contribution was made on Apr 14
-
iterators: merge duplicate
iterate
methods forReverse
This contribution was made on Apr 13 -
fix zero-dimensional
reverse!
This contribution was made on Apr 12 -
add new abstract type for iterators with
HasShape
:ShapefulIterator
This contribution was made on Apr 9 -
Hide unsafe constructors of IOStream
This contribution was made on Apr 6
-
Use unchecked conversion in
clamp
This contribution was made on Apr 4 -
manual: methods: new section on avoiding ambiguity: "playing nicely"
This contribution was made on Apr 3
-
Base.incomplete_tag
: deduplicate code and typeassertThis contribution was made on Apr 2 -
add some "no invalidations" tests for the sysimage
This contribution was made on Apr 2
JuliaEarth/GeoIO.jl
1 pull request
-
feat: implement WKT2 to PROJJSON converter
This contribution was made on Apr 7
Created an issue in JuliaAlgebra/MultivariatePolynomials.jl that received 5 comments
defining a method of a generic comparison with one argument unconstrained in a package is a bug
Defining a ==
method with one of the arguments untyped should never be done in a registered package. This is done here, and in some other places:
…
5
comments
Opened 19 other issues in 5 repositories
JuliaArrays/ZeroDimensionalArrays.jl
3
open
7
closed
-
readme: clarify relation to FillArrays.jl
This contribution was made on Apr 12
-
depending on the poll on Discourse, change the names of the boxing types
This contribution was made on Apr 12
-
specialize
last
This contribution was made on Apr 12 -
readme: explain the relation between
Ref
and zero-dimensional arraysThis contribution was made on Apr 11 -
readme: explain when is
BoxConstField
usefulThis contribution was made on Apr 11 -
subtype
Ref{T}
instead ofAbstractArray{T, 0}
?This contribution was made on Apr 10 -
readme: compare with FillArrays.jl
This contribution was made on Apr 10
-
consider shorter exported names
This contribution was made on Apr 10
-
readme: compare with
Array{T, 0}
This contribution was made on Apr 10 -
should
similar(::ZeroDimensionalArray, ::Int)
returnVector
orFixedSizeVector
?This contribution was made on Apr 10
JuliaLang/julia
5
open
1
closed
-
incomplete initialization (underspecified) inconsistency: access of incompletely initialized object may succeed depending on whether it's compiled or not
This contribution was made on Apr 17
-
IteratorSize
incorrect for some subtypes ofGenerator
This contribution was made on Apr 14 -
v1.12: clarification for news.md: note explicitly that
--trim
is still experimentalThis contribution was made on Apr 13 -
clarification for history.md: note explicitly that
--trim
is still experimentalThis contribution was made on Apr 13 -
zero-dimensional
reverse
andreverse!
forAbstractArray
throwThis contribution was made on Apr 12 -
@boundscheck
annotations preventing code from being inferred as consistentThis contribution was made on Apr 10
JuliaArrays/FixedSizeArrays.jl
1
open
-
DimensionMismatch
vsMethodError
when constructing/converting between different subtypes ofAbstractArray
This contribution was made on Apr 10
Liozou/BigRationals.jl
1
open
-
adding a method to
hastypemax
is not necessary any more on Julia v1.10 and upThis contribution was made on Apr 5
JuliaCI/julia-buildkite
1
open
-
build docs PDF on AArch64
This contribution was made on Apr 3