GithubHelp home page GithubHelp logo

Comments (5)

abeaumont avatar abeaumont commented on July 29, 2024

Thanks for the report @EgorBu. Please note that you can use GH's markdown syntax highlighting instead of attaching an image of the code. Could you attach the generated UAST instead and indicate which part you think is wrong?

from python-driver.

EgorBu avatar EgorBu commented on July 29, 2024

UAST:

uast {
  internal_type: "Module"
  children {
    internal_type: "Assign"
    properties {
      key: "internalRole"
      value: "body"
    }
    children {
      internal_type: "Name"
      properties {
        key: "ctx"
        value: "Store"
      }
      properties {
        key: "internalRole"
        value: "targets"
      }
      token: "abc"
      start_position {
        line: 1
        col: 1
      }
      end_position {
        offset: 2
        line: 1
        col: 3
      }
      roles: ASSIGNMENT_VARIABLE
      roles: SIMPLE_IDENTIFIER
      roles: EXPRESSION
    }
    children {
      internal_type: "NoneLiteral"
      properties {
        key: "internalRole"
        value: "value"
      }
      token: "<nil>"
      start_position {
        offset: 6
        line: 1
        col: 7
      }
      end_position {
        offset: 9
        line: 1
        col: 10
      }
      roles: NULL_LITERAL
      roles: EXPRESSION
      roles: ASSIGNMENT_VALUE
    }
    start_position {
      line: 1
      col: 1
    }
    end_position {
      offset: 9
      line: 1
      col: 10
    }
    roles: ASSIGNMENT
    roles: EXPRESSION
  }
  children {
    internal_type: "FunctionDef"
    properties {
      key: "internalRole"
      value: "body"
    }
    properties {
      key: "returns"
      value: "<nil>"
    }
    children {
      internal_type: "arguments"
      properties {
        key: "internalRole"
        value: "args"
      }
      properties {
        key: "kwarg"
        value: "<nil>"
      }
      properties {
        key: "vararg"
        value: "<nil>"
      }
      start_position {
        offset: 13
        line: 4
        col: 1
      }
      roles: FUNCTION_DECLARATION_ARGUMENT
      roles: INCOMPLETE
    }
    children {
      internal_type: "FunctionDef.body"
      properties {
        key: "promotedPropertyList"
        value: "true"
      }
      children {
        internal_type: "Global"
        children {
          internal_type: "Name"
          properties {
            key: "internalRole"
            value: "names"
          }
          token: "abc"
          start_position {
            offset: 25
            line: 5
            col: 4
          }
          roles: SIMPLE_IDENTIFIER
          roles: EXPRESSION
        }
        children {
          internal_type: "PreviousNoops"
          properties {
            key: "internalRole"
            value: "noops_previous"
          }
          children {
            internal_type: "NoopLine"
            properties {
              key: "internalRole"
              value: "lines"
            }
            token: "\n"
            start_position {
              offset: 11
              line: 2
              col: 1
            }
            roles: COMMENT
          }
          children {
            internal_type: "NoopLine"
            properties {
              key: "internalRole"
              value: "lines"
            }
            token: "\n"
            start_position {
              offset: 12
              line: 3
              col: 1
            }
            roles: COMMENT
          }
          start_position {
            offset: 11
            line: 2
            col: 1
          }
          end_position {
            offset: 12
            line: 3
            col: 1
          }
          roles: WHITESPACE
        }
        start_position {
          offset: 26
          line: 5
          col: 5
        }
        end_position {
          offset: 12
          line: 3
          col: 1
        }
        roles: STATEMENT
        roles: VISIBLE_FROM_WORLD
        roles: INCOMPLETE
      }
      children {
        internal_type: "Pass"
        token: "pass"
        start_position {
          offset: 41
          line: 6
          col: 5
        }
        end_position {
          offset: 44
          line: 6
          col: 8
        }
        roles: NOOP
        roles: STATEMENT
      }
      roles: FUNCTION_DECLARATION_BODY
    }
    token: "b"
    start_position {
      offset: 17
      line: 4
      col: 5
    }
    end_position {
      offset: 44
      line: 6
      col: 8
    }
    roles: FUNCTION_DECLARATION
    roles: FUNCTION_DECLARATION_NAME
    roles: SIMPLE_IDENTIFIER
  }
  start_position {
    line: 1
    col: 1
  }
  end_position {
    offset: 44
    line: 6
    col: 8
  }
  roles: FILE
}

Node with problem:

token: "abc"
          start_position {
            offset: 25
            line: 5
            col: 4
          }
          roles: SIMPLE_IDENTIFIER
          roles: EXPRESSION

it has wrong position (the screenshot shows what exactly wrong)

from python-driver.

abeaumont avatar abeaumont commented on July 29, 2024

Depends on bblfsh/sdk#163

from python-driver.

juanjux avatar juanjux commented on July 29, 2024

Fixed by #87.

from python-driver.

juanjux avatar juanjux commented on July 29, 2024

The fix will be in v0.9.0.

from python-driver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.