(-ω-) zzZ
Highlights
- Pro
Block or Report
Block or report emilyaherbert
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
FuelLabs/sway Public
🌴 Empowering everyone to build reliable and efficient smart contracts. -
-
1
declare -a promptarr=("e" "m" "i" "l" "y" "@" "e" "m" "i" "l" "y" "h" "e" "r" "b" "e" "r" "t")
2declare -a colorsarr=("\[\033[0;31m\]" "\[\033[0;33m\]" "\[\033[0;32m\]" "\[\033[0;34m\]" "\[\033[0;35m\]" "\[\033[0;36m\]")
34coloroffset=0
5promptarrlen=${#promptarr[@]}
-
-
439 contributions in the last year
Activity overview
Contributed to
FuelLabs/sway,
emilyaherbert/pattern-matcher,
emilyaherbert/wiki
and 8 other
repositories
Contribution activity
July 2022
Created 4 commits in 1 repository
Opened 1 pull request in 1 repository
FuelLabs/sway
1
merged
Reviewed 8 pull requests in 2 repositories
FuelLabs/sway
7 pull requests
-
Turn
CallPath
into a wrapper type - Remove duplicate check to length of function arguments
- Warning about using zero address as ownership in SwayBook
-
add
remove
,insert
andpop
toVec
-
Add the
SMO
opcode tosway-core
- Check for unknown file check directives and fix a broken test.
- Check for calling of associated functions as method calls.