Skip to content

Commit

Permalink
Support email address as owner
Browse files Browse the repository at this point in the history
  • Loading branch information
darius-bluespec committed Sep 16, 2024
1 parent 6361150 commit aa5559f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

spec Specifications
spec-isa ISA Specification Package
spec-isa-priv privileged opcode and state multiplexing dep=none owner=unknown [5w, 6w, 8w] progress=0%
spec-isa-priv privileged opcode and state multiplexing dep=none owner=unknown@example.com [5w, 6w, 8w] progress=0%
spec-isa-unpriv unprivileged opcode and state multiplexing [3w, 4w, 6w]
spec-isa-state privileged state management [3w, 4w, 6w]
spec-disc Discovery
Expand Down
2 changes: 1 addition & 1 deletion wbs2csv
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ while IFS= read line; do
dep="${BASH_REMATCH[1]}"
fi
if [[ $line =~ owner=([[:alnum:]]+)([[:space:]]|$) ]]; then
if [[ $line =~ owner=([[:graph:]]+)([[:space:]]|$) ]]; then
owner="${BASH_REMATCH[1]}"
fi
Expand Down

0 comments on commit aa5559f

Please sign in to comment.