Evgeny M.

Results 39 issues of Evgeny M.

How do you make .pot file from erlydtl template? Is there any standard way or you use django makemessages?

It looks like new plugins are supposed to use "3.13.0 interface;", at least it is mentioned in the `rebar_compiler.erl`. Are there any examples or documentation about callbacks which should be...

The issue about triple-quoted strings and sigils in OTP27 was closed after strings were fixed, but sigils are still not supported, so I'm opening a new issue about it, just...

this is how they are formatted now: This is how I think is the correct way to format a fun: btw, the rest of operators are formatted correctly :

**Is your feature request related to a problem? Please describe.** The `wildcard` function in the `filelib` module is the only function in this module which still does not work with...

team:VM
enhancement
stalled

Here's an article about several issues detected by the PVS Studio static analyser in the Erlang core code https://pvs-studio.com/en/blog/posts/cpp/1305/

team:VM
bug

**Describe the bug** Module attributes enclosed with apostroples are marked as syntax errors **To Reproduce** define an attribute enclosed with apostrophes ```erlang -'атрибут'(1). -'attribute'(2). ``` Both definitiona are valid but...

Bug

**Describe the bug** A module with a non-latin named function enclosed in apostrophes, something like that: ```erlang -module(mymodule). -export(['тест'/3]). 'тест'(A, B, C) -> ok. ``` if we use this function...

Bug

**Describe the bug** Function parameters are incorrectly marked as unused when they are matched in parameters of internal funs as keys **To Reproduce** in the function below plugin incorrectly marks...

Bug