Clément Delafargue

Results 72 issues of Clément Delafargue

Free variables are already forbidden in rule heads, but not in rule expressions. # Open questions The reported error span was the rule head when we were looking for free...

Currently, free variables (ie variables that are not bound: not mentioned in any predicate of the body) are detected at parse time in the rules's head. Free variables are not...

eg for `clever create` poke @fgribreau @urcadox @Keruspe

enhancement
discussing-design
priority:medium
complexity:average

I personally don't see the point, but this was asked.

wontfix
discussing-design

https://github.com/biscuit-auth/biscuit/pull/127

good first issue

- [x] update samples - [x] implement automated tests based on the samples.json file - [ ] check serialization consistency between source code and serialized biscuits - [ ] check...

See `add_code_with_params` in the rust library.

https://github.com/biscuit-auth/biscuit/pull/122

some methods like concatenation and .contains have been overloaded to work on more types (eg strings). We should make sure that they are properly implemented (and potentially add cases to...

See https://github.com/biscuit-auth/biscuit/pull/118