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

Compiler is broken (9 errors) #2748

Closed
NeilFraser opened this issue Jul 30, 2019 · 4 comments
Closed

Compiler is broken (9 errors) #2748

NeilFraser opened this issue Jul 30, 2019 · 4 comments
Assignees
Labels
issue: bug Describes why the code or behaviour is wrong

Comments

@NeilFraser
Copy link
Contributor


../../core/inject.js:235: ERROR - Access to package-private property setCursor of Blockly.Navigation not allowed here.
  Blockly.Navigation.setCursor(mainWorkspace.cursor);
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

../../core/inject.js:236: ERROR - Access to package-private property setMarker of Blockly.Navigation not allowed here.
  Blockly.Navigation.setMarker(mainWorkspace.marker);
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

../../core/keyboard_nav/ast_node.js:139: ERROR - Access to package-private property getParentInput of Blockly.Connection not allowed here.
    return Blockly.ASTNode.createInputNode(connection.getParentInput());
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^

../../core/keyboard_nav/ast_node.js:141: ERROR - Access to package-private property getParentInput of Blockly.Connection not allowed here.
      && connection.getParentInput()) {
         ^^^^^^^^^^^^^^^^^^^^^^^^^

../../core/keyboard_nav/ast_node.js:142: ERROR - Access to package-private property getParentInput of Blockly.Connection not allowed here.
    return Blockly.ASTNode.createInputNode(connection.getParentInput());
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^

../../core/keyboard_nav/ast_node.js:480: ERROR - Access to package-private property getParentInput of Blockly.Connection not allowed here.
        topConnection.targetConnection.getParentInput()) {
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

../../core/keyboard_nav/ast_node.js:482: ERROR - Access to package-private property getParentInput of Blockly.Connection not allowed here.
        topConnection.targetConnection.getParentInput());
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

../../core/renderers/block_rendering_rewrite/block_render_info.js:67: ERROR - Access to package-private property isInsertionMarker of Blockly.BlockSvg not allowed here.
  this.isInsertionMarker = block.isInsertionMarker();
                           ^^^^^^^^^^^^^^^^^^^^^^^

../../core/renderers/block_rendering_rewrite/measurables.js:195: ERROR - Access to package-private property getCorrectedSize of Blockly.Field not allowed here.
  var size = this.field.getCorrectedSize();
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
@NeilFraser NeilFraser added issue: bug Describes why the code or behaviour is wrong issue: triage Issues awaiting triage by a Blockly team member labels Jul 30, 2019
@moniika moniika removed the issue: triage Issues awaiting triage by a Blockly team member label Jul 31, 2019
@moniika moniika added this to the 2019_q3_release milestone Jul 31, 2019
@alschmiedt
Copy link
Contributor

This has to do with having the keyboard_nav items in a different folder. Going to pull in my change from render/collab to fix.

@RoboErikG
Copy link
Contributor

@alschmiedt is this on master too or just develop?

@alschmiedt
Copy link
Contributor

None of my keyboard_nav changes are in master yet so I think it should just be develop.

@alschmiedt
Copy link
Contributor

Fixed with #2759

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Describes why the code or behaviour is wrong
Projects
None yet
Development

No branches or pull requests

4 participants