{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":366996700,"defaultBranch":"master","name":"julia","ownerLogin":"wangl-cc","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-05-13T09:19:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/40141251?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1688575249.0","currentOid":""},"activityList":{"items":[{"before":"ee1332a9d0245188b21fd22dc42440e870c4d028","after":null,"ref":"refs/heads/wl/fix-49319","pushedAt":"2023-07-05T16:40:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"cc9f51ad799014a48b87af5aea42b06802703141","after":"ee1332a9d0245188b21fd22dc42440e870c4d028","ref":"refs/heads/wl/fix-49319","pushedAt":"2023-06-19T06:16:51.969Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"Check input expresion in numbered prompt","shortMessageHtmlLink":"Check input expresion in numbered prompt"}},{"before":"df09f67cfd08e89ceeb5559b8f71e177cacdba9c","after":"0f269668c468ff6a2876221cdb21dfd78defb68c","ref":"refs/heads/master","pushedAt":"2023-06-15T10:48:34.822Z","pushType":"push","commitsCount":7,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"Make sure Core.Compiler can throw kwarg mismatch errors (#50174)\n\nThe _new_NamedTuple helper was in a Base-only branch, causing\r\n\r\n```\r\n\r\njulia> Core.eval(Core.Compiler, quote f(;a=1) = a end)\r\nf (generic function with 1 method)\r\n\r\njulia> Core.Compiler.f(;b=2)\r\nERROR: UndefVarError: `_new_NamedTuple` not defined\r\nStacktrace:\r\n [1] macro expansion\r\n @ Core.Compiler ./namedtuple.jl:0 [inlined]\r\n [2] structdiff(a::@NamedTuple{b::Int64}, b::Type{NamedTuple{(:a,)}})\r\n @ Core.Compiler ./namedtuple.jl:421\r\n [3] top-level scope\r\n @ REPL[2]:1\r\n```\r\n\r\nAfter this change, we have the expected\r\n```\r\njulia> Core.eval(Core.Compiler, quote f(;a=1) = a end)\r\nf (generic function with 1 method)\r\n\r\njulia> Core.Compiler.f(;b=2)\r\nERROR: MethodError: no method matching f(; b::Int64)\r\n\r\nClosest candidates are:\r\n f(; a) got unsupported keyword argument \"b\"\r\n @ Core REPL[13]:1\r\n\r\nStacktrace:\r\n [1] kwerr(kw::@NamedTuple{b::Int64}, args::Function)\r\n @ Core.Compiler ./error.jl:165\r\n [2] top-level scope\r\n @ REPL[14]:1\r\n```","shortMessageHtmlLink":"Make sure Core.Compiler can throw kwarg mismatch errors (JuliaLang#50174"}},{"before":"df09f67cfd08e89ceeb5559b8f71e177cacdba9c","after":"0f269668c468ff6a2876221cdb21dfd78defb68c","ref":"refs/heads/master","pushedAt":"2023-06-15T10:48:34.772Z","pushType":"push","commitsCount":7,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"Make sure Core.Compiler can throw kwarg mismatch errors (#50174)\n\nThe _new_NamedTuple helper was in a Base-only branch, causing\r\n\r\n```\r\n\r\njulia> Core.eval(Core.Compiler, quote f(;a=1) = a end)\r\nf (generic function with 1 method)\r\n\r\njulia> Core.Compiler.f(;b=2)\r\nERROR: UndefVarError: `_new_NamedTuple` not defined\r\nStacktrace:\r\n [1] macro expansion\r\n @ Core.Compiler ./namedtuple.jl:0 [inlined]\r\n [2] structdiff(a::@NamedTuple{b::Int64}, b::Type{NamedTuple{(:a,)}})\r\n @ Core.Compiler ./namedtuple.jl:421\r\n [3] top-level scope\r\n @ REPL[2]:1\r\n```\r\n\r\nAfter this change, we have the expected\r\n```\r\njulia> Core.eval(Core.Compiler, quote f(;a=1) = a end)\r\nf (generic function with 1 method)\r\n\r\njulia> Core.Compiler.f(;b=2)\r\nERROR: MethodError: no method matching f(; b::Int64)\r\n\r\nClosest candidates are:\r\n f(; a) got unsupported keyword argument \"b\"\r\n @ Core REPL[13]:1\r\n\r\nStacktrace:\r\n [1] kwerr(kw::@NamedTuple{b::Int64}, args::Function)\r\n @ Core.Compiler ./error.jl:165\r\n [2] top-level scope\r\n @ REPL[14]:1\r\n```","shortMessageHtmlLink":"Make sure Core.Compiler can throw kwarg mismatch errors (JuliaLang#50174"}},{"before":"aa893b21cf129da215e4a4cebe98f68ec8a4f80a","after":"cc9f51ad799014a48b87af5aea42b06802703141","ref":"refs/heads/wl/fix-49319","pushedAt":"2023-06-15T10:47:45.260Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"Check input expresion in numbered prompt","shortMessageHtmlLink":"Check input expresion in numbered prompt"}},{"before":"f407a4cac3d1c660d1f8f1a9b367eec108d98178","after":"df09f67cfd08e89ceeb5559b8f71e177cacdba9c","ref":"refs/heads/master","pushedAt":"2023-06-14T12:20:26.955Z","pushType":"push","commitsCount":53,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"irverify: Enforce invariant that PhiNodes are at the beginning of a BB (#50158)\n\nWe have an invariant that all PhiNodes are at the beginning of a BasicBlock\r\n(only possible interrupted by a `nothing`) and we rely on this in various\r\nplaces for correctness. However, we did not actually verify this invariant.","shortMessageHtmlLink":"irverify: Enforce invariant that PhiNodes are at the beginning of a BB ("}},{"before":"f407a4cac3d1c660d1f8f1a9b367eec108d98178","after":"df09f67cfd08e89ceeb5559b8f71e177cacdba9c","ref":"refs/heads/master","pushedAt":"2023-06-14T12:20:26.893Z","pushType":"push","commitsCount":53,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"irverify: Enforce invariant that PhiNodes are at the beginning of a BB (#50158)\n\nWe have an invariant that all PhiNodes are at the beginning of a BasicBlock\r\n(only possible interrupted by a `nothing`) and we rely on this in various\r\nplaces for correctness. However, we did not actually verify this invariant.","shortMessageHtmlLink":"irverify: Enforce invariant that PhiNodes are at the beginning of a BB ("}},{"before":"6a9e981a4c3e6aca0679f4b96710eb0b30fea10e","after":"aa893b21cf129da215e4a4cebe98f68ec8a4f80a","ref":"refs/heads/wl/fix-49319","pushedAt":"2023-06-14T06:32:20.202Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"Check input expresion in numbered prompt","shortMessageHtmlLink":"Check input expresion in numbered prompt"}},{"before":null,"after":"6a9e981a4c3e6aca0679f4b96710eb0b30fea10e","ref":"refs/heads/wl/fix-49319","pushedAt":"2023-06-05T08:17:23.428Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"Check input expresion in numbered prompt","shortMessageHtmlLink":"Check input expresion in numbered prompt"}},{"before":"1a973c7a7ac7c4a91b39c8fd67944132f6d488f5","after":"f407a4cac3d1c660d1f8f1a9b367eec108d98178","ref":"refs/heads/master","pushedAt":"2023-06-05T07:39:44.490Z","pushType":"push","commitsCount":274,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"inlining: allow callsite inlining with cached results (#50048)\n\nIn some rare cases with callsite inlining, we try to inline an inferred\r\nresult from a local cache (`inf_result::InferenceResult`), whose source\r\nhas been transformed by `transform_result_for_cache`. At present,\r\n`inf_result.src` stays to be `OptimizationState` in such cases,\r\ncausing `inlining_policy` to handle the callsite inlining.\r\n\r\nThis commit adjusts `transform_result_for_cache` so that it stores the\r\ntransformed source in `inf_result.src`, letting the callsite inliner\r\nuse it. Down the line, we might revisit this change to align it with\r\n532125d51d23f22c3fd117fe8a37c158fe16ac62, which isn't enabled yet.","shortMessageHtmlLink":"inlining: allow callsite inlining with cached results (JuliaLang#50048)"}},{"before":"1a973c7a7ac7c4a91b39c8fd67944132f6d488f5","after":"f407a4cac3d1c660d1f8f1a9b367eec108d98178","ref":"refs/heads/master","pushedAt":"2023-06-05T07:39:44.446Z","pushType":"push","commitsCount":274,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"inlining: allow callsite inlining with cached results (#50048)\n\nIn some rare cases with callsite inlining, we try to inline an inferred\r\nresult from a local cache (`inf_result::InferenceResult`), whose source\r\nhas been transformed by `transform_result_for_cache`. At present,\r\n`inf_result.src` stays to be `OptimizationState` in such cases,\r\ncausing `inlining_policy` to handle the callsite inlining.\r\n\r\nThis commit adjusts `transform_result_for_cache` so that it stores the\r\ntransformed source in `inf_result.src`, letting the callsite inliner\r\nuse it. Down the line, we might revisit this change to align it with\r\n532125d51d23f22c3fd117fe8a37c158fe16ac62, which isn't enabled yet.","shortMessageHtmlLink":"inlining: allow callsite inlining with cached results (JuliaLang#50048)"}},{"before":"1eee6ef7c830751255ca99d2fe66fe2897a60bcf","after":"1a973c7a7ac7c4a91b39c8fd67944132f6d488f5","ref":"refs/heads/master","pushedAt":"2023-05-02T07:36:41.550Z","pushType":"push","commitsCount":228,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"NFC: some cleanup in gc.c (#49577)","shortMessageHtmlLink":"NFC: some cleanup in gc.c (JuliaLang#49577)"}},{"before":"88a1fc7dcda4ebd23331221bdfc2f66e141190f0","after":"1eee6ef7c830751255ca99d2fe66fe2897a60bcf","ref":"refs/heads/master","pushedAt":"2023-04-01T07:09:27.011Z","pushType":"push","commitsCount":47,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"Make :open ccall use variadic cconv (#49212)","shortMessageHtmlLink":"Make :open ccall use variadic cconv (JuliaLang#49212)"}},{"before":"4a4e6578a9b7ac655bc9e385a598f0e2739e9b1f","after":null,"ref":"refs/heads/wl/issue-49041","pushedAt":"2023-03-30T08:58:06.771Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"86eabd5214db3ab175b72775dd0bc0e17dfffa12","after":"4a4e6578a9b7ac655bc9e385a598f0e2739e9b1f","ref":"refs/heads/wl/issue-49041","pushedAt":"2023-03-28T08:23:43.041Z","pushType":"push","commitsCount":37,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"Merge branch 'master' into wl/issue-49041","shortMessageHtmlLink":"Merge branch 'master' into wl/issue-49041"}},{"before":"70f6f7f0acdbcfc3fe9b8c6392a0badbaed9448b","after":"88a1fc7dcda4ebd23331221bdfc2f66e141190f0","ref":"refs/heads/master","pushedAt":"2023-03-25T18:58:18.054Z","pushType":"push","commitsCount":29,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"Offset to indices in (unsafe_)copyto docstring (#49147)","shortMessageHtmlLink":"Offset to indices in (unsafe_)copyto docstring (JuliaLang#49147)"}},{"before":"f1359411d3f1fea6251e60a477eb6c50f35d643a","after":"86eabd5214db3ab175b72775dd0bc0e17dfffa12","ref":"refs/heads/wl/issue-49041","pushedAt":"2023-03-22T10:09:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"fix: use `@test` instead of `pkg\"st\"` in REPL test","shortMessageHtmlLink":"fix: use @test instead of pkg\"st\" in REPL test"}},{"before":null,"after":"f1359411d3f1fea6251e60a477eb6c50f35d643a","ref":"refs/heads/wl/issue-49041","pushedAt":"2023-03-22T08:45:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"fix(REPL): using/import statements should on top level, #49041","shortMessageHtmlLink":"fix(REPL): using/import statements should on top level, JuliaLang#49041"}},{"before":"826674cf7d21ff5940ecc4dd6c06103cccbed392","after":"70f6f7f0acdbcfc3fe9b8c6392a0badbaed9448b","ref":"refs/heads/master","pushedAt":"2023-03-22T08:41:00.242Z","pushType":"push","commitsCount":13,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"},"commit":{"message":"`LinearAlgebra.norm(x::Union{Transpose, Adjoint})` should default to `norm(parent(x))` (#49020)","shortMessageHtmlLink":"LinearAlgebra.norm(x::Union{Transpose, Adjoint}) should default to …"}},{"before":"f4ae48ac4c3ab38343b10c5ce48da5428e8d921a","after":null,"ref":"refs/heads/amitm/cachingpool","pushedAt":"2023-03-21T07:58:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"74af6778ef7447e46c936f0b0e655fddf1b45216","after":null,"ref":"refs/heads/jq/union-bits-layout-rebased","pushedAt":"2023-03-21T07:58:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"dd5c0d9ef36302f44e557820477833c2859ec0cb","after":null,"ref":"refs/heads/teh/linspace4","pushedAt":"2023-03-21T07:58:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"821133e48406d16806ec83b0eec1712cc2581051","after":null,"ref":"refs/heads/jn/subtype-sig-equal","pushedAt":"2023-03-21T07:58:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"2acc15550556658924b7dc251bb61481e279849f","after":null,"ref":"refs/heads/jn/jb-subtype-const-type-fix","pushedAt":"2023-03-21T07:58:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"0e8df4b605524b7010ce09d06b4d72ed9b04a7c6","after":null,"ref":"refs/heads/jn/jb-subtype-faster-isa-Type","pushedAt":"2023-03-21T07:58:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"8fca557dae18d6d8485c2adf11dfd3a017b1977f","after":null,"ref":"refs/heads/amitm/threading","pushedAt":"2023-03-21T07:58:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"2de4f226a5fcb0f6775c532c86ad2a5058b83aae","after":null,"ref":"refs/heads/kc/move_dates_anub","pushedAt":"2023-03-21T07:58:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"9826348565710e365f1a9bb616db1b571c4bfc61","after":null,"ref":"refs/heads/rf/repl/simplify","pushedAt":"2023-03-21T07:58:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"c09a779ad6e5054a160c876ad128691e3e4b453e","after":null,"ref":"refs/heads/jn/iterate","pushedAt":"2023-03-21T07:58:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}},{"before":"7bba1757c575525403403994ac6408714067c5af","after":null,"ref":"refs/heads/yyc/codegen/eh","pushedAt":"2023-03-21T07:58:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wangl-cc","name":"Loong","path":"/wangl-cc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40141251?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADT2S8ZgA","startCursor":null,"endCursor":null}},"title":"Activity · wangl-cc/julia"}