Mark Ridgwell

Results 8 issues of Mark Ridgwell

Sometimes throws an exception while editing: ``` bytes32 parent=bytes32[] java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.error(Logger.java:132) at com.intellij.psi.impl.PsiElementBase.notNullChild(PsiElementBase.java:285) at me.serce.solidity.lang.psi.impl.SolArrayTypeNameImpl.getTypeName(SolArrayTypeNameImpl.java:49) at me.serce.solidity.lang.types.InferenceKt.getSolType(inference.kt:57) at me.serce.solidity.lang.types.InferenceKt.getSolType(inference.kt:57) at me.serce.solidity.lang.types.InferenceKt.inferDeclType(inference.kt:83) at me.serce.solidity.lang.types.InferenceKt$inferRefType$1.invoke(inference.kt:94) at me.serce.solidity.lang.types.InferenceKt$inferRefType$1.invoke(inference.kt) at kotlin.sequences.TransformingSequence$iterator$1.next(Sequences.kt:148) at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:108)...

So so it can be used in a workflow that creates a PR automatically like `repo-sync/pull-request` then add in labels at creation rather than having to run an additional workflow...

Added additional special case for disks using eMMC when setting up disks

Given the input below and a max width of 12 ``` INSERT INTO [dbo.].[BinaryExample] ( [Name], [Data] ) VALUES ( 'SmileyFace', 0x89504e470D0A1A0A0000000D49484452000000640000005C080600000098CB10940000200049444154789C95BD079464577536FADD5 ) ``` this gets formatted into: ``` INSERT...

e.g: ``` /// /// Produces a string with a '0x' prefix. /// AddHexPrefix = 4 ``` So instead of producing say: ``123456789abcdef0`` would produce ``0x123456789abcdef0`` Lots of code we've got...

Possibly including code from https://github.com/musictopia2/CommonSourceGeneratorsHelpers