Skip to content

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

Draft
SabineSIL wants to merge 3 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 3 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 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

@github-project-automation github-project-automation Bot moved this to Todo in Keyman Aug 12, 2026
@SabineSIL
SabineSIL marked this pull request as draft August 12, 2026 10:03
@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
@keyman-server keyman-server modified the milestones: A19S35, A19S36 Aug 17, 2026
@SabineSIL SabineSIL closed this Aug 27, 2026
@SabineSIL
SabineSIL force-pushed the fix/developer/15503-define-gs-twice branch from 37771ff to d6f67bf Compare August 27, 2026 08:56
@github-project-automation github-project-automation Bot moved this from Todo to Done in Keyman Aug 27, 2026
@SabineSIL SabineSIL reopened this Aug 27, 2026
@github-project-automation github-project-automation Bot moved this from Done to In Progress in Keyman Aug 27, 2026
@SabineSIL SabineSIL removed this from the A19S36 milestone Aug 28, 2026
@SabineSIL SabineSIL added this to the B19S1 milestone Aug 28, 2026
@keyman-server keyman-server modified the milestones: B19S1, B19S2 Sep 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants