Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allows large databases using Csize_t instead Cuint for :MapSize; fixe… #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sadit
Copy link

@sadit sadit commented Jun 19, 2024

allows large databases using Csize_t instead Cuint for :MapSize; fixes some typos

@coveralls
Copy link

Coverage Status

coverage: 70.775% (+0.1%) from 70.641%
when pulling e6bc196 on sadit:master
into bdc2df6 on wildart:master.

Copy link
Collaborator

@meggart meggart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the PR

"""
function setindex!(env::Environment, val::Cuint, option::Symbol)
function setindex!(env::Environment, val::Int, option::Symbol)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use val::Integer instead to avoid breaking existing code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants