-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Insights: elixir-lang/elixir
Overview
Could not load contribution data
Please try again later
53 Pull requests merged by 21 people
-
Rework if/2 docs and mention variable scope
#14452 merged
Apr 26, 2025 -
Add doctests to Kernel module
#14450 merged
Apr 25, 2025 -
Add String.count/2
#14448 merged
Apr 25, 2025 -
Rewrite SpecialForms doc examples as doctests
#14435 merged
Apr 25, 2025 -
Ensure git checkout works with untracked files
#14428 merged
Apr 25, 2025 -
Fix typo in cond documentation
#14447 merged
Apr 23, 2025 -
Add missing
parameters
field toExUnit.Test.t()
#14446 merged
Apr 22, 2025 -
Consistenly apply timeouts across suites
#14444 merged
Apr 18, 2025 -
Add
test_group
tag to the test context#14440 merged
Apr 17, 2025 -
File.LinkError - fix confusing wording
#14441 merged
Apr 17, 2025 -
Sort entries alphabetically in .gitignore generated by
mix new
task#14439 merged
Apr 16, 2025 -
Send warnings to stderr in Erlang compiler
#14437 merged
Apr 15, 2025 -
Optimize valid32? and hex_valid32?
#14436 merged
Apr 13, 2025 -
Optimize valid64? and url_valid64?
#14434 merged
Apr 13, 2025 -
Inline function in Base.valid16? implementation
#14433 merged
Apr 13, 2025 -
Change first doctest for case/2
#14432 merged
Apr 12, 2025 -
Optimize Base.valid16?/2
#14429 merged
Apr 12, 2025 -
Optimize Base.decode*
#14430 merged
Apr 12, 2025 -
Make doctests from code texts for case/2
#14423 merged
Apr 12, 2025 -
Improve docs for t:Calendar.microsecond/0
#14426 merged
Apr 11, 2025 -
Add Base.valid{n}?/2 functions
#14417 merged
Apr 11, 2025 -
IEx.Helpers.process_info/1
#14418 merged
Apr 10, 2025 -
Add clarification for stacktrace doc
#14421 merged
Apr 10, 2025 -
Add a doc reference that helps identify the possible values for Logger :translator_inspect_opts
#14420 merged
Apr 10, 2025 -
Add block_keyword_or_binary_operator to Code.Fragment
#14414 merged
Apr 8, 2025 -
Improve coverage for
Keyword.delete_first/2
#14412 merged
Apr 8, 2025 -
Update info message to respect release quiet option
#14413 merged
Apr 8, 2025 -
Fix Inspect.Algebra.next_break_fits/1 spec
#14410 merged
Apr 8, 2025 -
Skip CLI modules from coverage
#14408 merged
Apr 8, 2025 -
Bump actions/upload-artifact from 4.6.1 to 4.6.2
#14411 merged
Apr 8, 2025 -
Improve coverage for several protocol implementations
#14409 merged
Apr 7, 2025 -
Test Coverage Reporting
#14343 merged
Apr 7, 2025 -
Return --exit-status + 1 when warnings as errors and test failures
#14405 merged
Apr 7, 2025 -
Use Test Modules in tests instead of Elixir built-in modules
#14383 merged
Apr 7, 2025 -
Update README sections on community interaction and feature proposals
#14407 merged
Apr 7, 2025 -
Add :indentation to Code.string_to_quoted/2
#14406 merged
Apr 7, 2025 -
Simplify algebra rendering
#14403 merged
Apr 7, 2025 -
Added doctest for unquote_splicing in block context
#14404 merged
Apr 7, 2025 -
Add Regex.to_embed/2
#14379 merged
Apr 5, 2025 -
Add quick Registry example to GenServer docs
#14368 merged
Apr 5, 2025 -
Add a couple of types to PartitionSupervisor
#14396 merged
Apr 5, 2025 -
Allow optional: :all when deriving Inspect
#14400 merged
Apr 5, 2025 -
Fix typos in IO documentation
#14398 merged
Apr 5, 2025 -
Add more docs about :optional in Inspect
#14399 merged
Apr 5, 2025 -
Fix doc for text-base match operator
#14388 merged
Apr 2, 2025 -
Fix deprecation warnings for regex in module attributes
#14387 merged
Apr 1, 2025 -
Preserve logger reports through translation by encapculating translated output in report_cb
#14380 merged
Apr 1, 2025 -
Update test coverage summary to produce a markdown-ish table
#14384 merged
Apr 1, 2025 -
Remove deprecation warning check for 1.18
#14382 merged
Mar 31, 2025 -
Recompile regexes when escaped from module attributes
#14381 merged
Mar 30, 2025 -
Add OpenSSF Best Practices Badge
#14342 merged
Mar 28, 2025 -
Add warning to the docs for start_link_supervised!/2
#14374 merged
Mar 28, 2025 -
Enable usage of mermaid in ExUnit &co
#14376 merged
Mar 28, 2025
1 Pull request opened by 1 person
-
Load modules lazily and only if needed
#14453 opened
Apr 26, 2025
24 Issues closed by 3 people
-
`@on_load` and `@on_definition` callbacks do not emit trace events
#14427 closed
Apr 26, 2025 -
Surprising behaviour when passing files to `mix test`
#14445 closed
Apr 25, 2025 -
DateTime.from_unix cannot parse 64-bit integer for BSON UTC DateTime
#14415 closed
Apr 25, 2025 -
Mix git deps do not play nicely with CI caches
#14425 closed
Apr 25, 2025 -
Mix formatter incorrectly formats .heex code
#14449 closed
Apr 24, 2025 -
test failure in 1.18.3
#14443 closed
Apr 18, 2025 -
Unicode symbols misprinted in compiler messages on mix cmd mix compile #14253
#14442 closed
Apr 17, 2025 -
Coverage issue and possible false negative
#14424 closed
Apr 11, 2025 -
Crash when defining a function without args via unquote fragment
#14422 closed
Apr 10, 2025 -
ExUnit: Unused alias warning with behaviour and nested modules
#14419 closed
Apr 9, 2025 -
Slow compilation of code with map updates
#14416 closed
Apr 8, 2025 -
Add handling of terminators to cursor_context
#14392 closed
Apr 8, 2025 -
Inconsistent compiler trace events for super calls and captures
#14395 closed
Apr 8, 2025 -
Oddities related to quoted imports
#13878 closed
Apr 8, 2025 -
Skip `--cover` when `--max-failures` is reached
#14402 closed
Apr 7, 2025 -
`Code.string_to_quoted`'s `:column` option changed behavior in Elixir 1.16 and onwards
#14390 closed
Apr 7, 2025 -
Formatter bug with bitstring value
#14394 closed
Apr 6, 2025 -
IO module, typos in docs for newline normalization
#14397 closed
Apr 5, 2025 -
Introduce a way to "print out" a ExUnit test plan
#14389 closed
Apr 3, 2025 -
Compilation Error with invalid bit pattern
#14391 closed
Apr 3, 2025 -
Runtime Configuration and Native Code Reloading
#14386 closed
Apr 1, 2025 -
Failed to build lz4-erlang using mix
#14378 closed
Mar 28, 2025 -
Miscalculated previous eol counts in `,` and `;` eol tokens
#14375 closed
Mar 28, 2025
3 Issues opened by 3 people
-
Misleading unused clause warning on 1.19-dev
#14401 opened
Apr 5, 2025 -
Add `--dry-run` option to `mix test`
#14393 opened
Apr 3, 2025 -
Upcoming type-related deprecations
#14377 opened
Mar 28, 2025
7 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Add gleam support to Mix
#14262 commented on
Apr 24, 2025 • 11 new comments -
Add set-theoretic function types
#14369 commented on
Apr 1, 2025 • 6 new comments -
Add comments into the AST
#14352 commented on
Apr 25, 2025 • 1 new comment -
Support Erlang/OTP 28 new features
#14148 commented on
Mar 30, 2025 • 0 new comments -
Set-theoretic types: type definitions
#13881 commented on
Apr 5, 2025 • 0 new comments -
mix local.hex does not work in case of Erlang/OTP 28 rc.2
#14349 commented on
Apr 6, 2025 • 0 new comments -
False positive when defining protocols for improper lists
#14365 commented on
Apr 7, 2025 • 0 new comments