From 49058bcb23a07a01b85411deb64408caf27d68b6 Mon Sep 17 00:00:00 2001 From: dgkf <18220321+dgkf@users.noreply.github.com> Date: Sat, 3 Aug 2024 18:36:58 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20dgkf/R@8?= =?UTF-8?q?426e8396508900ea85435ac0c7e4dbb77493b5b=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/prompt/style.css | 2 ++ assets/wasm/r/r.d.ts | 12 ++++++------ assets/wasm/r/r.js | 4 ++-- assets/wasm/r/r_bg.wasm | Bin 1960251 -> 1960251 bytes release/v0.4.0/index.html | 18 +++++++++++++++--- 5 files changed, 25 insertions(+), 11 deletions(-) diff --git a/assets/prompt/style.css b/assets/prompt/style.css index 62b5d677..9f834241 100644 --- a/assets/prompt/style.css +++ b/assets/prompt/style.css @@ -78,6 +78,8 @@ } .prompt-input-textarea, .prompt-highlight, .prompt-diagnostics { + -webkit-text-size-adjust: 100%; + box-sizing: border-box; font-family: monospace, mono; white-space: pre; diff --git a/assets/wasm/r/r.d.ts b/assets/wasm/r/r.d.ts index f941c7b1..5602c697 100644 --- a/assets/wasm/r/r.d.ts +++ b/assets/wasm/r/r.d.ts @@ -29,6 +29,12 @@ export function wasm_parse_errors(args: any, input: string): (ParseError)[]; export function wasm_highlight(args: any, input: string): any[]; /** */ +export enum Experiment { + TailCalls = 0, + RestArgs = 1, +} +/** +*/ export enum Localization { En = 0, Es = 1, @@ -38,12 +44,6 @@ export enum Localization { Emoji = 5, } /** -*/ -export enum Experiment { - TailCalls = 0, - RestArgs = 1, -} -/** * Run the R REPL */ export class Cli { diff --git a/assets/wasm/r/r.js b/assets/wasm/r/r.js index 0af4f6fd..083a3979 100644 --- a/assets/wasm/r/r.js +++ b/assets/wasm/r/r.js @@ -286,10 +286,10 @@ function handleError(f, args) { } /** */ -export const Localization = Object.freeze({ En:0,"0":"En",Es:1,"1":"Es",Zh:2,"2":"Zh",De:3,"3":"De",Pirate:4,"4":"Pirate",Emoji:5,"5":"Emoji", }); +export const Experiment = Object.freeze({ TailCalls:0,"0":"TailCalls",RestArgs:1,"1":"RestArgs", }); /** */ -export const Experiment = Object.freeze({ TailCalls:0,"0":"TailCalls",RestArgs:1,"1":"RestArgs", }); +export const Localization = Object.freeze({ En:0,"0":"En",Es:1,"1":"Es",Zh:2,"2":"Zh",De:3,"3":"De",Pirate:4,"4":"Pirate",Emoji:5,"5":"Emoji", }); const CliFinalization = (typeof FinalizationRegistry === 'undefined') ? { register: () => {}, unregister: () => {} } diff --git a/assets/wasm/r/r_bg.wasm b/assets/wasm/r/r_bg.wasm index ffc8c022e59f4840c1d22b70f9eec4cced2a836a..306d1af91a0bdfdcd4168a26833a45a1f3ac4773 100644 GIT binary patch delta 116 zcmV~$xedZF06rL0`E0#-L&X3B3^&u51&OO%>V!Z delta 116 zcmWN_xedZF7=Tf6-&eRHR5X+}PJV|OG6gou3TY`miG`4`lr1s|Bfu+PRhLy=K55XT zMVk&?dh{7EWW<;WQ)bLr5V2&%nhjfa>^X3J$LDali?ha9pJmsFRz7vc8D-O3p$jb{ RUM0%Ne_wfsKY2KP)eonnB!>V1 diff --git a/release/v0.4.0/index.html b/release/v0.4.0/index.html index 2ec48c12..65bc152a 100644 --- a/release/v0.4.0/index.html +++ b/release/v0.4.0/index.html @@ -2,12 +2,16 @@ - - r v0.4.0 + + + + + + @@ -26,7 +30,7 @@ a { color: inherit; - text-decoration: none; + text-decoration-color: rgba(var(--fg-rgb), 0.35); } hr { @@ -423,10 +427,18 @@

Thanks to all Contributors!

  • @armenic
  • +

    With an especially big thank you going out to @sebffischer who dove deep into the internals in order to improve some central behaviors of the language. +

    + +

    + If you're interested in getting involved, there are plenty of discussions + on language features, + and plenty of good first issues! +

    until the next release!