- Notifications
You must be signed in to change notification settings - Fork3
License
NotificationsYou must be signed in to change notification settings
goretkin/FixArgs.jl
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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:
A lightning talk about this package was presented at JuliaCon 2021.
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.
About
No description or website provided.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.
