Re: [elixir-core:10633] [Proposal] Block Comment Syntax for Eex/Heex Templates

2021-12-19 Thread José Valim
Hi Simon, I will give a try implementing this during streaming today. On Mon, Dec 6, 2021 at 6:32 PM José Valim wrote: > I like the idea of supporting <%!-- --%>, that seems like a natural > extension to me. :+1: > > Please open up an issue. And if you desire, send a PR too! > > On Mon, Dec 6,

Re: [elixir-core:10632] Proposal: Emit warning on public functions without a proper function signature

2021-12-19 Thread José Valim
While I can see this being useful for libraries, I think it is a very strong imposition for applications and I don’t think it should be the job of the compiler to enforce it. So my suggestion is to implement this as linter/credo check. On Sun, Dec 19, 2021 at 13:36 'eksperimental' via

[elixir-core:10631] Proposal: Emit warning on public functions without a proper function signature

2021-12-19 Thread 'eksperimental' via elixir-lang-core
Hi all, Since documentation is taken seriously in Elixir, I would like to propose to emit a warning when a public function does not a have a proper/complete function signature. I describe an improper fucntion signature would look like this in your IEx/ExDoc documenation: