Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JuliaData
/
SentinelArrays.jl
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
22
Code
Issues
9
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Resolve ambiguities
- #86
#86
Open
KeithWM
wants to merge 17 commits into
JuliaData:main
JuliaData/SentinelArrays.jl:main
from
KeithWM:resolve-ambiguities-without-autoformat
KeithWM/SentinelArrays.jl:resolve-ambiguities-without-autoformat
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
Resolve ambiguities
#86
KeithWM
wants to merge 17 commits into
JuliaData:main
JuliaData/SentinelArrays.jl:main
from
KeithWM:resolve-ambiguities-without-autoformat
KeithWM/SentinelArrays.jl:resolve-ambiguities-without-autoformat
Copy head branch name to clipboard
Commits
Commits on Mar 15, 2023
Switch to using retest for faster development.
Show description for cfe75ee
KeithWM
committed
cfe75ee
View commit details
Copy full SHA for cfe75ee
Browse repository at this point
Added tests known to fail on current implementation.
KeithWM
committed
ca220d4
View commit details
Copy full SHA for ca220d4
Browse repository at this point
Fixed some of the broken tests to be properly broken.
KeithWM
committed
ed6ce80
View commit details
Copy full SHA for ed6ce80
Browse repository at this point
Added BigInt along Integer in the definition of several comparisons for
Show description for d5588a1
KeithWM
committed
d5588a1
View commit details
Copy full SHA for d5588a1
Browse repository at this point
Also define Base.reduce for hcat and vcat.
Show description for 67d948a
KeithWM
committed
67d948a
View commit details
Copy full SHA for 67d948a
Browse repository at this point
Implemented methods for removing ambiguity in hcat and vcat.
KeithWM
committed
8cc04a8
View commit details
Copy full SHA for 8cc04a8
Browse repository at this point
Made broadcast test work as expected.
KeithWM
committed
25beb56
View commit details
Copy full SHA for 25beb56
Browse repository at this point
Reserve behaviour of Base.Broadcast.broadcasted(s::S, c::ChainedVector)
Show description for d49c10b
KeithWM
committed
d49c10b
View commit details
Copy full SHA for d49c10b
Browse repository at this point
Fixed copyto! with a PermutedDimsArray{Any, 1}
KeithWM
committed
0a7dd11
View commit details
Copy full SHA for 0a7dd11
Browse repository at this point
Added comment explaning that one test is maybe NOT our responsibility.
KeithWM
committed
09e01a9
View commit details
Copy full SHA for 09e01a9
Browse repository at this point
Fixed findall(Fix2{typeof(in)}, ::ChainedVector) ambiguity.
KeithWM
committed
8ea444c
View commit details
Copy full SHA for 8ea444c
Browse repository at this point
Commits on May 23, 2023
Version bumped Julia to 1.6
KeithWM
committed
7776fc4
View commit details
Copy full SHA for 7776fc4
Browse repository at this point
Added a test to cover the case of copyto!(::AbstractVector,
Show description for 8a279a1
KeithWM
committed
8a279a1
View commit details
Copy full SHA for 8a279a1
Browse repository at this point
Included a test case for the broadcasting of a ChainedVector
KeithWM
committed
e7f1767
View commit details
Copy full SHA for e7f1767
Browse repository at this point
Commits on Jun 1, 2023
Removed duplicated deleteat! testset.
KeithWM
committed
9ae27d9
View commit details
Copy full SHA for 9ae27d9
Browse repository at this point
Commits on Jun 3, 2023
Merge pull request #1 from JuliaData/main
Show description for 6ec2e5b
KeithWM
authored
6ec2e5b
View commit details
Copy full SHA for 6ec2e5b
Browse repository at this point
Merge branch 'main' into resolve-ambiguities-without-autoformat
Show description for b6af311
KeithWM
committed
b6af311
View commit details
Copy full SHA for b6af311
Browse repository at this point
You can’t perform that action at this time.