Block or Report
Block or report jez
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
tufte-pandoc-css
tufte-pandoc-css PublicStarter files for using Pandoc Markdown with Tufte CSS
-
1,194 contributions in the last year
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
More
Activity overview
Contribution activity
November 2023
Created 22 commits in 4 repositories
Created a pull request in sorbet/sorbet that received 1 comment
Make Packager::runIncremental use a const GlobalState
Motivation Currently, Packager::runIncremental
only runs when package files are
identical, so it never makes changes to GlobalState
. In the future…
+49
−57
lines changed
•
1
comment
Opened 16 other pull requests in 1 repository
sorbet/sorbet
1
open
15
merged
-
Upgrade to Bazel 6.3.2
This contribution was made on Nov 28
-
Show loc in fullUnresolvedPath if it crashes
This contribution was made on Nov 16
-
Introduce core::packages::MangledName
This contribution was made on Nov 16
-
Use const GlobalState in PackageInfoFinder
This contribution was made on Nov 15
-
Remove ImportType::Friend
This contribution was made on Nov 15
-
Fix crash in 'Missing abstract method'
This contribution was made on Nov 14
-
Fix typo in Files.cc comment
This contribution was made on Nov 14
-
Don't mutate isPackage bit after file creation
This contribution was made on Nov 14
-
const ast::ExpressionPtr &
inPackageInfoFinder
This contribution was made on Nov 14 -
Remove unused autoloader_compatibility annotation
This contribution was made on Nov 14
-
More
const
in packager.cc (part 2)This contribution was made on Nov 13 -
More
const
in packager.ccThis contribution was made on Nov 7 -
Reword == FAQ entry
This contribution was made on Nov 6
-
Add test capturing that this is fixed
This contribution was made on Nov 3
-
Add another alias_method parent workaround
This contribution was made on Nov 2
-
Fix Loc-related crash in definition_validator
This contribution was made on Nov 2
Reviewed 14 pull requests in 1 repository
sorbet/sorbet
14 pull requests
-
WIP: Extract to variable code action
This contribution was made on Nov 16
-
enable depdb v6 for wide consumption
This contribution was made on Nov 16
-
Bump semver from 5.7.1 to 5.7.2 in /website
This contribution was made on Nov 15
-
add T.absurd as another equivalent to typescripts
never
This contribution was made on Nov 15 -
Use const GlobalState in PackageInfoFinder
This contribution was made on Nov 15
-
fix writing symbols for depdb v6
This contribution was made on Nov 14
-
Don't mutate isPackage bit after file creation
This contribution was made on Nov 14
-
More
const
in packager.ccThis contribution was made on Nov 13 -
WIP: Update sig for #!
This contribution was made on Nov 9
-
Output private modifiers in minimize-rbi
This contribution was made on Nov 6
-
✨ Introduce MustOnUntyped error, and separate it from InvalidCast
This contribution was made on Nov 4
-
💄 Add 'redundant' to 'Remove T.must' message
This contribution was made on Nov 3
-
Fix Loc-related crash in definition_validator
This contribution was made on Nov 2
-
ensure that we initialize nesting for global-scope constants
This contribution was made on Nov 2
Created an issue in sorbet/sorbet that received 1 comment
Jump to definition doesn't work for punned keyword args
Input
→ View on sorbet.run
# typed: true
extend T::Sig xyz = 1
{xyz:}
# ^ def
Observed output
No errors! Great job.
Jump to definition in the midd…
1
comment
Opened 4 other issues in 2 repositories
sorbet/sorbet
3
open
-
Another case where we could report a better "why nil" error
This contribution was made on Nov 21
-
Automatically expand
&:foo
to{ |x| T.must(x.foo) }
if it would fix the type errorThis contribution was made on Nov 3 -
T.cast is not "useless" when used to narrow an untyped type
This contribution was made on Nov 2
rubocop/rubocop
1
open
-
Expand Lint/Void to catch other void contexts, specifically inside
if
statementsThis contribution was made on Nov 15