From d3d3404b074d109b3dd4655796092ca4d3a06c3e Mon Sep 17 00:00:00 2001 From: Stephen Leitnick Date: Tue, 12 Apr 2022 10:55:04 -0400 Subject: [PATCH 1/2] Dependency update --- CHANGELOG.md | 7 ++ roblox.toml | 232 +++++++++++++++++++++++++++++------------- src/wally.toml | 2 +- src/wally_bundle.toml | 2 +- 4 files changed, 171 insertions(+), 72 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 972e38ae..c32f6add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ +## 1.4.6 + +- Update Comm dependency with new methods +- Update TableUtil (in bundled version) to use `table.clone` internally where appropriate + ## 1.4.5 + - Update dependencies - Use Promise v4 ## 1.4.4 + - Add memory categories per service and controller to help track memory usage - Update dependencies diff --git a/roblox.toml b/roblox.toml index 0d3666ba..c9e4179a 100644 --- a/roblox.toml +++ b/roblox.toml @@ -1,4 +1,4 @@ -# This file was @generated by generate-roblox-std at 2022-03-01 10:20:39.077494400 -05:00 +# This file was @generated by generate-roblox-std at 2022-04-12 10:52:33.497616100 -04:00 [selene] base = "lua51" name = "roblox" @@ -356,6 +356,10 @@ writable = "overridden" property = true writable = "overridden" +[selene.structs.BasePart.MaterialVariant] +property = true +writable = "overridden" + [selene.structs.BasePart.Name] property = true writable = "overridden" @@ -1101,6 +1105,13 @@ method = true required = false type = "any" +[selene.structs.DataModel.GetObjectsAllOrNone] +method = true + +[[selene.structs.DataModel.GetObjectsAllOrNone.args]] +required = false +type = "any" + [selene.structs.DataModel.GetObjectsAsync] method = true @@ -1126,7 +1137,7 @@ type = "any" method = true [[selene.structs.DataModel.GetService.args]] -type = ["ABTestService", "AdService", "AnalyticsService", "AnimationClipProvider", "AnimationFromVideoCreatorService", "AnimationFromVideoCreatorStudioService", "AppUpdateService", "AssetCounterService", "AssetDeliveryProxy", "AssetImportService", "AssetManagerService", "AssetService", "AvatarEditorService", "AvatarImportService", "BadgeService", "CoreGui", "StarterGui", "BreakpointManager", "BrowserService", "BulkImportService", "CacheableContentProvider", "HSRDataContentProvider", "MeshContentProvider", "SolidModelContentProvider", "CalloutService", "ChangeHistoryService", "Chat", "ClusterPacketCache", "CollectionService", "CommandService", "ConfigureServerService", "ContentProvider", "ContextActionService", "ControllerService", "CookiesService", "CorePackages", "CoreScriptSyncService", "CrossDMScriptChangeListener", "DataModelPatchService", "DataStoreService", "Debris", "DebuggerConnectionManager", "DebuggerManager", "DebuggerUIService", "DraftsService", "DraggerService", "EventIngestService", "FlagStandService", "FlyweightService", "CSGDictionaryService", "NonReplicatedCSGDictionaryService", "FriendService", "GamePassService", "GamepadService", "Geometry", "GoogleAnalyticsConfiguration", "GroupService", "GuiService", "GuidRegistryService", "HapticService", "HeightmapImporterService", "Hopper", "HttpRbxApiService", "HttpService", "ILegacyStudioBridge", "LegacyStudioBridge", "IXPService", "IncrementalPatchBuilder", "InsertService", "InternalContainer", "JointsService", "KeyboardService", "KeyframeSequenceProvider", "LSPService", "LanguageService", "Lighting", "LocalStorageService", "AppStorageService", "UserStorageService", "LocalizationService", "LodDataService", "LogService", "LoginService", "LuaWebService", "LuauScriptAnalyzerService", "MarketplaceService", "MaterialService", "MemStorageService", "MemoryStoreService", "MessageBusService", "MessagingService", "MouseService", "NetworkClient", "NetworkServer", "NetworkSettings", "NotificationService", "Workspace", "PackageService", "PackageUIService", "PathfindingService", "PermissionsService", "PhysicsService", "PlayerEmulatorService", "Players", "PluginDebugService", "PluginGuiService", "PluginPolicyService", "PointsService", "PolicyService", "ProcessInstancePhysicsService", "ProximityPromptService", "PublishService", "RbxAnalyticsService", "RemoteDebuggerServer", "RenderSettings", "ReplicatedFirst", "ReplicatedScriptService", "ReplicatedStorage", "RobloxPluginGuiService", "RobloxReplicatedStorage", "RunService", "RuntimeScriptService", "ScriptChangeService", "ScriptCloneWatcher", "ScriptCloneWatcherHelper", "ScriptContext", "ScriptRegistrationService", "ScriptService", "Selection", "ServerScriptService", "ServerStorage", "SessionService", "SocialService", "SoundService", "SpawnerService", "StarterPack", "StarterPlayer", "Stats", "StopWatchReporter", "Studio", "StudioAssetService", "StudioData", "StudioDeviceEmulatorService", "StudioHighDpiService", "StudioPublishService", "StudioScriptDebugEventListener", "StudioService", "TaskScheduler", "Teams", "TeleportService", "TemporaryCageMeshProvider", "TemporaryScriptService", "TestService", "TextBoxService", "TextChatService", "TextService", "ThirdPartyUserService", "TimerService", "ToastNotificationService", "ToolboxService", "TouchInputService", "TracerService", "TweenService", "UGCValidationService", "UnvalidatedAssetService", "UserInputService", "UserService", "VRService", "VersionControlService", "VirtualInputManager", "VirtualUser", "VisibilityService", "Visit", "VoiceChatInternal", "VoiceChatService"] +type = ["ABTestService", "AdService", "AnalyticsService", "AnimationClipProvider", "AnimationFromVideoCreatorService", "AnimationFromVideoCreatorStudioService", "AppUpdateService", "AssetCounterService", "AssetDeliveryProxy", "AssetImportService", "AssetManagerService", "AssetService", "AvatarEditorService", "AvatarImportService", "BadgeService", "CoreGui", "StarterGui", "BreakpointManager", "BrowserService", "BulkImportService", "CacheableContentProvider", "HSRDataContentProvider", "MeshContentProvider", "SolidModelContentProvider", "CalloutService", "ChangeHistoryService", "Chat", "ClusterPacketCache", "CollectionService", "CommandService", "ConfigureServerService", "ContentProvider", "ContextActionService", "ControllerService", "CookiesService", "CorePackages", "CoreScriptSyncService", "CrossDMScriptChangeListener", "DataModelPatchService", "DataStoreService", "Debris", "DebuggablePluginWatcher", "DebuggerConnectionManager", "DebuggerManager", "DebuggerUIService", "DraftsService", "DraggerService", "EventIngestService", "FlagStandService", "FlyweightService", "CSGDictionaryService", "NonReplicatedCSGDictionaryService", "FriendService", "GamePassService", "GamepadService", "Geometry", "GoogleAnalyticsConfiguration", "GroupService", "GuiService", "GuidRegistryService", "HapticService", "HeightmapImporterService", "Hopper", "HttpRbxApiService", "HttpService", "ILegacyStudioBridge", "LegacyStudioBridge", "IXPService", "IncrementalPatchBuilder", "InsertService", "JointsService", "KeyboardService", "KeyframeSequenceProvider", "LSPService", "LanguageService", "Lighting", "LocalStorageService", "AppStorageService", "UserStorageService", "LocalizationService", "LodDataService", "LogService", "LoginService", "LuaWebService", "LuauScriptAnalyzerService", "MarketplaceService", "MaterialService", "MemStorageService", "MemoryStoreService", "MessageBusService", "MessagingService", "MouseService", "NetworkClient", "NetworkServer", "NetworkSettings", "NotificationService", "Workspace", "PackageService", "PackageUIService", "PathfindingService", "PermissionsService", "PhysicsService", "PlayerEmulatorService", "Players", "PluginDebugService", "PluginGuiService", "PluginPolicyService", "PointsService", "PolicyService", "ProcessInstancePhysicsService", "ProximityPromptService", "PublishService", "RbxAnalyticsService", "RemoteDebuggerServer", "RenderSettings", "ReplicatedFirst", "ReplicatedScriptService", "ReplicatedStorage", "RobloxPluginGuiService", "RobloxReplicatedStorage", "RunService", "RuntimeScriptService", "ScriptChangeService", "ScriptCloneWatcher", "ScriptCloneWatcherHelper", "ScriptContext", "ScriptRegistrationService", "ScriptService", "Selection", "ServerScriptService", "ServerStorage", "SessionService", "SocialService", "SoundService", "SpawnerService", "StarterPack", "StarterPlayer", "Stats", "StopWatchReporter", "Studio", "StudioAssetService", "StudioData", "StudioDeviceEmulatorService", "StudioHighDpiService", "StudioPublishService", "StudioScriptDebugEventListener", "StudioService", "TaskScheduler", "Teams", "TeleportService", "TemporaryCageMeshProvider", "TemporaryScriptService", "TestService", "TextBoxService", "TextChatService", "TextService", "ThirdPartyUserService", "TimerService", "ToastNotificationService", "ToolboxService", "TouchInputService", "TracerService", "TweenService", "UGCValidationService", "UnvalidatedAssetService", "UserInputService", "UserService", "VRService", "VersionControlService", "VirtualInputManager", "VirtualUser", "VisibilityService", "Visit", "VoiceChatInternal", "VoiceChatService"] [selene.structs.DataModel.GraphicsQualityChangeRequest] struct = "Event" @@ -2582,6 +2593,10 @@ writable = "overridden" property = true writable = "overridden" +[selene.structs.Terrain.MaterialVariant] +property = true +writable = "overridden" + [selene.structs.Terrain.MaxExtents] property = true @@ -3585,6 +3600,8 @@ type = "number" [[Color3.fromHSV.args]] type = "number" +[[Color3.fromHex.args]] +type = "string" [[Color3.fromRGB.args]] type = "number" @@ -4982,12 +4999,18 @@ struct = "EnumItem" [Enum.ConnectionError.DisconnectLuaKick] struct = "EnumItem" +[Enum.ConnectionError.DisconnectModeratedGame] +struct = "EnumItem" + [Enum.ConnectionError.DisconnectNewSecurityKeyMismatch] struct = "EnumItem" [Enum.ConnectionError.DisconnectOnRemoteSysStats] struct = "EnumItem" +[Enum.ConnectionError.DisconnectOutOfMemory] +struct = "EnumItem" + [Enum.ConnectionError.DisconnectPlayerless] struct = "EnumItem" @@ -5828,6 +5851,9 @@ struct = "EnumItem" [Enum.Font.Ubuntu] struct = "EnumItem" + +[Enum.Font.Unknown] +struct = "EnumItem" [Enum.FontSize.GetEnumItems] method = true args = [] @@ -7295,6 +7321,87 @@ args = [] [Enum.KeywordFilterType.Include] struct = "EnumItem" +[Enum.LSPMethodType.CancelRequest] +struct = "EnumItem" + +[Enum.LSPMethodType.Completion] +struct = "EnumItem" + +[Enum.LSPMethodType.Declaration] +struct = "EnumItem" + +[Enum.LSPMethodType.DocumentSymbols] +struct = "EnumItem" + +[Enum.LSPMethodType.GetEnumItems] +method = true +args = [] + +[Enum.LSPMethodType.Initialize] +struct = "EnumItem" + +[Enum.LSPMethodType.Initialized] +struct = "EnumItem" + +[Enum.LSPMethodType.Roblox_findColor3] +struct = "EnumItem" + +[Enum.LSPMethodType.Roblox_findExecutablePosition] +struct = "EnumItem" + +[Enum.LSPMethodType.Roblox_registerSyntaxCategories] +struct = "EnumItem" + +[Enum.LSPMethodType.Roblox_signalQuiescence] +struct = "EnumItem" + +[Enum.LSPMethodType.Roblox_suggestExtraSelections] +struct = "EnumItem" + +[Enum.LSPMethodType.Roblox_syntaxHighlight] +struct = "EnumItem" + +[Enum.LSPMethodType.ShutdownRequest] +struct = "EnumItem" + +[Enum.LSPMethodType.TextDocument_didChange] +struct = "EnumItem" + +[Enum.LSPMethodType.TextDocument_didClose] +struct = "EnumItem" + +[Enum.LSPMethodType.TextDocument_didOpen] +struct = "EnumItem" + +[Enum.LSPMethodType.TextDocument_foldingRange] +struct = "EnumItem" + +[Enum.LSPMethodType.TextDocument_formatting] +struct = "EnumItem" + +[Enum.LSPMethodType.TextDocument_hover] +struct = "EnumItem" + +[Enum.LSPMethodType.TextDocument_onTypeFormatting] +struct = "EnumItem" + +[Enum.LSPMethodType.TextDocument_publishDiagnostics] +struct = "EnumItem" + +[Enum.LSPMethodType.TextDocument_rangeFormatting] +struct = "EnumItem" + +[Enum.LSPMethodType.TextDocument_signatureHelp] +struct = "EnumItem" + +[Enum.LSPMethodType.Window_showMessage] +struct = "EnumItem" + +[Enum.LSPMethodType.Window_showMessageRequest] +struct = "EnumItem" + +[Enum.LSPMethodType.Workspace_DidChangeConfiguration] +struct = "EnumItem" [Enum.Language.Default] struct = "EnumItem" @@ -7820,21 +7927,6 @@ struct = "EnumItem" [Enum.PackagePermission.UseView] struct = "EnumItem" -[Enum.PacketPriority.GetEnumItems] -method = true -args = [] - -[Enum.PacketPriority.HIGH_PRIORITY] -struct = "EnumItem" - -[Enum.PacketPriority.IMMEDIATE_PRIORITY] -struct = "EnumItem" - -[Enum.PacketPriority.LOW_PRIORITY] -struct = "EnumItem" - -[Enum.PacketPriority.MEDIUM_PRIORITY] -struct = "EnumItem" [Enum.PartType.Ball] struct = "EnumItem" @@ -8747,54 +8839,6 @@ struct = "EnumItem" [Enum.SortOrder.Name] struct = "EnumItem" -[Enum.SoundType.Boing] -struct = "EnumItem" - -[Enum.SoundType.Bomb] -struct = "EnumItem" - -[Enum.SoundType.Break] -struct = "EnumItem" - -[Enum.SoundType.Click] -struct = "EnumItem" - -[Enum.SoundType.Clock] -struct = "EnumItem" - -[Enum.SoundType.GetEnumItems] -method = true -args = [] - -[Enum.SoundType.NoSound] -struct = "EnumItem" - -[Enum.SoundType.Page] -struct = "EnumItem" - -[Enum.SoundType.Ping] -struct = "EnumItem" - -[Enum.SoundType.Slingshot] -struct = "EnumItem" - -[Enum.SoundType.Snap] -struct = "EnumItem" - -[Enum.SoundType.Splat] -struct = "EnumItem" - -[Enum.SoundType.Step] -struct = "EnumItem" - -[Enum.SoundType.StepOn] -struct = "EnumItem" - -[Enum.SoundType.Swoosh] -struct = "EnumItem" - -[Enum.SoundType.Victory] -struct = "EnumItem" [Enum.SpecialKey.ChatHotkey] struct = "EnumItem" @@ -8892,10 +8936,7 @@ struct = "EnumItem" [Enum.StudioDataModelType.PlayServer] struct = "EnumItem" -[Enum.StudioDataModelType.RobloxPlugin] -struct = "EnumItem" - -[Enum.StudioDataModelType.UserPlugin] +[Enum.StudioDataModelType.Standalone] struct = "EnumItem" [Enum.StudioScriptEditorColorCategories.ActiveLine] struct = "EnumItem" @@ -9635,6 +9676,18 @@ struct = "EnumItem" [Enum.TerrainAcquisitionMethod.Template] struct = "EnumItem" +[Enum.TerrainFace.Bottom] +struct = "EnumItem" + +[Enum.TerrainFace.GetEnumItems] +method = true +args = [] + +[Enum.TerrainFace.Side] +struct = "EnumItem" + +[Enum.TerrainFace.Top] +struct = "EnumItem" [Enum.TextChatMessageStatus.Floodchecked] struct = "EnumItem" @@ -9648,6 +9701,9 @@ struct = "EnumItem" [Enum.TextChatMessageStatus.InvalidTextChannelPermissions] struct = "EnumItem" +[Enum.TextChatMessageStatus.MessageTooLong] +struct = "EnumItem" + [Enum.TextChatMessageStatus.Sending] struct = "EnumItem" @@ -9941,6 +9997,15 @@ struct = "EnumItem" [Enum.UiMessageType.UiMessageInfo] struct = "EnumItem" +[Enum.UsageContext.Default] +struct = "EnumItem" + +[Enum.UsageContext.GetEnumItems] +method = true +args = [] + +[Enum.UsageContext.Preview] +struct = "EnumItem" [Enum.UserCFrame.GetEnumItems] method = true args = [] @@ -10209,6 +10274,18 @@ struct = "EnumItem" method = true args = [] +[Enum.WrapLayerDebugMode.HSRInner] +struct = "EnumItem" + +[Enum.WrapLayerDebugMode.HSRInnerReverse] +struct = "EnumItem" + +[Enum.WrapLayerDebugMode.HSROuter] +struct = "EnumItem" + +[Enum.WrapLayerDebugMode.HSROuterDetail] +struct = "EnumItem" + [Enum.WrapLayerDebugMode.LayerCage] struct = "EnumItem" @@ -10223,6 +10300,9 @@ struct = "EnumItem" [Enum.WrapLayerDebugMode.Reference] struct = "EnumItem" + +[Enum.WrapLayerDebugMode.ReferenceMeshAfterMorph] +struct = "EnumItem" [Enum.WrapTargetDebugMode.GetEnumItems] method = true args = [] @@ -10230,6 +10310,9 @@ args = [] [Enum.WrapTargetDebugMode.None] struct = "EnumItem" +[Enum.WrapTargetDebugMode.OuterCageDetail] +struct = "EnumItem" + [Enum.WrapTargetDebugMode.Rbf] struct = "EnumItem" @@ -10262,7 +10345,7 @@ struct = "EnumItem" [[Faces.new.args]] type = "..." [[Instance.new.args]] -type = ["Accoutrement", "Accessory", "Hat", "AdvancedDragger", "AnalyticsService", "Animation", "CurveAnimation", "KeyframeSequence", "AnimationController", "AnimationRigData", "Animator", "Atmosphere", "Attachment", "Bone", "Backpack", "HopperBin", "Tool", "Flag", "WrapLayer", "WrapTarget", "Beam", "BindableEvent", "BindableFunction", "BodyAngularVelocity", "BodyForce", "BodyGyro", "BodyPosition", "BodyThrust", "BodyVelocity", "RocketPropulsion", "Breakpoint", "Camera", "BodyColors", "CharacterMesh", "Pants", "Shirt", "ShirtGraphic", "Skin", "ClickDetector", "Clouds", "Configuration", "AlignOrientation", "AlignPosition", "AngularVelocity", "BallSocketConstraint", "HingeConstraint", "LineForce", "LinearVelocity", "Plane", "RigidConstraint", "RodConstraint", "RopeConstraint", "CylindricalConstraint", "PrismaticConstraint", "SpringConstraint", "Torque", "TorsionSpringConstraint", "UniversalConstraint", "VectorForce", "HumanoidController", "SkateboardController", "VehicleController", "CustomEvent", "CustomEventReceiver", "BlockMesh", "CylinderMesh", "FileMesh", "SpecialMesh", "DataStoreIncrementOptions", "DataStoreOptions", "DataStoreSetOptions", "DebuggerWatch", "Dialog", "DialogChoice", "Dragger", "EulerRotationCurve", "Explosion", "FaceControls", "Decal", "Texture", "Hole", "MotorFeature", "Fire", "FloatCurve", "FlyweightService", "CSGDictionaryService", "NonReplicatedCSGDictionaryService", "Folder", "ForceField", "FunctionalTest", "CanvasGroup", "Frame", "ImageButton", "TextButton", "ImageLabel", "TextLabel", "ScrollingFrame", "TextBox", "VideoFrame", "ViewportFrame", "BillboardGui", "ScreenGui", "GuiMain", "SurfaceGui", "FloorWire", "SelectionBox", "BoxHandleAdornment", "ConeHandleAdornment", "CylinderHandleAdornment", "ImageHandleAdornment", "LineHandleAdornment", "SphereHandleAdornment", "ParabolaAdornment", "SelectionSphere", "ArcHandles", "Handles", "SurfaceSelection", "SelectionPartLasso", "SelectionPointLasso", "HeightmapImporterService", "HiddenSurfaceRemovalAsset", "Highlight", "Humanoid", "HumanoidDescription", "RotateP", "RotateV", "Glue", "ManualGlue", "ManualWeld", "Motor", "Motor6D", "Rotate", "Snap", "VelocityMotor", "Weld", "Keyframe", "KeyframeMarker", "LSPService", "PointLight", "SpotLight", "SurfaceLight", "LocalizationTable", "Script", "LocalScript", "ModuleScript", "MarkerCurve", "MaterialVariant", "MemoryStoreService", "Message", "Hint", "NoCollisionConstraint", "CornerWedgePart", "Part", "FlagStand", "Seat", "SkateboardPlatform", "SpawnLocation", "WedgePart", "MeshPart", "PartOperation", "NegateOperation", "UnionOperation", "TrussPart", "VehicleSeat", "Model", "Actor", "WorldModel", "PartOperationAsset", "ParticleEmitter", "PathfindingLink", "PathfindingModifier", "Player", "PluginAction", "NumberPose", "Pose", "BloomEffect", "BlurEffect", "ColorCorrectionEffect", "DepthOfFieldEffect", "SunRaysEffect", "ProximityPrompt", "ProximityPromptService", "ReflectionMetadata", "ReflectionMetadataCallbacks", "ReflectionMetadataClasses", "ReflectionMetadataEnums", "ReflectionMetadataEvents", "ReflectionMetadataFunctions", "ReflectionMetadataClass", "ReflectionMetadataEnum", "ReflectionMetadataEnumItem", "ReflectionMetadataMember", "ReflectionMetadataProperties", "ReflectionMetadataYieldFunctions", "RemoteEvent", "RemoteFunction", "RenderingTest", "RotationCurve", "Sky", "Smoke", "Sound", "ChorusSoundEffect", "CompressorSoundEffect", "ChannelSelectorSoundEffect", "DistortionSoundEffect", "EchoSoundEffect", "EqualizerSoundEffect", "FlangeSoundEffect", "PitchShiftSoundEffect", "ReverbSoundEffect", "TremoloSoundEffect", "SoundGroup", "Sparkles", "Speaker", "StandalonePluginScripts", "StarterGear", "SurfaceAppearance", "Team", "TeleportOptions", "TerrainRegion", "TestService", "TextChannel", "TextChatCommand", "TextChatMessageProperties", "Trail", "Tween", "UIAspectRatioConstraint", "UISizeConstraint", "UITextSizeConstraint", "UICorner", "UIGradient", "UIGridLayout", "UIListLayout", "UIPageLayout", "UITableLayout", "UIPadding", "UIScale", "UIStroke", "BinaryStringValue", "BoolValue", "BrickColorValue", "CFrameValue", "Color3Value", "DoubleConstrainedValue", "IntConstrainedValue", "IntValue", "NumberValue", "ObjectValue", "RayValue", "StringValue", "Vector3Value", "Vector3Curve", "VirtualInputManager", "VoiceChannel", "WeldConstraint"] +type = ["Accoutrement", "Accessory", "Hat", "AdvancedDragger", "AnalyticsService", "Animation", "CurveAnimation", "KeyframeSequence", "AnimationController", "AnimationRigData", "Animator", "Atmosphere", "Attachment", "Bone", "Backpack", "HopperBin", "Tool", "Flag", "WrapLayer", "WrapTarget", "Beam", "BindableEvent", "BindableFunction", "BodyAngularVelocity", "BodyForce", "BodyGyro", "BodyPosition", "BodyThrust", "BodyVelocity", "RocketPropulsion", "Breakpoint", "Camera", "BodyColors", "CharacterMesh", "Pants", "Shirt", "ShirtGraphic", "Skin", "ClickDetector", "Clouds", "Configuration", "AlignOrientation", "AlignPosition", "AngularVelocity", "BallSocketConstraint", "HingeConstraint", "LineForce", "LinearVelocity", "Plane", "RigidConstraint", "RodConstraint", "RopeConstraint", "CylindricalConstraint", "PrismaticConstraint", "SpringConstraint", "Torque", "TorsionSpringConstraint", "UniversalConstraint", "VectorForce", "HumanoidController", "SkateboardController", "VehicleController", "CustomEvent", "CustomEventReceiver", "BlockMesh", "CylinderMesh", "FileMesh", "SpecialMesh", "DataStoreIncrementOptions", "DataStoreOptions", "DataStoreSetOptions", "DebuggerWatch", "Dialog", "DialogChoice", "Dragger", "EulerRotationCurve", "Explosion", "FaceControls", "Decal", "Texture", "Hole", "MotorFeature", "Fire", "FloatCurve", "FlyweightService", "CSGDictionaryService", "NonReplicatedCSGDictionaryService", "Folder", "ForceField", "FunctionalTest", "CanvasGroup", "Frame", "ImageButton", "TextButton", "ImageLabel", "TextLabel", "ScrollingFrame", "TextBox", "VideoFrame", "ViewportFrame", "BillboardGui", "ScreenGui", "GuiMain", "SurfaceGui", "FloorWire", "SelectionBox", "BoxHandleAdornment", "ConeHandleAdornment", "CylinderHandleAdornment", "ImageHandleAdornment", "LineHandleAdornment", "SphereHandleAdornment", "ParabolaAdornment", "SelectionSphere", "ArcHandles", "Handles", "SurfaceSelection", "SelectionPartLasso", "SelectionPointLasso", "HeightmapImporterService", "HiddenSurfaceRemovalAsset", "Highlight", "Humanoid", "HumanoidDescription", "RotateP", "RotateV", "Glue", "ManualGlue", "ManualWeld", "Motor", "Motor6D", "Rotate", "Snap", "VelocityMotor", "Weld", "Keyframe", "KeyframeMarker", "LSPService", "PointLight", "SpotLight", "SurfaceLight", "LocalizationTable", "Script", "LocalScript", "ModuleScript", "MarkerCurve", "MaterialVariant", "MemoryStoreService", "Message", "Hint", "NoCollisionConstraint", "CornerWedgePart", "Part", "FlagStand", "Seat", "SkateboardPlatform", "SpawnLocation", "WedgePart", "MeshPart", "PartOperation", "NegateOperation", "UnionOperation", "TrussPart", "VehicleSeat", "Model", "Actor", "WorldModel", "PartOperationAsset", "ParticleEmitter", "PathfindingLink", "PathfindingModifier", "Player", "PluginAction", "NumberPose", "Pose", "BloomEffect", "BlurEffect", "ColorCorrectionEffect", "DepthOfFieldEffect", "SunRaysEffect", "ProximityPrompt", "ProximityPromptService", "ReflectionMetadata", "ReflectionMetadataCallbacks", "ReflectionMetadataClasses", "ReflectionMetadataEnums", "ReflectionMetadataEvents", "ReflectionMetadataFunctions", "ReflectionMetadataClass", "ReflectionMetadataEnum", "ReflectionMetadataEnumItem", "ReflectionMetadataMember", "ReflectionMetadataProperties", "ReflectionMetadataYieldFunctions", "RemoteEvent", "RemoteFunction", "RenderingTest", "RotationCurve", "Sky", "Smoke", "Sound", "ChorusSoundEffect", "CompressorSoundEffect", "ChannelSelectorSoundEffect", "DistortionSoundEffect", "EchoSoundEffect", "EqualizerSoundEffect", "FlangeSoundEffect", "PitchShiftSoundEffect", "ReverbSoundEffect", "TremoloSoundEffect", "SoundGroup", "Sparkles", "Speaker", "StandalonePluginScripts", "StarterGear", "SurfaceAppearance", "Team", "TeleportOptions", "TerrainDetail", "TerrainRegion", "TestService", "TextChannel", "TextChatCommand", "TextChatMessageProperties", "Trail", "Tween", "UIAspectRatioConstraint", "UISizeConstraint", "UITextSizeConstraint", "UICorner", "UIGradient", "UIGridLayout", "UIListLayout", "UIPageLayout", "UITableLayout", "UIPadding", "UIScale", "UIStroke", "BinaryStringValue", "BoolValue", "BrickColorValue", "CFrameValue", "Color3Value", "DoubleConstrainedValue", "IntConstrainedValue", "IntValue", "NumberValue", "ObjectValue", "RayValue", "StringValue", "Vector3Value", "Vector3Curve", "VirtualInputManager", "VoiceChannel", "WeldConstraint"] [[NumberRange.new.args]] type = "number" @@ -10555,6 +10638,10 @@ type = "number" type = "number" [[collectgarbage.args]] type = ["count"] +[[coroutine.close.args]] +[coroutine.close.args.type] +display = "thread" + [coroutine.isyieldable] args = [] [debug.debug] @@ -10739,6 +10826,8 @@ required = false type = "number" [[table.clear.args]] type = "table" +[[table.clone.args]] +type = "table" [[table.create.args]] type = "number" @@ -10785,6 +10874,9 @@ type = "number" [[table.unpack.args]] required = false type = "number" +[[task.cancel.args]] +[task.cancel.args.type] +display = "thread" [[task.defer.args]] type = "function" diff --git a/src/wally.toml b/src/wally.toml index c94274a9..45e8ce59 100644 --- a/src/wally.toml +++ b/src/wally.toml @@ -7,5 +7,5 @@ registry = "https://github.com/UpliftGames/wally-index" realm = "shared" [dependencies] -Comm = "sleitnick/comm@^0.2" +Comm = "sleitnick/comm@^0.3" Promise = "evaera/promise@^4" diff --git a/src/wally_bundle.toml b/src/wally_bundle.toml index 5bbf1df9..f21a7ca4 100644 --- a/src/wally_bundle.toml +++ b/src/wally_bundle.toml @@ -5,7 +5,7 @@ registry = "https://github.com/UpliftGames/wally-index" realm = "shared" [dependencies] -Comm = "sleitnick/comm@^0.2" +Comm = "sleitnick/comm@^0.3" Component = "sleitnick/component@^2" EnumList = "sleitnick/enum-list@^2" Input = "sleitnick/input@^1" From c2f112264dbaf8b505f78bd15fd28da54639cb6b Mon Sep 17 00:00:00 2001 From: Stephen Leitnick Date: Tue, 12 Apr 2022 10:56:11 -0400 Subject: [PATCH 2/2] Update docs --- docs/gettingstarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gettingstarted.md b/docs/gettingstarted.md index cf929cf4..0da748d5 100644 --- a/docs/gettingstarted.md +++ b/docs/gettingstarted.md @@ -22,7 +22,7 @@ Installing Knit is very simple. Just drop the module into ReplicatedStorage. Kni **Rojo/Wally workflow:** -- Add Knit to your `wally.toml` dependency list (e.g. `Knit = "sleitnick/knit@^1.2"`) +- Add Knit to your `wally.toml` dependency list (e.g. `Knit = "sleitnick/knit@^1.4"`) - Require Knit like any other module grabbed from Wally :::note Wally