Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gcalderone committed Sep 26, 2022
1 parent 202b610 commit 67ec567
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -5,13 +5,12 @@


### Warning
The **ReusePatterns.jl** package provides an implementation for the concepts described below, namely method forwarding and concrete subtyping, to pursue code reusing in the Julia language. However, the approaches suggested here are essentially workarounds, i.e. they work perfectly in most cases but may not work as expected in some corner case.

Use it at your own risk!
The **ReusePatterns.jl** package provides an implementation for the concepts described below, namely method forwarding and concrete subtyping, to pursue code reusing in the Julia language. However the approaches suggested here are essentially workarounds, i.e. they work perfectly in most cases, but may not work as expected in some corner case. A more fundamental tool, possibly built-in into the language, is required to solve the problem in all cases (a recent discussion is available [here](https://discourse.julialang.org/t/dataframes-jl-metadata/84544/94), see also the links at the end of this page).

Also, keep in mind that this package **is not** actively maintained, and will be updated only occasionally.
As a consequence, this package **is no longer** actively maintained, and will be updated only occasionally.

The issues addressed by **ReusePatterns.jl** had been discussed several times in the past (see links below) and more recently [here](https://discourse.julialang.org/t/dataframes-jl-metadata/84544/94), with no clear solution being identified by the community.
**Use it at your own risk!**

______

Expand Down

0 comments on commit 67ec567

Please sign in to comment.