Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jupyterlab 4.1.8 #170149

Closed
wants to merge 1 commit into from
Closed

jupyterlab 4.1.8 #170149

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions bot added nodejs Node or npm use is a significant feature of the PR or issue python Python use is a significant feature of the PR or issue rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Apr 26, 2024
@chenrui333
Copy link
Member

    clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -DPy_BUILD_CORE_MODULE=1 -I/opt/homebrew/Cellar/jupyterlab/4.1.7/libexec/include -I/opt/homebrew/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c _pydevd_bundle/pydevd_cython.c -o build/temp.macosx-13.0-arm64-cpython-312/_pydevd_bundle/pydevd_cython.o
    _pydevd_bundle/pydevd_cython.c:40177:36: error: no member named 'curexc_traceback' in 'struct _ts'
            PyObject* tmp_tb = tstate->curexc_traceback;
                               ~~~~~~  ^
    _pydevd_bundle/pydevd_cython.c:40180:21: error: no member named 'curexc_traceback' in 'struct _ts'
                tstate->curexc_traceback = tb;
                ~~~~~~  ^
    _pydevd_bundle/pydevd_cython.c:40700:22: error: call to undeclared function '_PyUnicode_Ready'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
            if (unlikely(__Pyx_PyUnicode_READY(s1) < 0) || unlikely(__Pyx_PyUnicode_READY(s2) < 0))
                         ^
    _pydevd_bundle/pydevd_cython.c:575:51: note: expanded from macro '__Pyx_PyUnicode_READY'
                                                  0 : _PyUnicode_Ready((PyObject *)(op)))
                                                      ^
    _pydevd_bundle/pydevd_cython.c:40700:22: note: did you mean '_PyUnicode_Copy'?
    _pydevd_bundle/pydevd_cython.c:575:51: note: expanded from macro '__Pyx_PyUnicode_READY'
                                                  0 : _PyUnicode_Ready((PyObject *)(op)))
                                                      ^
    /opt/homebrew/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12/cpython/unicodeobject.h:402:23: note: '_PyUnicode_Copy' declared here
    PyAPI_FUNC(PyObject*) _PyUnicode_Copy(
                          ^
    _pydevd_bundle/pydevd_cython.c:41076:53: error: no member named 'ob_digit' in 'struct _longobject'
            const digit* digits = ((PyLongObject*)op1)->ob_digit;
                                  ~~~~~~~~~~~~~~~~~~~~  ^
    _pydevd_bundle/pydevd_cython.c:41627:53: error: no member named 'ob_digit' in 'struct _longobject'
            const digit* digits = ((PyLongObject*)op1)->ob_digit;
                                  ~~~~~~~~~~~~~~~~~~~~  ^
    _pydevd_bundle/pydevd_cython.c:41834:53: error: no member named 'ob_digit' in 'struct _longobject'
            const digit* digits = ((PyLongObject*)op1)->ob_digit;
                                  ~~~~~~~~~~~~~~~~~~~~  ^
    _pydevd_bundle/pydevd_cython.c:42563:55: error: no member named 'ob_digit' in 'struct _longobject'
                const digit* digits = ((PyLongObject*)x)->ob_digit;
                                      ~~~~~~~~~~~~~~~~~~  ^
    _pydevd_bundle/pydevd_cython.c:42618:55: error: no member named 'ob_digit' in 'struct _longobject'
                const digit* digits = ((PyLongObject*)x)->ob_digit;
                                      ~~~~~~~~~~~~~~~~~~  ^
    _pydevd_bundle/pydevd_cython.c:42759:55: error: no member named 'ob_digit' in 'struct _longobject'
                const digit* digits = ((PyLongObject*)x)->ob_digit;
                                      ~~~~~~~~~~~~~~~~~~  ^
    _pydevd_bundle/pydevd_cython.c:42814:55: error: no member named 'ob_digit' in 'struct _longobject'
                const digit* digits = ((PyLongObject*)x)->ob_digit;
                                      ~~~~~~~~~~~~~~~~~~  ^
    _pydevd_bundle/pydevd_cython.c:43303:47: error: no member named 'ob_digit' in 'struct _longobject'
        const digit* digits = ((PyLongObject*)b)->ob_digit;
                              ~~~~~~~~~~~~~~~~~~  ^
    11 errors generated.
    error: command '/opt/homebrew/Library/Homebrew/shims/mac/super/clang' failed with exit code 1
    warning: cmd_build_py: Failed to compile pydevd Cython extension modules (set SKIP_CYTHON_BUILD=1 to omit); proceeding without them.

@chenrui333 chenrui333 added the build failure CI fails while building the software label Apr 27, 2024
@chenrui333 chenrui333 added the upstream issue An upstream issue report is needed label Apr 27, 2024
@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Apr 27, 2024
@miccal
Copy link
Member

miccal commented Apr 27, 2024

FYI:

|-> brew livecheck jupyterlab
jupyterlab: 4.1.6 ==> 4.1.8

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 changed the title jupyterlab 4.1.7 jupyterlab 4.1.8 Apr 29, 2024
@chenrui333 chenrui333 added the help wanted Task(s) needing PRs from the community or maintainers label May 1, 2024
@miccal
Copy link
Member

miccal commented May 6, 2024

FYI again:

|->  brew livecheck jupyterlab
jupyterlab: 4.1.6 ==> 4.2.0

@miccal miccal closed this May 13, 2024
@miccal miccal deleted the bump-jupyterlab-4.1.7 branch May 13, 2024 05:13
@chenrui333
Copy link
Member

yeah, let's do in the new release (I will do that)

@chenrui333 chenrui333 mentioned this pull request May 19, 2024
6 tasks
@chenrui333 chenrui333 added the superseded PR was replaced by another PR label May 19, 2024
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 18, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. help wanted Task(s) needing PRs from the community or maintainers nodejs Node or npm use is a significant feature of the PR or issue outdated PR was locked due to age python Python use is a significant feature of the PR or issue rust Rust use is a significant feature of the PR or issue superseded PR was replaced by another PR upstream issue An upstream issue report is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants