Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalehenrich/rwcaq
Rowan 3 Component Activation Query support
https://github.com/dalehenrich/rwcaq
Last synced: 28 days ago
JSON representation
Rowan 3 Component Activation Query support
- Host: GitHub
- URL: https://github.com/dalehenrich/rwcaq
- Owner: dalehenrich
- License: mit
- Created: 2024-12-01T00:13:00.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-01T00:35:18.000Z (about 1 month ago)
- Last Synced: 2024-12-01T01:23:56.563Z (about 1 month ago)
- Language: Smalltalk
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
### Rowan Component Activation Query
An extension on the GsQuery subsystem that allows for the creation of queries like the following:
```
3.6.1 < each.gemstoneVersion <= 3.7.0(3.6.1 < each.gemstoneVersion <= 3.7.0) & (tests = true) | (ci = true))
```
where the numeric-ish literals (like `3.7.0`) are interpretted as instances of RwGemStoneVersionNumber. The variables ('tests' and 'ci') represent attrbute values ... if the attribute is present, it's value is `true`, otherwise it's value is `false'.These expressions are used in Rowan conditional components to determine whether the packages associated with the component should be loaded or not...
### Install script for Rowan Component Activation Query project (RwCAQ)
```
projectsHome=/bosch1/users/dhenrich/_stones/git
installProject.stone file:${projectsHome}/RwCAQ/rowan/specs/RwCAQ.ston --projectsHome=${projectsHome} -D
```