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

build: fix build for cython >=3, remove compile-time warnings #40

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

tlambert03
Copy link
Member

These fixes allow building to work again with cython 3.0 (it was just using the relative cimport and the b"" string). I also went through and fixed a few small compiler warnings

Copy link

codecov bot commented Nov 4, 2023

Codecov Report

Merging #40 (48ccc9b) into main (b2549bb) will increase coverage by 0.77%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
+ Coverage   87.43%   88.20%   +0.77%     
==========================================
  Files           4        4              
  Lines         374      407      +33     
==========================================
+ Hits          327      359      +32     
- Misses         47       48       +1     
Files Coverage Δ
ilpy/wrapper.pyx 85.91% <100.00%> (+3.34%) ⬆️

@tlambert03 tlambert03 merged commit 4da32d0 into funkelab:main Nov 4, 2023
17 checks passed
@tlambert03 tlambert03 deleted the fix-cython branch November 4, 2023 01:16
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.

1 participant