-
Sometime after gcc 10.2, the -march option has changed. For 10.2 rv64i also carried with it _zicsr.
This is no longer the case with gcc 12 and higher.
If a DUT outside of the test code (model.…
-
```
function clause execute(CJALR(cd, cs, imm)) = {
// [...]
let imm = sail_zero_extend(imm, integer_size);
let c' = updatePCPerm({c with cap_cursor = c.cap_cursor + imm});
// [...]
}
`…
-
**Node version**: 8.11.3
**Sails version** _(sails)_: 1.0.2
**ORM hook version** _(sails-hook-orm)_: sails-hook-orm@2.1.0
**Sockets hook version** _(sails-hook-sockets)_: 1.5.3
**Organics hook ver…
-
**Node version**:
**Sails version** _(sails)_: 1.2.3
**ORM hook version** _(sails-hook-orm)_: 2.1.1
**Sockets hook version** _(sails-hook-sockets)_:
**Organics hook version** _(sails-hook-organi…
-
Sails doc (https://sailsjs.com/documentation/concepts/models-and-orm/query-language#query-options) specify this is an adapter related setting.
I have tried to search for this option in the doc but co…
-
Barrels version: 1.6.5
Sails: 1.2.3
Adapter: Sails-Disk
inMemoryOnly: true
So I have this sails project, and I added tests. Everything works fine when run separately, but when merged and tried t…
-
After updating all libraries, it seems like the many to many relations are no longer working for me. Do you happen to know if any lib-update might effect barrels?
These are my dependencies:
```
"…
-
`"dependencies": {
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.3",
"@sailshq/socket.io-redis": "^5.2.0",
"@sentry/node": "^5.6.1",
"amqplib": "^0.5.3",
…
-
Hi, I'm coming from sails-hook-autoreload awesome module and I always wanted to be able to reload more than my controllers and models so I want to thank you for your work.
I've got a problem which …
-
**Node version**: 11.15.0
**Sails version** _(sails)_: 1.2.2
I created User.js inside the models folder of my sails app. Could anyone guide about querying using waterline , inside the controller b…