shards icon indicating copy to clipboard operation
shards copied to clipboard

All shards should be tested

Open ccfontes opened this issue 2 years ago • 0 comments

Describe the bug See list of untested shards below.

To Reproduce Report untested shards using this Shards script: https://gist.github.com/ccfontes/b6429064146e28bcb2243d646f34e647 Audit with a tool like ripgrep

Expected behavior There should be no untested shards.

List of untested shards

  • [ ] Physics.CastRay
  • [ ] Physics.StaticBody
  • [ ] Inputs.GetContext
  • [ ] Inputs.KeyUp
  • [ ] Inputs.MouseUp
  • [ ] Inputs.HandleURL
  • [ ] Inputs.IsKeyDown
  • [ ] Inputs.Mouse
  • [ ] Inputs.Size
  • [ ] Http.Delete
  • [ ] Http.Put
  • [ ] Network.Peer
  • [ ] FS.Parent
  • [ ] Ed25519.Sign
  • [ ] Hash.XXH-64
  • [ ] Hash.Blake2-128
  • [ ] Hash.Keccak-512
  • [ ] UUID.Convert
  • [ ] Physics.Impulse
  • [ ] Inputs.MousePixelPos
  • [ ] Inputs.MouseDown
  • [ ] FS.CreateDirectories
  • [ ] Ed25519.Verify
  • [ ] Math.Project
  • [ ] Inputs.MouseDelta
  • [ ] IsSeq
  • [ ] UnsafeActivate!
  • [ ] Assert.Break
  • [ ] IsAllNot
  • [ ] IsAudio
  • [ ] IsTable
  • [ ] IsColor
  • [ ] IsImage
  • [ ] IsFloat4
  • [ ] IsFloat3
  • [ ] IsInt3
  • [ ] IsInt2
  • [ ] ExpectColorSeq
  • [ ] ExpectBytesSeq
  • [ ] ExpectInt8Seq
  • [ ] ExpectFloat4Seq
  • [ ] ExpectFloatSeq
  • [ ] IsAnyLess
  • [ ] UI.Space
  • [ ] ExpectInt8
  • [ ] Math.Log1p
  • [ ] VarAddr
  • [ ] IsInt4
  • [ ] Inputs.MousePos
  • [ ] ToInt16
  • [ ] ToInt8
  • [ ] ToInt2
  • [ ] ExpectAudio
  • [ ] NaNTo0
  • [ ] IsAllLessEqual
  • [ ] IsAnyLessEqual
  • [ ] IsAllMoreEqual
  • [ ] IsAnyMoreEqual
  • [ ] IsAllMore
  • [ ] IsAnyMore
  • [ ] IsAll
  • [ ] IsAnyNot
  • [ ] ExpectInt2Seq
  • [ ] Http.Patch
  • [ ] Math.RadiansToDegrees
  • [ ] UI.GetClipboard
  • [ ] Time.DeltaMs
  • [ ] Network.PeerID
  • [ ] IsBool
  • [ ] ExpectInt4Seq
  • [ ] UI.AddFonts
  • [ ] Http.SendFile
  • [ ] ExpectFloat3Seq
  • [ ] IsAllLess
  • [ ] ExpectFloat2Seq
  • [ ] UI.RestoreState
  • [ ] GFX.WindowSize
  • [ ] UI.WireVariable
  • [ ] IsValidNumber
  • [ ] GFX.ResizeWindow
  • [ ] UI.Canvas
  • [ ] ExpectInt16Seq
  • [ ] Http.Head
  • [ ] PauseMs
  • [ ] ExpectImage
  • [ ] UI.SaveState
  • [ ] ExpectAudioSeq
  • [ ] ExpectWireSeq
  • [ ] GFX.RenderTarget
  • [ ] Math.Inverse
  • [ ] Shader.WithTexture
  • [ ] UI.SetClipboard
  • [ ] Shader.RefTexture
  • [ ] Shader.WithInput
  • [ ] IsFloat2
  • [ ] Ed25519.Seed
  • [ ] ExpectBoolSeq
  • [ ] Shader.RefSampler
  • [ ] GFX.ViewProjectionMatrix
  • [ ] GFX.RenderTargetTexture
  • [ ] ExpectImageSeq
  • [ ] ExpectInt3Seq
  • [ ] IsWire
  • [ ] IsBytes
  • [ ] UI.PaintCircle
  • [ ] GFX.WindowPosition
  • [ ] GFX.MoveWindow
  • [ ] ExpectInt16
  • [ ] UI.Sized
  • [ ] Hash.XXH-128

ccfontes avatar Oct 04 '23 05:10 ccfontes