Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 977 for TODO (0.03 sec)

  1. doc/next/9-todo.md

    <!--
    Output from relnote todo that was generated and reviewed on 2025-05-23, plus summary info from bug/CL: -->
    
    <!-- TODO: CL 420114 has a RELNOTE comment without a suggested text (from RELNOTE comment in https://go.dev/cl/420114) -->
    all: implement plugin build mode for riscv64
    
    <!-- TODO: CL 660996 has a RELNOTE comment without a suggested text (from RELNOTE comment in https://go.dev/cl/660996) -->
    cmd/link/internal/ld: introduce -funcalign=N option  
    Registered: 2025-05-27 11:13
    - Last Modified: 2025-05-23 21:52
    - 11.4K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	//TODO LDTRSW 0x1e(LR), R5                 // c5eb81b8
    	//TODO LDUR 0xbf(R13), R1                  // a1f14bb8
    	//TODO LDUR -0x3c(R22), R3                 // c3425cf8
    	//TODO LDURB -0xff(R17), R14               // 2e125038
    	//TODO LDURH 0x80(R1), R6                  // 26004878
    	//TODO LDURSB 0xde(LR), R3                 // c3e3cd38
    	//TODO LDURSB 0x96(R9), R7                 // 27618938
    Registered: 2025-05-27 11:13
    - Last Modified: 2023-07-24 01:11
    - 43.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistant.java

        @Override
        public DBDef assistCurrentDBDef() {
            // TODO Auto-generated method stub
            return null;
        }
    
        @Override
        public DataSource assistDataSource() {
            // TODO Auto-generated method stub
            return null;
        }
    
        @Override
        public DBMetaProvider assistDBMetaProvider() {
            // TODO Auto-generated method stub
            return null;
        }
    
        @Override
    Registered: 2025-05-26 08:04
    - Last Modified: 2025-03-15 06:53
    - 5.3K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	//TODO: BNDCU (BX), BND2                // f20f1a13
    	//TODO: BNDCU (R11), BND2               // f2410f1a13
    	//TODO: BNDCU DX, BND2                  // f20f1ad2
    	//TODO: BNDCU R11, BND2                 // f2410f1ad3
    	//TODO: BNDCU (BX), BND3                // f20f1a1b
    	//TODO: BNDCU (R11), BND3               // f2410f1a1b
    	//TODO: BNDCU DX, BND3                  // f20f1ada
    	//TODO: BNDCU R11, BND3                 // f2410f1adb
    Registered: 2025-05-27 11:13
    - Last Modified: 2021-10-08 21:38
    - 581.9K bytes
    - Viewed (1)
  5. tests/test_path.py

                        "msg": "Input should be a valid integer, unable to parse string as an integer",
                        "input": "foobar",
                    }
                ]
            }
        ) | IsDict(
            # TODO: remove when deprecating Pydantic v1
            {
                "detail": [
                    {
                        "loc": ["path", "item_id"],
                        "msg": "value is not a valid integer",
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-04-18 19:40
    - 34.4K bytes
    - Viewed (1)
  6. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java

            // TODO: Staging directory should be a part of the Javadocs extension
            // TODO: Pull out more of this configuration into the extension if it makes sense
            // TODO: in a typical project, this may need to be the regular javadoc task vs javadocAll
    
            ObjectFactory objects = project.getObjects();
            // TODO: This breaks if version is changed later
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-02-12 19:49
    - 6.3K bytes
    - Viewed (0)
  7. tests/test_tutorial/test_sql_databases/test_tutorial002.py

            pytest.param("tutorial002_an_py39", marks=needs_py39),
            pytest.param("tutorial002_an_py310", marks=needs_py310),
        ],
    )
    def get_client(request: pytest.FixtureRequest):
        clear_sqlmodel()
        # TODO: remove when updating SQL tutorial to use new lifespan API
        with warnings.catch_warnings(record=True):
            warnings.simplefilter("always")
            mod = importlib.import_module(f"docs_src.sql_databases.{request.param}")
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-04-28 07:13
    - 19.9K bytes
    - Viewed (0)
  8. tests/test_security_oauth2.py

                        "loc": ["body", "password"],
                        "msg": "Field required",
                        "input": None,
                    },
                ]
            }
        ) | IsDict(
            # TODO: remove when deprecating Pydantic v1
            {
                "detail": [
                    {
                        "loc": ["body", "grant_type"],
                        "msg": "field required",
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-01-30 12:17
    - 11K bytes
    - Viewed (0)
  9. tests/test_security_oauth2_optional_description.py

                        "loc": ["body", "password"],
                        "msg": "Field required",
                        "input": None,
                    },
                ]
            }
        ) | IsDict(
            # TODO: remove when deprecating Pydantic v1
            {
                "detail": [
                    {
                        "loc": ["body", "grant_type"],
                        "msg": "field required",
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-01-30 12:17
    - 11.2K bytes
    - Viewed (0)
  10. tests/test_multi_body_errors.py

        assert response.json() == {
            "item": [
                {
                    "name": "Foo",
                    "age": IsOneOf(
                        5,
                        # TODO: remove when deprecating Pydantic v1
                        "5",
                    ),
                }
            ]
        }
    
    
    def test_jsonable_encoder_requiring_error():
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-04-18 19:40
    - 7.6K bytes
    - Viewed (0)
Back to top