-
Toptal (@toptal)
- Bulgaria
- https://metaredux.com
- @bbatsov
- @[email protected]
- @batsov.net
Sponsors
Pinned Loading
-
rubocop/rubocop
rubocop/rubocop PublicA Ruby static code analyzer and formatter, based on the community Ruby style guide.
-
clojure-emacs/cider
clojure-emacs/cider PublicThe Clojure Interactive Development Environment that Rocks for Emacs
-
nrepl/nrepl
nrepl/nrepl PublicA Clojure network REPL that provides a server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments.
-
clojure-style-guide
clojure-style-guide PublicA community coding style guide for the Clojure programming language
-
909 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 102 commits in 13 repositories
Created 2 repositories
-
bbatsov/package-lint
Emacs Lisp
This contribution was made on Mar 10
-
bbatsov/neocaml
Emacs Lisp
•
Built by
This contribution was made on Mar 4
Created a pull request in ocaml/ocaml.org that received 3 comments
Improve the formatting of some markdown files
Basically, everything in "getting started" and "guide".
In case someone is wonder about the stripping of $
from shell blocks - having them is consi…
Opened 3 other pull requests in 2 repositories
ocaml/ocaml.org
2
open
-
Add a GHA workflow for linting markdown files
This contribution was made on Mar 10
-
Add configuration for markdownlint
This contribution was made on Mar 10
purcell/package-lint
1
open
-
Bump the emacs-head-version
This contribution was made on Mar 10
Reviewed 42 pull requests in 11 repositories
rubocop/rubocop
12 pull requests
-
Allow cop renames to trigger warnings instead of fatal errors
This contribution was made on Mar 20
-
[Fix #12049] Add new
Style/HashFetchChain
cop to detect method chains that can be replaced with a single call todig
This contribution was made on Mar 19 -
[Fix #13986] Add support for
Array#intersection
toStyle/ArrayIntersect
This contribution was made on Mar 17 -
[Doc] Tweak navigation of docs
This contribution was made on Mar 17
-
Add
Mode: conservative
configuration toStyle/FormatStringToken
to make the cop only register offenses for strings given toprintf
,sprintf
,format
, and%
This contribution was made on Mar 13 -
[Fix #13621] Add
ForbiddenIdentifiers
config toNaming/MethodName
copThis contribution was made on Mar 12 -
[Fix #13969] Fix a false positive for
Lint/SharedMutableDefault
This contribution was made on Mar 10 -
New cop
Style/ComparableBetween
This contribution was made on Mar 10 -
Fix some false positives for
Style/MethodCallWithArgsParentheses
withEnforcedStyle: omit_parentheses
style and numblocksThis contribution was made on Mar 4 -
[Fix #13794] Fix line-length breaking autoformatting for endless defs with blocks
This contribution was made on Mar 4
-
[Fix #13766] Fix false positives for
Style/InverseMethods
This contribution was made on Mar 4 -
[Fix #13121] Add new
Style/EmptyStringInsideInterpolation
cop.This contribution was made on Mar 3
clojure-emacs/cider
9 pull requests
-
Remove features that relied on printed exception parsing
This contribution was made on Mar 21
-
[eval] Refactor exception handling logic and overlay display
This contribution was made on Mar 20
-
[stacktrace] Visual improvements, expand causes by 1 by default
This contribution was made on Mar 19
-
Always use plists to represent nrepl requests
This contribution was made on Mar 13
-
[Inspector] Reimplement point retention between inspector screen changes
This contribution was made on Mar 13
-
[inspector] Fix inspecting value from the debugger
This contribution was made on Mar 5
-
[ci] Drop Emacs 26, test Emacs 30
This contribution was made on Mar 4
-
[ci] Shrink testing matrix
This contribution was made on Mar 3
-
Fix cider-find-keyword for clojure-ts-mode
This contribution was made on Mar 3
clojure-emacs/orchard
7 pull requests
-
Minor improvements
This contribution was made on Mar 20
-
[stacktrace] Stop sending compile-like flag
This contribution was made on Mar 13
-
[stacktrace] Repatriate stacktrace analyzer from Haystack
This contribution was made on Mar 8
-
More permissive orchard.info parsing of stacktrace output
This contribution was made on Mar 5
-
[java] Don't delay loading parser-next namespace, move exception handling
This contribution was made on Mar 5
-
Remove unused orchard.misc functions
This contribution was made on Mar 4
-
Remove deprecated functions and refactor some tests
This contribution was made on Mar 4
rubocop/rubocop-ast
4 pull requests
-
Support
Prism::Translation::Parser35
for Ruby 3.5 parserThis contribution was made on Mar 21 -
Stop using
Parser::CurrentRuby
This contribution was made on Mar 21 -
Support
Prism::Translation::Parser35
for Ruby 3.5 parserThis contribution was made on Mar 21 -
[Fix #348] Automate the process of GitHub release creation
This contribution was made on Mar 3
clojure-emacs/cider-nrepl
3 pull requests
-
[util] Add util/respond-to
This contribution was made on Mar 14
-
Haystack to Orchard
This contribution was made on Mar 12
-
Sort printed maps in test output
This contribution was made on Mar 5
ocaml/ocaml.org
2 pull requests
-
Update Hashtbl.md with small tweaks, section headings, and longer introduction
This contribution was made on Mar 10
-
update functors.md with minor tweaks
This contribution was made on Mar 2
erlang/emacs-erlang-ts
1 pull request
-
feat: highlight faces
This contribution was made on Mar 11
tarides/ocaml-eglot
1 pull request
-
Add defcustom for syntax checker to use.
This contribution was made on Mar 10
ocaml-community/utop
1 pull request
-
Emacs completion: Include module prefix in completion candidates
This contribution was made on Mar 8
clojure-emacs/clojure-ts-mode
1 pull request
-
Add defcustom for major-mode remapping
This contribution was made on Mar 7
tmcgilchrist/combobulate
1 pull request
-
WIP adding OCaml grammars into combobulate.
This contribution was made on Mar 2
Created an issue in emacs-eldev/eldev that received 7 comments
Where's the default lint configuration coming from?
I've added Eldev to a fresh project and I've noticed a ton of weird errors out-of-the-box:
neocaml.el:63:0 (indent-character) spaces instead of tab…
Opened 4 other issues in 4 repositories
rubocop/rubocop
1
open
-
Introduce the concept of "presets" (groups of cops organized by some criteria) to simplify the overall experience
This contribution was made on Mar 19
magit/transient
1
closed
-
lisp-data-mode
usage causing issues on Emacs 27This contribution was made on Mar 11
erlang/emacs-erlang-ts
1
open
-
Help with the maintenance
This contribution was made on Mar 10
ram02z/tree-sitter-fish
1
open
-
Tag releases
This contribution was made on Mar 3