Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

goretkin/FixArgs.jl

Repository files navigation

DevBuild StatusCoverage

This package aims to generalizeBase.Fix1 andBase.Fix2 for arbitrary function arities and binding patterns with a typeFix.Fix can also include keyword arguments.One day, parts of this package may be included in Julia'sBase itself; seeissue #36181.

See the documentation for more detail and examples.

Related features in other languages:

Video

A lightning talk about this package was presented at JuliaCon 2021.

JuliaCon 2021 talk recording

Development

Julia line coverage information in VS Code

First generate.cov files:

using PkgPkg.test("FixArgs"; coverage=true)

Then

using Coveragecoverage=process_folder()open("lcov.info","w")do io    LCOV.write(io, coverage)end;

Finally, Open a source file in VS Code and run the command "Coverage Gutters: Display Coverage" in the VS Code Command Pallet.

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp