{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":225435179,"defaultBranch":"master","name":"maxima","ownerLogin":"personal-mirrors","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-12-02T17:49:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/36016267?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1679455271.0","currentOid":""},"activityList":{"items":[{"before":"9d3ad3bb76971baa5e418015eb415118cd2387cd","after":"079a2d97fcb1b97f594f6489986b9639cfb1bf0e","ref":"refs/heads/master","pushedAt":"2023-03-24T03:21:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Added GCL mkdir implementation, allowing rtest_draw to run successfully.","shortMessageHtmlLink":"Added GCL mkdir implementation, allowing rtest_draw to run successfully."}},{"before":null,"after":"9d3ad3bb76971baa5e418015eb415118cd2387cd","ref":"refs/heads/rtoy-sbcl-makunbound","pushedAt":"2023-03-22T03:21:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Merge branch 'master' into rtoy-sbcl-makunbound","shortMessageHtmlLink":"Merge branch 'master' into rtoy-sbcl-makunbound"}},{"before":"04154456a3aa9cc053dc7a1754a3cabb826897c8","after":"9d3ad3bb76971baa5e418015eb415118cd2387cd","ref":"refs/heads/master","pushedAt":"2023-03-22T03:21:11.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Merge branch 'master' into rtoy-sbcl-makunbound","shortMessageHtmlLink":"Merge branch 'master' into rtoy-sbcl-makunbound"}},{"before":null,"after":"c86a7287c58b964f9501fd87ecd6e1898f5a8a02","ref":"refs/heads/rtoy-deprecate-largest-float-again","pushedAt":"2023-03-22T03:21:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Add example of how to use :deprecated-p\n\nAn example should make it clearer on how to use it.","shortMessageHtmlLink":"Add example of how to use :deprecated-p"}},{"before":"ff1523221db48fce322923c6ce0e4aaa0d704301","after":"04154456a3aa9cc053dc7a1754a3cabb826897c8","ref":"refs/heads/master","pushedAt":"2023-03-20T03:21:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Call cl:makunbound instead of just makunbound\n\nFor whatever reason, sbcl has `makunbound` shadowed with a custom\nversion that disable package locks. (See commit [ad12e5].) I'm not\nsure why this only applies to sbcl; other lisps have package locks\ntoo.\n\nTo workaround this issue which shows up when compiling\nfloat-properties.lisp, just explicitly call `cl:makunbound` in the\n`defmvar` macro in globals.lisp.\n\n(Issue noticed by Wolfgang.)","shortMessageHtmlLink":"Call cl:makunbound instead of just makunbound"}},{"before":"3c005ce04328d34a402171a9c6305f5768066316","after":"ff1523221db48fce322923c6ce0e4aaa0d704301","ref":"refs/heads/master","pushedAt":"2023-03-18T03:21:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Windows installer: Update SBCL and wxMaxima.","shortMessageHtmlLink":"Windows installer: Update SBCL and wxMaxima."}},{"before":"50c5b1f91d7d5dae8914e1b77daaa98fd2fa5b3c","after":"3c005ce04328d34a402171a9c6305f5768066316","ref":"refs/heads/rtoy-deprecate-largest-float","pushedAt":"2023-03-17T03:21:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Clean up comment for largest_float\n\n`defmvar` handles the deprecation, so we don't need to describe\nwhat used to be done here.","shortMessageHtmlLink":"Clean up comment for largest_float"}},{"before":"80de8d1ec1dfcba99a01f608dda1e3425793c1b6","after":"3c005ce04328d34a402171a9c6305f5768066316","ref":"refs/heads/master","pushedAt":"2023-03-17T03:21:14.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Clean up comment for largest_float\n\n`defmvar` handles the deprecation, so we don't need to describe\nwhat used to be done here.","shortMessageHtmlLink":"Clean up comment for largest_float"}},{"before":null,"after":"50c5b1f91d7d5dae8914e1b77daaa98fd2fa5b3c","ref":"refs/heads/rtoy-deprecate-largest-float","pushedAt":"2023-03-16T03:21:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Simplify the supplied deprecation message.\n\nMake `:deprecated-p` accept a string. Then we'll prepend \"Deprecated\nvariable `~M':\" because the bindtest wants on \"~M\" for the variable\nname. This way, we're always guaranteed to have the \"~M\". The\nuser-supplied string should not have any `~` commands.\n\nUpdate `$largest_float` and `$largest_negative_float` to use the new\nformat for the deprecation message.","shortMessageHtmlLink":"Simplify the supplied deprecation message."}},{"before":"877441c2e6b3562f39be11a00538065b3077cb29","after":"80de8d1ec1dfcba99a01f608dda1e3425793c1b6","ref":"refs/heads/master","pushedAt":"2023-03-15T03:21:01.717Z","pushType":"push","commitsCount":5,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Work around ECL bug in decode-float for negative floats.\n\nUse `float-sign` to get the correct sign. Use this unconditionally to\nget the sign because ecl supports signed zeroes.","shortMessageHtmlLink":"Work around ECL bug in decode-float for negative floats."}},{"before":"1f3dd6f0cac454689005343bbd642b5a41fab129","after":"877441c2e6b3562f39be11a00538065b3077cb29","ref":"refs/heads/master","pushedAt":"2023-03-14T03:21:12.227Z","pushType":"push","commitsCount":22,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Make sure fpprec has the default value.\n\nThe tests assume fpprec has its default value, so reset it to make\nsure.","shortMessageHtmlLink":"Make sure fpprec has the default value."}},{"before":null,"after":"9c8d6277326541fbe08dd42f8dceaedecb4d1000","ref":"refs/heads/rtoy-global-var-init","pushedAt":"2023-03-14T03:21:12.227Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Add new file, global-var-init, for initializing globals.\n\nInstead of initializing global vars in `initialize-runtime-globals`,\nadd a new file, \"global-var-init.lisp\" to initialize these. Some\nvariables need special handling because we can't initialize them in\nglobals.lisp because the necessary functions aren't available when\nglobals.lisp is compiled. Hence, have globals-var-init do the\ninitialization. Move the initializations from\n`initialize-runtime-globals` to global-var-init.lisp.\n\nThis request came from a private communication for a user (unixlisp)\nwho wanted to be able to load maxima without running `cl-user::run`.\nThis is not a use-case I care about, but moving the initialization to\na separate file works for this use-case as well as the normal usage of\nmaxima with a repl.","shortMessageHtmlLink":"Add new file, global-var-init, for initializing globals."}},{"before":"c8829075aa3b98cff713ae58b31d6a85e4ffc374","after":"d727414a5917270ca8ac77bdcdd5259cb1299c00","ref":"refs/heads/rtoy-add-float-inspection","pushedAt":"2023-03-14T03:21:12.227Z","pushType":"push","commitsCount":1,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Update test expectations for clisp\n\nClisp fails more tests in ulp_tests because clisp doesn't support\ndenormals.","shortMessageHtmlLink":"Update test expectations for clisp"}},{"before":"36f3cc0bffb598b2cd35a7c8c3d307471f26f621","after":"1f3dd6f0cac454689005343bbd642b5a41fab129","ref":"refs/heads/master","pushedAt":"2023-03-13T03:21:04.905Z","pushType":"push","commitsCount":2,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Update ulp_test expectations for clisp\n\nClisp doesn't support denormals so one test in ulp_tests fail because\nit assumes denormals exist. Mark it as an expected failure for Clisp.","shortMessageHtmlLink":"Update ulp_test expectations for clisp"}},{"before":"4e335724faad585995d4d58c5cc1b3af3edb39c8","after":"c8829075aa3b98cff713ae58b31d6a85e4ffc374","ref":"refs/heads/rtoy-add-float-inspection","pushedAt":"2023-03-13T03:21:04.905Z","pushType":"push","commitsCount":5,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Add tests for decode_float and friends","shortMessageHtmlLink":"Add tests for decode_float and friends"}},{"before":"87ae585f309a937f294436428b89eeca95e2089b","after":"36f3cc0bffb598b2cd35a7c8c3d307471f26f621","ref":"refs/heads/master","pushedAt":"2023-03-12T03:21:08.708Z","pushType":"push","commitsCount":1,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"[bug:#3848] New test in rtest6a.mac left variable d defined.\n\nExisting test in rtest6b.mac now fails as variable d is defined.\nAdd kill(all) to end of rtest6a.mac to clean up.","shortMessageHtmlLink":"[bug:#3848] New test in rtest6a.mac left variable d defined."}},{"before":"7ecdd016f56e97b5a1fd0be34a71da11d4551d19","after":"4e335724faad585995d4d58c5cc1b3af3edb39c8","ref":"refs/heads/rtoy-add-float-inspection","pushedAt":"2023-03-12T03:21:08.708Z","pushType":"push","commitsCount":5,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Fix typos","shortMessageHtmlLink":"Fix typos"}},{"before":null,"after":"7ecdd016f56e97b5a1fd0be34a71da11d4551d19","ref":"refs/heads/rtoy-add-float-inspection","pushedAt":"2023-03-11T03:21:18.063Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Implement bfloat versions\n\nJust use the bigfloat numeric functions to implement these instead of\nmanipulating the bfloat objects directly.","shortMessageHtmlLink":"Implement bfloat versions"}},{"before":"d188f74794ec02a04e8594f59a1d24734046a973","after":"87ae585f309a937f294436428b89eeca95e2089b","ref":"refs/heads/master","pushedAt":"2023-03-10T03:21:07.504Z","pushType":"push","commitsCount":3,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Fix bug in converting inverse_jacobi_ds to elliptic_f\n\nThe bug shows up in make_elliptic_f(inverse_jacobi_ds(u,m)) which\ngives an error:\n```\nasin: expected exactly 1 arguments but got 2: [sqrt(u + m), m]\n -- an error. To debug this try: debugmode(true);\n```\n\nWe misplaced a paren. The second arg to asin should have been the\nsecond arg to elliptic_f.","shortMessageHtmlLink":"Fix bug in converting inverse_jacobi_ds to elliptic_f"}},{"before":"2cd887e734d93183f5c67ac89493d1730d2b0171","after":"d188f74794ec02a04e8594f59a1d24734046a973","ref":"refs/heads/master","pushedAt":"2023-03-08T03:21:19.420Z","pushType":"push","commitsCount":2,"pusher":{"login":"autofetch","name":null,"path":"/autofetch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28397672?s=80&v=4"},"commit":{"message":"Ensure TeX output for conjugate interacts correctly with exponents.\n\n * src/conjugate.lisp: reduce TeX-specific binding powers, and make right binding power\n less than left (these changes ensure appropriate parentheses),\n then punt to TeX output for exponents, after substituting a different operator\n to defeat special case for powers of trigonometric functions.\n\n * src/maxima.asd, src/maxima.system: move src/mactex.lisp higher in files list\n to ensure it is available to other components such as conjugate.\n\n * src/mactex.lisp: replace reference to not-yet-defined object *MREAD-EOF-OBJ*\n with equivalent literal NIL, to compensate for moving mactex.lisp\n ahead of nparse.lisp in files lists.\n\n * tests/rtest_tex.mac: output examples of TeX output for conjugate in tmp-rtest-4.tex.\n\nFixes SF bug #4112: \"Double superscript in tex(conjugate(z))^2\"","shortMessageHtmlLink":"Ensure TeX output for conjugate interacts correctly with exponents."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0yNFQwMzoyMTowNi4wMDAwMDBazwAAAAMKNy-W","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0wOFQwMzoyMToxOS40MjA3NDRazwAAAAL-ta5N"}},"title":"Activity ยท personal-mirrors/maxima"}