Skip to content

fix(developer): remove duplicate definition of function gs() in keyboards - #16352

Draft
SabineSIL wants to merge 50 commits into
masterfrom
fix/developer/15503-define-gs-twice
Draft

fix(developer): remove duplicate definition of function gs() in keyboards #16352
SabineSIL wants to merge 50 commits into
masterfrom
fix/developer/15503-define-gs-twice

Conversation

@SabineSIL

@SabineSIL SabineSIL commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

fixes issue #15503 :

Keyboards compiled to .js define the this.gs function twice in an identical way.

  this.gs=function(t,e) {
    return this.g_Main_0(t,e);
  };
  this.gs=function(t,e) {
    return this.g_Main_0(t,e);
  };

@keymanapp-test-bot skip

SabineSIL and others added 30 commits July 15, 2025 15:09
@SabineSIL SabineSIL added this to the A19S35 milestone Aug 12, 2026
@SabineSIL SabineSIL self-assigned this Aug 12, 2026
@SabineSIL SabineSIL added this to Keyman Aug 12, 2026
@keymanapp-test-bot keymanapp-test-bot Bot added the user-test-missing User tests have not yet been defined for the PR label Aug 12, 2026
@keymanapp-test-bot

keymanapp-test-bot Bot commented Aug 12, 2026

Copy link
Copy Markdown

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

  • Android
    • Keyman for Android apk - build : all tests passed (no artifacts on BuildLevel "build")
    • FirstVoices Keyboards for Android apk - build : all tests passed (no artifacts on BuildLevel "build")
    • KeyboardHarness apk - build : all tests passed (no artifacts on BuildLevel "build")
    • KMSample1 apk - build : all tests passed (no artifacts on BuildLevel "build")
    • KMSample2 apk - build : all tests passed (no artifacts on BuildLevel "build")
  • iOS
    • Keyman for iOS (simulator image) - build : all tests passed (no artifacts on BuildLevel "build")
    • FirstVoices Keyboards for iOS (simulator image) - build : all tests passed (no artifacts on BuildLevel "build")
  • macOS
    • Keyman for macOS (.dmg) - build : all tests passed (no artifacts on BuildLevel "build")
    • Keyman for macOS (.pkg) - build : all tests passed (no artifacts on BuildLevel "build")

@keymanapp-test-bot keymanapp-test-bot Bot removed the user-test-missing User tests have not yet been defined for the PR label Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant