The journey of solving an Elixir exercise on Exercism and how that led me to look beyond the impostor syndrome
Benchee 0.11.0 released
IntelliJ Elixir v6.6.0
-
EEx support
- Lexer for EEx format
- Parser for EEx format
-
EEx as a Template Language
-
Any file with
.eexas the final extension will be treated as EEx. To determine the Template Data Language, the.eexextension will be stripped and any remaining extension will be looked up to get the File Type and its associated Language. For example,*.txt.eexwill be EEx with Plain Text (.txt) as the Data Template Language. Likewise,*.html.eexwill be EEx with HTML as the Data Template Language. There’s no need to register*.txt.eexor*.html.eexor any other*.DATA_TEMPLATE_LANGUAGE_EXTENSION.eexpattern explicitly: the nested extension will be looked up using the normal extension setup.
-
Any file with
-
Decompile
LocTchunk for private macros and functions and the derived names of anonymous functions. -
Parse
HEAD-<SHA1>as0.0.<SHA1>for sorting versions from homebrew homepath. It will almost always be last unless there is an unknown version, which uses0.0.0. -
Ensure any unparsable version sorts as
0.0.0(UKNOWN_VERSION).
Read next Benchee 0.11.0 released
