Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

[FEATURE] Keyword 'here' work for normal abilities in nodes and walkers #389

Open
Jayanaka-98 opened this issue May 20, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@Jayanaka-98
Copy link
Collaborator

Describe the idea

Currently in data-spatial programming in jaclang, when referred to as 'here' within an ability of a walker which has a with <node> entry; statement, it will refer the current node which the walker is currently on. But when doing the same within a normal ability without the with <> entry statement, an error will be produced. It feels trivial that,

  • All abilities defined within a walker should have access to the here node, regardless of the with <> entry statement.
  • All abilities defined within a node should have access to the here walker, regardless of the with <> entry statement.
@Jayanaka-98 Jayanaka-98 added the enhancement New feature or request label May 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants