Implement a syntax for no_sync_with scopes. (closes #67 on github)
Merge request reports
Activity
changed title from [WIP] Implement a syntax for no_sync_with_scopes. (closes #67 (closed) on github) to [WIP] Implement a syntax for no_sync_with scopes. (closes #67 (closed) on github)
added 20 commits
-
a834aeef...7b1bb740 - 19 commits from branch
master
- 02e0c2c7 - Merge branch 'master' into 'nosync-scope-syntax'
-
a834aeef...7b1bb740 - 19 commits from branch
There's a semantic issue I came across with
nosync_query
. It uses the same query backend asdep_query
.dep_query
makes sure there are no self-dependencies so it excludes the querying instruction from the output of the query. I don't think this makes as sense fornosync_query
, since instructions can have memory dependencies with themselves. So should we changenosync_query
to allow for self references?added 9 commits
-
02e0c2c7...f5059b81 - 6 commits from branch
master
- e4941c4a - Merge branch 'master' into nosync-scope-syntax
- 83274407 - Add missing substring to test result.
- 12a10b0b - Document nosync changes.
Toggle commit list-
02e0c2c7...f5059b81 - 6 commits from branch
Finally got around to documentation. I still think #21 is an issue, but despite it we can go ahead with these changes.
mentioned in commit 83aef009