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

fix access to Julia docstrings from the GAP session #1034

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

ThomasBreuer
Copy link
Member

  • call Julia.GAP.UnwrapJuliaFunc on the argument of Julia.GAP.julia_help_string
  • make HelpString work for Julia functions such that the fix can be tested easily
  • add tests

(I noticed the problem in the context of renaming julia_to_gap for #1029, but the fix is independent from that pull request.)

- call `Julia.GAP.UnwrapJuliaFunc` on the argument of
  `Julia.GAP.julia_help_string`
- make `HelpString` work for Julia functions
  such that the fix can be tested easily
- add tests
@ThomasBreuer ThomasBreuer added the kind: bug Something isn't working label Sep 5, 2024
Copy link

codecov bot commented Sep 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.49%. Comparing base (35d7fa1) to head (d25dd07).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1034      +/-   ##
==========================================
+ Coverage   75.97%   76.49%   +0.51%     
==========================================
  Files          51       51              
  Lines        4184     4191       +7     
==========================================
+ Hits         3179     3206      +27     
+ Misses       1005      985      -20     
Files with missing lines Coverage Δ
pkg/JuliaInterface/gap/helpstring.g 84.35% <100.00%> (ø)
pkg/JuliaInterface/gap/juliahelp.g 90.38% <100.00%> (+55.76%) ⬆️

... and 2 files with indirect coverage changes

@fingolfin fingolfin merged commit e82078d into oscar-system:master Sep 5, 2024
19 of 21 checks passed
@ThomasBreuer ThomasBreuer deleted the TB_fix_help branch September 6, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants