Pinned
881 contributions in the last year
Less
More
Activity overview
Contributed to
elixir-lang/elixir,
elixir-lang/ex_doc,
phoenixframework/phoenix
and 5 other
repositories
Contribution activity
April 2021
Created 36 commits in 8 repositories
Created 3 repositories
Created a pull request in elixir-lang/elixir that received 11 comments
Opened 31 other pull requests in 6 repositories
elixir-lang/elixir
15
merged
6
closed
- Make functions attribute in protocols private
- Fix table in Operators page
- Add line number in @callback and @macrocallback warning when inside Protocol
- Fix case when callback spec uses when clause
- Simplify link in README file generated with 'mix new' task
- Use proper Unicode reference
- Support autolinks in IO.ANSI docs
- Properly case Elixir and EEx in tokenizer tests
- Simplify @functions definition inside defprotocol
- Remove @doc false, from functions and macros starting with underscore
- Warn if @callback, @macrocallback and @optional_callbacks defined inside protocol
- [WIP] Add callbacks for functions with default arguments defined inside protocols
- Fix optional callback blame hint
- Upgrade FreeBSD to 13.0 ALPHA in Cirrus CI
- Improve error message with invalid call at several locations
- Fix message in error suggestion when only one suggestion is available
- Use first..last notation for ranges in CHANGELOG
- Mention update to Unicode 13.0 in CHANGELOG
- Mention single-element ranges in range definition
- Standardize use of Erlang/OTP VERSION
- Update Unicode upgrade instructions
phoenixframework/phoenix_html
3
merged
1
closed
elixir-lang/ex_doc
1
open
2
merged
elixir-lang/elixir-lang.github.com
1
merged
erlang/otp
1
merged
phoenixframework/phoenix
1
merged
Reviewed 8 pull requests in 3 repositories
elixir-lang/elixir 5 pull requests
- Add line number in @callback and @macrocallback warning when inside Protocol
- Add Module.reserved_attributes/0
- Warn if @callback, @macrocallback and @optional_callbacks defined inside protocol
- [WIP] Add callbacks for functions with default arguments defined inside protocols
- Update Unicode upgrade instructions
elixir-lang/ex_doc 2 pull requests
phoenixframework/phoenix 1 pull request
Created an issue in elixir-lang/ex_doc that received 7 comments
callbacks implementations are not listed in the module if @impl true
Given the following example. defmodule SomeCallback do @doc """ My documentation here """ @callback something() :: keyword() end defmodule ImplTrue
7
comments