Skip to content

Commit

Permalink
Updated string parse of policy to use pk( instead of just pk as this …
Browse files Browse the repository at this point in the history
…can collide with certain keys
  • Loading branch information
i5hi committed Oct 18, 2022
1 parent 2204895 commit 78b8c04
Show file tree
Hide file tree
Showing 8 changed files with 390 additions and 464 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ releases
*.profraw
.vscode
*.tar.gz
*.tar
*.tar
.DS_Store
4 changes: 2 additions & 2 deletions .vscode/dryrun.log
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
make --dry-run --always-make --keep-going --print-directory
make: Entering directory '/home/i5hi/StackmateNetwork/stackmate-core'
make: Entering directory `/Users/i5hi/Code/stackmate/backend/stackmate-core'
echo
echo " Available actions in "stackmate-core":"
echo
sed -n 's/^##//p' makefile | column -t -s ':' | sed -e 's/^/ /'
echo
make: Leaving directory '/home/i5hi/StackmateNetwork/stackmate-core'
make: Leaving directory `/Users/i5hi/Code/stackmate/backend/stackmate-core'

Loading

0 comments on commit 78b8c04

Please sign in to comment.