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

fixed char and int compatibility #391

Merged
merged 1 commit into from
May 26, 2024
Merged

fixed char and int compatibility #391

merged 1 commit into from
May 26, 2024

Conversation

Sanegv
Copy link
Member

@Sanegv Sanegv commented May 25, 2024

No description provided.

@Sanegv Sanegv added the fixed the bug has been fixed label May 25, 2024
@Sanegv Sanegv requested a review from tot0p May 25, 2024 22:09
@Sanegv Sanegv self-assigned this May 25, 2024
@Sanegv Sanegv linked an issue May 25, 2024 that may be closed by this pull request
Copy link

codecov bot commented May 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 56.06%. Comparing base (8cf1a40) to head (bf92489).

Files Patch % Lines
interpreter/eclaType/list.go 0.00% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #391      +/-   ##
==========================================
- Coverage   56.17%   56.06%   -0.12%     
==========================================
  Files          38       38              
  Lines        5572     5583      +11     
==========================================
  Hits         3130     3130              
- Misses       2290     2301      +11     
  Partials      152      152              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Sanegv Sanegv requested a review from mkarten May 26, 2024 16:45
@tot0p tot0p merged commit a55bcaa into main May 26, 2024
2 checks passed
@tot0p tot0p deleted the issue-#390-fix-list-append branch May 26, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed the bug has been fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix char and int intercompatibility in List Append
2 participants