{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":10994345,"defaultBranch":"master","name":"root","ownerLogin":"root-project","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-06-27T10:46:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6450093?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718786690.0","currentOid":""},"activityList":{"items":[{"before":"cdfcaf38dd16526a42385662a428f2cbceb18e9f","after":"fcf76de8fb45b01e22c437824d27d4c72cad7a7f","ref":"refs/heads/master","pushedAt":"2024-07-08T16:04:57.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"enirolf","name":"Florine de Geus","path":"/enirolf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22481916?s=80&v=4"},"commit":{"message":"[ntuple] Handle processors created from bare models","shortMessageHtmlLink":"[ntuple] Handle processors created from bare models"}},{"before":"c5bf6363df9ae558e475e84f2856fafa6c643d97","after":"cdfcaf38dd16526a42385662a428f2cbceb18e9f","ref":"refs/heads/master","pushedAt":"2024-07-08T14:57:13.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"silverweed","name":"Silverweed","path":"/silverweed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7806878?s=80&v=4"},"commit":{"message":"[ntuple] collect columnSet separately in RNTupleMerger","shortMessageHtmlLink":"[ntuple] collect columnSet separately in RNTupleMerger"}},{"before":"791b4a3f6acd4ae3f733141b958b9ef39f5dda40","after":"c5bf6363df9ae558e475e84f2856fafa6c643d97","ref":"refs/heads/master","pushedAt":"2024-07-08T11:08:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jblomer","name":"Jakob Blomer","path":"/jblomer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1557360?s=80&v=4"},"commit":{"message":"[ntuple] set id for unsplit field in RFieldDescriptor::CreateField()\n\nThis is a minor fix/improvement. The RNTupleReader will figure out the\nfield ID if not set by RFieldDescriptor::CreateField() but this requires\nanother descriptor lookup.","shortMessageHtmlLink":"[ntuple] set id for unsplit field in RFieldDescriptor::CreateField()"}},{"before":"35a1896a7ad457d9aba8e4a628ae2e51c4c2d474","after":"791b4a3f6acd4ae3f733141b958b9ef39f5dda40","ref":"refs/heads/master","pushedAt":"2024-07-08T11:07:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jblomer","name":"Jakob Blomer","path":"/jblomer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1557360?s=80&v=4"},"commit":{"message":"[NFC][ntuple] minor specification fix","shortMessageHtmlLink":"[NFC][ntuple] minor specification fix"}},{"before":"37f59306938f91f3ff2cce963ecbb041591dff43","after":"35a1896a7ad457d9aba8e4a628ae2e51c4c2d474","ref":"refs/heads/master","pushedAt":"2024-07-08T10:02:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"guitargeek","name":"Jonas Rembser","path":"/guitargeek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6578603?s=80&v=4"},"commit":{"message":"[skip-ci] fix broken RFC link","shortMessageHtmlLink":"[skip-ci] fix broken RFC link"}},{"before":"70985e9aef1f204638e621c355186a8c0b9bd146","after":"18164daf3fcbd16c873706e4fd4b473a234645e0","ref":"refs/heads/v6-32-00-patches","pushedAt":"2024-07-06T05:28:25.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"guitargeek","name":"Jonas Rembser","path":"/guitargeek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6578603?s=80&v=4"},"commit":{"message":"[core] Correct the regular expression for the scheme part in TUri class\n\nRFC 3986 (https://datatracker.ietf.org/doc/html/rfc3986) defines the\nscheme part of a URI as:\n\n scheme = ALPHA *( ALPHA / DIGIT / \"+\" / \"-\" / \".\" )\n\nThe regular expression for finding the scheme part in the TUri class\nwas defined as\n\n ^[[:alpha:]][[:alpha:][:digit:]+-.]*$\n\nThis does not match the definition in the RFC, since +-. in regular\nexpression syntax is the range of ascii codes from '+' to '.', which\nmeans '+', ',', '-' and '.'. I.e. the ',' is included in the regular\nexpression in error. This commit adds a backslash escape to the '-' so\nthat it is interpreted as a literal '-' sign instead of indicating a\nrange in the regular expression.","shortMessageHtmlLink":"[core] Correct the regular expression for the scheme part in TUri class"}},{"before":"75678a11ca62782f3a99399cbbcb97c3c3c19516","after":"37f59306938f91f3ff2cce963ecbb041591dff43","ref":"refs/heads/master","pushedAt":"2024-07-05T21:04:04.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"guitargeek","name":"Jonas Rembser","path":"/guitargeek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6578603?s=80&v=4"},"commit":{"message":"[core] Correct the regular expression for the scheme part in TUri class\n\nRFC 3986 (https://datatracker.ietf.org/doc/html/rfc3986) defines the\nscheme part of a URI as:\n\n scheme = ALPHA *( ALPHA / DIGIT / \"+\" / \"-\" / \".\" )\n\nThe regular expression for finding the scheme part in the TUri class\nwas defined as\n\n ^[[:alpha:]][[:alpha:][:digit:]+-.]*$\n\nThis does not match the definition in the RFC, since +-. in regular\nexpression syntax is the range of ascii codes from '+' to '.', which\nmeans '+', ',', '-' and '.'. I.e. the ',' is included in the regular\nexpression in error. This commit adds a backslash escape to the '-' so\nthat it is interpreted as a literal '-' sign instead of indicating a\nrange in the regular expression.","shortMessageHtmlLink":"[core] Correct the regular expression for the scheme part in TUri class"}},{"before":"230060f0e2e5bdcb6f98f1b5eaf87024d94f54c5","after":"75678a11ca62782f3a99399cbbcb97c3c3c19516","ref":"refs/heads/master","pushedAt":"2024-07-05T14:00:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"enirolf","name":"Florine de Geus","path":"/enirolf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22481916?s=80&v=4"},"commit":{"message":"[ntuple] Fix minor typos","shortMessageHtmlLink":"[ntuple] Fix minor typos"}},{"before":"4cd9e34d4b9fdfdac37a030aafc7bd33d929e75e","after":"230060f0e2e5bdcb6f98f1b5eaf87024d94f54c5","ref":"refs/heads/master","pushedAt":"2024-07-05T11:35:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"silverweed","name":"Silverweed","path":"/silverweed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7806878?s=80&v=4"},"commit":{"message":"[math] remove unused param from SimplexSeedGenerator::operator()","shortMessageHtmlLink":"[math] remove unused param from SimplexSeedGenerator::operator()"}},{"before":"b3fabdee3ff57da4f07896e80c65607bfa9bc8bc","after":"70985e9aef1f204638e621c355186a8c0b9bd146","ref":"refs/heads/v6-32-00-patches","pushedAt":"2024-07-05T08:12:15.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"linev","name":"Sergey Linev","path":"/linev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4936580?s=80&v=4"},"commit":{"message":"[webgui] fix URL generation with custom tokken","shortMessageHtmlLink":"[webgui] fix URL generation with custom tokken"}},{"before":"ef0607e3f8e8362bfb6313cd1837d092a05827d8","after":"4cd9e34d4b9fdfdac37a030aafc7bd33d929e75e","ref":"refs/heads/master","pushedAt":"2024-07-05T08:11:49.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"linev","name":"Sergey Linev","path":"/linev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4936580?s=80&v=4"},"commit":{"message":"[webgui] fix URL generation with custom tokken","shortMessageHtmlLink":"[webgui] fix URL generation with custom tokken"}},{"before":"7a1e4a0b1c10d1fff2005d7c229b062bd08528ff","after":"ef0607e3f8e8362bfb6313cd1837d092a05827d8","ref":"refs/heads/master","pushedAt":"2024-07-05T06:44:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jblomer","name":"Jakob Blomer","path":"/jblomer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1557360?s=80&v=4"},"commit":{"message":"[ntuple] remove unneeded RNTupleDescriptorBuilder::AddColumn overload","shortMessageHtmlLink":"[ntuple] remove unneeded RNTupleDescriptorBuilder::AddColumn overload"}},{"before":"1a6bc76df1644faf72f9f99eb7fddcab8fe1ac41","after":"7a1e4a0b1c10d1fff2005d7c229b062bd08528ff","ref":"refs/heads/master","pushedAt":"2024-07-05T06:09:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"silverweed","name":"Silverweed","path":"/silverweed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7806878?s=80&v=4"},"commit":{"message":"[ntuple] Make RNTupleDecompressor::Unzip overload static\n\nAvoids some memory allocations when the internal unzip buffer is never\nused throughout the decompressor's lifetime.\nWith this change, RPageStorageDaos doesn't need to allocate a\ndecompressor anymore.","shortMessageHtmlLink":"[ntuple] Make RNTupleDecompressor::Unzip overload static"}},{"before":"03703814efaa50e5b2ab1b84ba11dee41771dc9a","after":"1a6bc76df1644faf72f9f99eb7fddcab8fe1ac41","ref":"refs/heads/master","pushedAt":"2024-07-05T06:08:59.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"silverweed","name":"Silverweed","path":"/silverweed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7806878?s=80&v=4"},"commit":{"message":"[ntuple] some fixes to vectorized commit","shortMessageHtmlLink":"[ntuple] some fixes to vectorized commit"}},{"before":"1fa39fdbbccf00f0475aa77b22a330c33de23e4b","after":"03703814efaa50e5b2ab1b84ba11dee41771dc9a","ref":"refs/heads/master","pushedAt":"2024-07-04T09:43:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"silverweed","name":"Silverweed","path":"/silverweed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7806878?s=80&v=4"},"commit":{"message":"[ntuple] clang-format RNTupleDescriptor.hxx","shortMessageHtmlLink":"[ntuple] clang-format RNTupleDescriptor.hxx"}},{"before":"1dee712d7eb938ee11510aa16534db37180ea43a","after":"b3fabdee3ff57da4f07896e80c65607bfa9bc8bc","ref":"refs/heads/v6-32-00-patches","pushedAt":"2024-07-04T09:38:47.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"linev","name":"Sergey Linev","path":"/linev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4936580?s=80&v=4"},"commit":{"message":"[jupyter] use latest jsroot 7.7.2 as fallback","shortMessageHtmlLink":"[jupyter] use latest jsroot 7.7.2 as fallback"}},{"before":"149467b3373b04cd4e9cb85da506261803b3e43a","after":"1fa39fdbbccf00f0475aa77b22a330c33de23e4b","ref":"refs/heads/master","pushedAt":"2024-07-04T09:38:11.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"linev","name":"Sergey Linev","path":"/linev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4936580?s=80&v=4"},"commit":{"message":"[jupyter] use latest jsroot 7.7.2 as fallback","shortMessageHtmlLink":"[jupyter] use latest jsroot 7.7.2 as fallback"}},{"before":"12c5e49679ba761d015b486cb6e81bc84f8ee871","after":"149467b3373b04cd4e9cb85da506261803b3e43a","ref":"refs/heads/master","pushedAt":"2024-07-03T21:35:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"guitargeek","name":"Jonas Rembser","path":"/guitargeek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6578603?s=80&v=4"},"commit":{"message":"[Minuit2] Remove unused Minuit2 code","shortMessageHtmlLink":"[Minuit2] Remove unused Minuit2 code"}},{"before":"a2403d5c99b1bba8631abdf0c6040053157eb606","after":"12c5e49679ba761d015b486cb6e81bc84f8ee871","ref":"refs/heads/master","pushedAt":"2024-07-03T15:18:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"silverweed","name":"Silverweed","path":"/silverweed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7806878?s=80&v=4"},"commit":{"message":"[ntuple] fix check on key.fObjLen < sizeof(RTFNTuple)\n\nCurrently is not backward-compatible","shortMessageHtmlLink":"[ntuple] fix check on key.fObjLen < sizeof(RTFNTuple)"}},{"before":"a9d4a0e954ab6b3ea9cc28bc86231afbc3d52aa9","after":"a2403d5c99b1bba8631abdf0c6040053157eb606","ref":"refs/heads/master","pushedAt":"2024-07-03T15:01:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"couet","name":"Olivier Couet","path":"/couet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4697738?s=80&v=4"},"commit":{"message":"[skip-ci] the generation of tag and qch files was removed (#15950)","shortMessageHtmlLink":"[skip-ci] the generation of tag and qch files was removed (#15950)"}},{"before":"6e2bd7fd0c978864fa8221b2156a79bd52604a0d","after":"1dee712d7eb938ee11510aa16534db37180ea43a","ref":"refs/heads/v6-32-00-patches","pushedAt":"2024-07-03T15:01:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"couet","name":"Olivier Couet","path":"/couet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4697738?s=80&v=4"},"commit":{"message":"[skip-ci] The tag file generation was removed (#15951)","shortMessageHtmlLink":"[skip-ci] The tag file generation was removed (#15951)"}},{"before":"d9b670407c10e4c8e1972bbee97cd335db57f50f","after":"a9d4a0e954ab6b3ea9cc28bc86231afbc3d52aa9","ref":"refs/heads/master","pushedAt":"2024-07-03T09:20:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"couet","name":"Olivier Couet","path":"/couet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4697738?s=80&v=4"},"commit":{"message":"Fix spaces occupancy in TTF::PrepareString (#15971)\n\n* Fix spaces occupancy in TTF::PrepareString\r\n\r\n* The code responsible for computing the Trailing Blanks Width was duplicated in two locations. This commit refactors it to improve code reusability and maintainability.\r\n\r\n* stressGraphics reference files need a minor adjustement\r\n\r\n* Move fgTBlankW initialisation\r\n\r\n* add a comment","shortMessageHtmlLink":"Fix spaces occupancy in TTF::PrepareString (#15971)"}},{"before":"7f25feb540d1d4f07bac3b56370f88e2e62a1180","after":"d9b670407c10e4c8e1972bbee97cd335db57f50f","ref":"refs/heads/master","pushedAt":"2024-07-03T08:10:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hahnjo","name":"Jonas Hahnfeld","path":"/hahnjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613332?s=80&v=4"},"commit":{"message":"TCling: Remove error if symbols cannot be autoloaded\n\nI implemented AutoloadLibraryGenerator in commit 9b2041e300 during\nthe upgrade to LLVM 13 and wasn't sure if it should return an error\nif some symbols cannot be found. In practice, it didn't make a big\ndifference because it was the last generator of the only JITDylib.\nThis will change with LLVM 18 where we have at least one additional\nJITDylib for platform symbols (like __cxa_atexit) and search must\ncontinue, so remove the error.\n\nIn contrast, AutoloadLibraryMUs continue to fail the materialization\nif they promised to find a symbol but there is an error.","shortMessageHtmlLink":"TCling: Remove error if symbols cannot be autoloaded"}},{"before":"bcaa43e5d9c9701a00ef4869094e1f01802bf933","after":"7f25feb540d1d4f07bac3b56370f88e2e62a1180","ref":"refs/heads/master","pushedAt":"2024-07-03T06:18:26.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"hahnjo","name":"Jonas Hahnfeld","path":"/hahnjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1613332?s=80&v=4"},"commit":{"message":"[cling] Simplify addOrReplaceDefinition\n\nCalling getSymbolAddress will force symbol emission, which is not\nneeded if the intent is to replace it.","shortMessageHtmlLink":"[cling] Simplify addOrReplaceDefinition"}},{"before":"6ffe796f16c9aae336506ed50f1d0c7879678656","after":"bcaa43e5d9c9701a00ef4869094e1f01802bf933","ref":"refs/heads/master","pushedAt":"2024-07-02T13:11:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"enirolf","name":"Florine de Geus","path":"/enirolf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22481916?s=80&v=4"},"commit":{"message":"[ntuple] Fix `ConstructValue` for `uint16_t` fields\n\nInstead of (incorrectly) constructing a signed 16-bit int, now an\nunsigned 16-bit int is constructed.","shortMessageHtmlLink":"[ntuple] Fix ConstructValue for uint16_t fields"}},{"before":"1aa4b78e9ac6360054035a103b86f9f1915c96ba","after":"6ffe796f16c9aae336506ed50f1d0c7879678656","ref":"refs/heads/master","pushedAt":"2024-07-02T08:47:07.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"silverweed","name":"Silverweed","path":"/silverweed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7806878?s=80&v=4"},"commit":{"message":"[ntuple] \"w+\" -> \"wb+\" to fix fopen on windows","shortMessageHtmlLink":"[ntuple] \"w+\" -> \"wb+\" to fix fopen on windows"}},{"before":"4d94b5c848d52da6383e4c1260ed487c1b476b5f","after":"1aa4b78e9ac6360054035a103b86f9f1915c96ba","ref":"refs/heads/master","pushedAt":"2024-07-01T19:24:04.000Z","pushType":"pr_merge","commitsCount":7,"pusher":{"login":"jblomer","name":"Jakob Blomer","path":"/jblomer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1557360?s=80&v=4"},"commit":{"message":"[NFC][ntuple] RDF DS: clarify comment","shortMessageHtmlLink":"[NFC][ntuple] RDF DS: clarify comment"}},{"before":"ac80c651356ec6dcd04bccf471e30b292a2e2f95","after":"4d94b5c848d52da6383e4c1260ed487c1b476b5f","ref":"refs/heads/master","pushedAt":"2024-07-01T11:21:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jblomer","name":"Jakob Blomer","path":"/jblomer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1557360?s=80&v=4"},"commit":{"message":"[ntuple] minor improvement in RDF DS","shortMessageHtmlLink":"[ntuple] minor improvement in RDF DS"}},{"before":"7c40e856386134a3b1ae13213c47b1e9e09b1ba5","after":"ac80c651356ec6dcd04bccf471e30b292a2e2f95","ref":"refs/heads/master","pushedAt":"2024-07-01T07:46:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dpiparo","name":"Danilo Piparo","path":"/dpiparo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7850302?s=80&v=4"},"commit":{"message":"[ci] Do not add overrides to build name if not applied","shortMessageHtmlLink":"[ci] Do not add overrides to build name if not applied"}},{"before":"50ec910e98f31206467a42701004ee2e2e5f52a2","after":"7c40e856386134a3b1ae13213c47b1e9e09b1ba5","ref":"refs/heads/master","pushedAt":"2024-07-01T07:01:11.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"silverweed","name":"Silverweed","path":"/silverweed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7806878?s=80&v=4"},"commit":{"message":"[ntuple] Are -> HasMetricsEnabled\n\nCo-authored-by: Florine de Geus ","shortMessageHtmlLink":"[ntuple] Are -> HasMetricsEnabled"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEecrU5QA","startCursor":null,"endCursor":null}},"title":"Activity ยท root-project/root"}