Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/evylang/evy

Learn programming โšก๏ธ
https://github.com/evylang/evy

๐Ÿ› ci: Fix prod workflow to checkout on deploy (#246)

Checkout the repository on the prod/deploy job so that it can actually
work. This was split off ...

118e7566106357b436973d5a1b97a5c9cb3979ac authored 12 months ago by Cam Hutchison <[email protected]>
๐Ÿ”ช Split the cicd workflow into stage and prod workflows (#244)

Split up the cicd workflow so that a PR does not show a bunch of
irrelevant skipped steps on it....

2b5936e4790f776b210ffe5a67b4173147a6c725 authored 12 months ago by Cam Hutchison <[email protected]>
๐Ÿ”“ github: Add CODEOWNERS file (#245)

Add CODEOWNERS file as we are about to add a few more contributors with write
access to the evy ...

aebecd9fb30b174f149b99fe28f81b9d480c365a authored 12 months ago by Julia Ogris <[email protected]>
โ™ป๏ธ deploy: Refactor deployment URLs in firebase-deploy (#242)

Refactor the generation of the site deployment URLs for the GitHub
environment to remove the chu...

8fc503844f398bfc52cc84bac85ac77a01e48b66 authored 12 months ago by Cam Hutchison <[email protected]>
ci: Remove environment from ci job

Remove the environment field from the `ci` job as we no longer
deploy from that job. This will r...

d81ce0a260157608345509b6f11f49a99aba1855 authored 12 months ago by Cam Hutchison <[email protected]>
deploy: Refactor deployment URLs in firebase-deploy

Refactor the generation of the site deployment URLs for the GitHub
environment to remove the chu...

a842fa98459ddd7e646ddc2fdf2c458cc44b6b63 authored 12 months ago by Cam Hutchison <[email protected]>
Update js and css with hashes in filenames on deployment so that we can have

very long (1 year) cache expiry. If the contents of the file change so will
the hashes and the ha...

b87b87bc9cc2c941f21d28aa78f0c514acd47682 authored about 1 year ago by Julia Ogris <[email protected]>
e2e: Run e2e tests against deployment

Run e2e tests against preview deployment on PRs and against
https://evystage.dev, then https://e...

f53b5e34e4b3159985c732bc1288a91566307ad5 authored about 1 year ago by Julia Ogris <[email protected]>
deploy: Update js and css with hashes in filenames

Update js and css with hashes in filenames on deployment so that we can have
very long (1 year) ...

1d082c6c3eb3f15426f952c33ba723b323379409 authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿ›Ÿ make: Move help text to a separate line (#239)

Move help text to a separate line as we have updated the awk script to
generate help. This was o...

d02f9693fcf79618ff39288a14f9f55fd266afe7 authored about 1 year ago by Julia Ogris <[email protected]>
๐ŸŽญ e2e: Initialize end to end testing (#238)

Initialize end to end testing in top level directory e2e.

**On CI e2 testing runs against http...

0f91678ff6c72bd5861f40f786947c8d16c080da authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿ”ช frontend: Refactor confetti and Yace modules (#236)

Rename YaceEditor to Editor as it is increasingly becoming customized and
tailored to evy. Pull ...

29975292297e2ed5dac9e1b500a2447f5394256b authored about 1 year ago by Julia Ogris <[email protected]>
fontend: Move confetti easter egg to its own module

Move confetti easter egg to its own module - this is only a code moving
commit, we will clean-up...

6223dd57736e48b8e2e1700681c6731995b71e66 authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Refactor confetti module

Refactor confetti module for readability and finding my JS style. The JS used
in Evy is optimize...

9573744a95e40ecc2b79c636e0bdfed465fd26cb authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Rename YaceEditor to Editor

We are leaving the reference to the original YaceEditor in there but we have
modified the origin...

281318009e421247521f87dfe6b79c52bf465ecd authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Make confetti.js self-contained

Make confetti.js self-contained by removing the dependency on a separate CSS
file. This is done...

2e0251af1310e23bd421ab91097309fa800a6603 authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿงน housekeeping: Upgrade tooling and deps (#237)

Upgrade tooling and go dependencies. I tried to write a make target for this,
but there seem to ...

c0dbaf057db3e746a25c48bbe2329fa1b3a2c347 authored about 1 year ago by Julia Ogris <[email protected]>
make: Pin prettier version

Pin prettier version by using a package.json file. Instead of polluting the
root directory of th...

7f8b31627c42e332af29fd8d0012b85c3adffd3a authored about 1 year ago by Julia Ogris <[email protected]>
hermit: Upgrade tooling

Upgrade tools with

hermit upgrade

Upgrade node manually

hermit install node-21.5.0

Again ...

dd5cb9fb0f32a5c0092df48342ebed94e70e9e1b authored about 1 year ago by Julia Ogris <[email protected]>
โฌ†๏ธ hermit: Upgrade servedir to 0.0.3 (#235)

Upgrade servedir to 0.0.3 so I can make use of its new feature to
configure it via environment v...

db062efac77ab01750a42fa8964f72e62f185d7a authored about 1 year ago by Cam Hutchison <[email protected]>
๐Ÿง˜ deploy: Simplify deployment process (#234)

Simplify deployment process by copying files from `frontend/**` to
`out/firebase/public/**` once...

cd0fb923381fded30fe9b9e9d7ed85f249380691 authored about 1 year ago by Julia Ogris <[email protected]>
make: Simplify deploy target naming

Simplify deploy target naming, drop `firebase-` prefix - we only ever deploy
to firebase:

fire...

ebd7285ac75e0fde34121f980834a3b59b886f3c authored about 1 year ago by Julia Ogris <[email protected]>
build: Remove separate `frontend` build step

Remove separate `frontend` build step that copies forntend files to
out/public.

fd61ea788f89f74dd6914d1e156049cc4b9f4284 authored about 1 year ago by Julia Ogris <[email protected]>
deploy: Move deployment prep folder to out/

Move deployment preparation folder from
/firebase/; /firebase/public ->
/out/firebase; /out/...

d2582c289e6affe75b7159fce966cefa1f8d04e2 authored about 1 year ago by Julia Ogris <[email protected]>
scripts: Reorder functions for readability

Reorder functions for readability: `update_links` calls update
`update_links_in_file` and now co...

51764276f035aebf52fa1171c1c27b671bfe2ea5 authored about 1 year ago by Julia Ogris <[email protected]>
make: Rework frontend-serve target

Rework frontend-serve target to serve frontend rather than out/public
directory and shorten it t...

8adf74d33bc185d422a57b211fdefc25ce76d3ad authored about 1 year ago by Julia Ogris <[email protected]>
build: Move version.json generation

Move `version.json` generation from `/out/public` to `/frontend`. This is a
preparatory step to ...

8e0c7c058a94e61fc7b35244cc5f25b79c680fab authored about 1 year ago by Julia Ogris <[email protected]>
๐ŸŒž frontend: Self-host webfonts (#232)

Self-host the webfonts Fira Code and Inter used in Evy projects. We want to
do this so that Evy...

8fe18be61a483fe142a14deb004a2a95a8d29557 authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Self-host webfonts

Self-host the webfonts Fira Code and Inter used in Evy projects. We want to do
this so that Evy ...

395249c5b0190d3fcf6f00f2a931dee97eebf891 authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Move index.css to css/index.css

Move index.css to css/index.css. This is a precursor to moving splitting
index.css into a bunch ...

680cebfa3f60d20b13fbfa1304acde320dadfdb3 authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿงน github: Deploy to prod and stage on merge to main (#231)

Deploy to prod and now also to stage on merge to main. We do this via
separate GitHub environmen...

6508dadffe3268ac7f6c7271f9d91c5835eae63f authored about 1 year ago by Julia Ogris <[email protected]>
github: Deploy to prod and stage on merge to main

Deploy to prod and now also to stage on merge to main. We do this via separate
GitHub environmen...

85b525cc11754a97b9f54db7f38b229951dcb1df authored about 1 year ago by Julia Ogris <[email protected]>
firebase: Improve deploy script

Improve regexp in href/URL replacement deploy script. There is no functional
change.

cea22f2317daf01427f951bf1d08cc542fb12e8a authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿ›Ÿ frontend: Save editor contents to session storage (#230)

Save editor contents to session storage so that accidental browser reloads
to not lose the conte...

916bb2fe0072d58bd321de3077a26315a9739a50 authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Save editor contents to session

Save editor contents to session storage so that accidental browser reloads to
not lose the conte...

7210831d0872e7a1c6954950428bc54a5403cd9e authored about 1 year ago by Julia Ogris <[email protected]>
editor: Remove unused options and parameter types

Remove unused options and parameter types. This is an initial attempt at
better understanding th...

01b01050a22b6ccc08de9c7fdc745dab4a56390f authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Fix SVG attribute bug

Fix SVG attribute bug, Safari tells me SVG does not take rem units for SVG.
Fix it.

1fdc48168e8e38c5f7b5e11d8661907d59390c1d authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Clear URL fragment on update

Clear URL fragment on update on Evy source update, so that the URL fragment
stands for a specifi...

a136a92e7adb2bf831be5ddf5bf74515a44e12df authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Refactor handleHashChange

Refactor handleHashChange, functionally this shouldn't change anything except
for updating URL t...

675e127bd2c8155816fb9a9f82f24eb53fcdf405 authored about 1 year ago by Julia Ogris <[email protected]>
editor: Fix typo and white space

Fix typo in error message and add missing white space before new section in
editor code.

42ef6d0bcd5877fae9db1c7787dcbed4a18d5d61 authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Check en_US spelling

Check en_US spelling and fix mistakes in index.js.

3564409cd6dde101daa39792e085c3412f2c8cc2 authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿš’ firebase: Add subdomains for live deployments (#229)

Add prod and stage environments as separate firebase projects (as recommended
in firebase docs),...

2ebbd9158f1ae471b297c59078cf1c1ff01c3626 authored about 1 year ago by Julia Ogris <[email protected]>
firebase: Add subdomain deployment

Add subdomain deployment via firebase hosting targets:

1. Create initial "subdomain" contents i...

8b23218883ee95411133985836686a8819e2db6e authored about 1 year ago by Julia Ogris <[email protected]>
firebase: Rewrite links on deployment

Rewrite links to subdomains on firebase deployment of live channels: For
example, `href="/docs"`...

bc14f4c19101f15526bbca5737f2a887b50c7c81 authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Change hrefs from absolute to rel URL

Change hrefs from absolute URL to root path, for example
`"https://evy.dev/docs"` is now `"/docs...

d8adbd842efbd876c266c5dd9a0d17e2f8c35834 authored about 1 year ago by Julia Ogris <[email protected]>
deployment: Add stage and prod environments

Add stage and prod environments to deployment so that it is easier to play URL
patterns in a saf...

830aafa078b2213bbb7262c31408c12be24080cc authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Fix dialog comment

Fix dialog comment which had a copy-paste error from other dialog.

029d0592a1be5de90c80d78fec204d856d45bbbd authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Update share link copy field

Update share link copy field with more meaningful placeholder value for
readers of the HTML sour...

8e400674653b0e4441dfb6c16045f3612acf142e authored about 1 year ago by Julia Ogris <[email protected]>
tools: Fix deployment script exit status

Fix deployment script exit status for local/non-CI runs. Previously
`firebase-deploy` without ar...

451fbef12ed1db7431f42ebba0d779c4fb497d8d authored about 1 year ago by Julia Ogris <[email protected]>
docs: Update Makefile comments for firebase-deploy

Update Makefile comments for firebase-deploy so that it is more obvious how to
install firebase ...

518e33ad3dfd57535597fbe4bdaa01ce548f25a4 authored about 1 year ago by Julia Ogris <[email protected]>
hermit: Upgrade firebase to 13.0.2

Upgrade firebase tools from 11.30.0 to 13.0.2 with

hermit install firebase-13.0.2

For some re...

41c4cc59b7374fb9a35a1170cd2282b65b6b7efd authored about 1 year ago by Julia Ogris <[email protected]>
hermit: Add bash 5.2.15

Add bash 5.2.15 so we can make sure we are save when running on MacOS. An
initial version of the...

7ef2a144f2a7d4225f204f83c010f7ad1ee77605 authored about 1 year ago by Julia Ogris <[email protected]>
โœจ housekeeping: Improve docs and make help (#228)

- Document release process.
- Make first README.md link point to evy.dev rather than scratch.
- ...

87f2fa59ad53fd3a9a95dc104439efc0d54bb652 authored about 1 year ago by Julia Ogris <[email protected]>
frontend: Add version endpoint

Add version endpoint to frontend so that it can always be determined which
version of evy is cur...

0b18c9cb210a5af2bc0b2dd43f9bc4ae65413276 authored about 1 year ago by Julia Ogris <[email protected]>
docs: Add releasing documentation

Add releasing documentation, describing the releasing process and the meaning
of minor and patch...

b18d83379f4bc0ad61dd8eaeff5d61ef881ca9d8 authored about 1 year ago by Julia Ogris <[email protected]>
docs: Replace sponsorship heart emoji

Replace sponsorship heart emoji as it shows up read at least on Chrome/Android
is nearly invisib...

8decd0613726e48cd5c5f743362daef12efb2b1e authored about 1 year ago by Julia Ogris <[email protected]>
tools: Update `make help` scripting

Update `make help` scripting so that target comments are listed above the
target, rather than to...

228374e17912aac64d6e41fb3b5a303828f3f396 authored about 1 year ago by Julia Ogris <[email protected]>
docs: Make first README.md link point to evy.dev

Make first README.md link point to evy.dev rather than scratch. We want to
encourage people to p...

d3254e46afc517fb3e428bd7e36e5628fcbb2c22 authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿงน frontend: Re-run prettier over source (#226)

Re-run prettier with:

make prettier

to re-pretty all the front-end source code, as prettie...

96e7b6e65feb336acc1cd7e6db6832b5a63f503b authored about 1 year ago by Cam Hutchison <[email protected]>
๐Ÿชฒ parser: Abort parsing for invalid function signatures (#223)

There is a prepare step parsing all function signatures. If an error is
encountered in this stag...

3a44b322e499391322b5ebfaf1df5d9c72297eda authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿš€ docs: Add v0.1.0 release notes (#196)

Add v0.1.0 release notes which should trigger the v0.1.0 release on
github. Keep the release not...

ab9b538457037dbef12d2304d71765800319ed8f authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿ’ docs: Add link to sponsorship page (#222)

Add link to sponsorship page to evy website and to README.

Pull-Request: https://github.com/evy...

eb2dd918b7cd4957d1bc2a5c7b8272f380f55340 authored about 1 year ago by Julia Ogris <[email protected]>
โ™ป๏ธ parser: Reorder methods in ast.go (#221)

Reorder methods in ast.go, such that they all come straight after the
receivers type definition....

3f21ac15ef0510a6dfc71a9b72808217edeb0441 authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿ“š doctest: Exit with an error when errors occur (#220)

Ensure awk exits with an error when there is an error in an evy code block.
Prior to this, an er...

27993edf251e988ea045eb76b599a58e5585e4b0 authored about 1 year ago by Cam Hutchison <[email protected]>
doctest: Exit with an error when errors occur

Ensure awk exits with an error when there is an error in an evy code
block. Prior to this, an er...

5d23eb6c6660e496197074d4d52d20d9a283f90b authored about 1 year ago by Cam Hutchison <[email protected]>
doctest: Change expect_err to evy:err

Change the tagging of evy code that is expected to exit with an error
from `evy expect_err` to `...

66a863e2d298de751b0d237b498fdedf3f7f8a4c authored about 1 year ago by Cam Hutchison <[email protected]>
๐Ÿซ™ parser: Refactor UNTYPED_ARRY and UNTYPED_MAP names (#218)

Rename UNTYPED_ARRY and UNTYPED_MAP to EMPTY_ARRY and EMPTY_MAP if they
represent an empty arra...

1537a53355d2a37ad92c89a76108a3ac3e1542c1 authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿฅ™ parser: Implement Any AST Node (#217)

Implement Any AST Node, wrapping literals, nested literals and non-any
variables if the target a...

fe1d9a2423c983c60b50ca0fe5886349214697fe authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿ“บ frontend: Improve initial load UX on slow networks (#219)

Improve initial loading user experience on slow networks by pre filling the
editor area with the...

d7ecf56d565268f0e8a84f3042c63278b67074af authored about 1 year ago by Julia Ogris <[email protected]>
โ™ป๏ธ parser: Refactor types.go (#216)

Refactor types.go to only use Equals and assignable methods for type. This
makes the code more r...

a2540e819e7e39255d5e27c2e404991e8d58c313 authored about 1 year ago by Julia Ogris <[email protected]>
โ™ป๏ธ parser: Prepare assignability refactor (#215)

In yet another attempt to wrangle the complexities around assignability, shave
off a bunch of pr...

37203a3c4fefc8fe6ad2f5bc7eff4ef495634cf6 authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿž frontend: Fix mobile style and UI buglets (#214)

- Remove autofocus from copy input to avoid virtual keyboard popping up
- Fix size and padding o...

c78e4ea44343bcfc908e83fba41804a7893296b9 authored about 1 year ago by Julia Ogris <[email protected]>
๐Ÿ“บ frontend: Add sidemenu and dialogs (#212)

There are oodles of updates here. The frontend needs to be reworked at some
point, but in the me...

350ebc0fcc4aaf682942a4518a8956d9a4e5d8fe authored about 1 year ago by Julia Ogris <[email protected]>
๐ŸŽฒ samples: CamelCase and add stringart (#211)

- CameCase all evy functions and variables
- Update evy Hanoi sample with gameover check
- Add C...

66d49117f53bb934e027475a8832794e4f74acf7 authored over 1 year ago by Julia Ogris <[email protected]>
๐Ÿ›บ frontend: Turn off auto-capitalise on mobile devices (#210)

Turn off auto-capitalise on mobile devices. The values were incorrectly set to
false rather than...

9739b2bf995ef7b093ab152590c67bd21243495e authored over 1 year ago by Julia Ogris <[email protected]>
โ™ป๏ธ Prepare literal refactor (#209)

Rename `generic` to `untyped` for `[]` and `{}` as it
more accurately reflects the usage.
Remov...

850128982b60317993f4054a0f80efaee7ac07e7 authored over 1 year ago by Julia Ogris <[email protected]>
๐Ÿค– Replace boxygoatbot with evlangbot creds (#208)

Replace `boxygoatbot` with `evlangbot` credentials so that hopefully we can
release again. ๐Ÿคž

Th...

bb67c375ba5e5d6228a75762c62ba706fcb7c33c authored over 1 year ago by Julia Ogris <[email protected]>
๐Ÿšš Rename module and references to evylang (#207)

Rename go module and references from `foxygoat` to `evylang`.
There were also a few leftover `ma...

7ed6e3b8fdd56de8119973b98afd7889307bc9d4 authored over 1 year ago by Julia Ogris <[email protected]>
๐Ÿ“š evaluator: Revise godocs (#195)

Privatise a whole bunch of evalutor stuff and do the usual refactors
when taking a fresh look at...

7ec5d414865ac3f9d7244072902270da7aef5aef authored over 1 year ago by Julia Ogris <[email protected]>
evalutor: Remove evalBool function

Remove evalBool function to align it with num and string literal
evaluation.

1862369a3f05c4097ce7159bc37a7d8b66e6678f authored over 1 year ago by Julia Ogris <[email protected]>
evalutor: Make evaluator.Error.Token public

Make Token field of evaluator.Error struct public so that it can be used
flexibly.

e22201e4bd27d9460388dcb2f1f4abad772c9cfa authored over 1 year ago by Julia Ogris <[email protected]>
evaluator: Refactor Evaluator.Eval function

Refactor Evaluator.Eval function to take the more
specific *parser.Program rather than the a par...

d8cec9b2c22d7c5e8bdc3ef5bd42a369b03ff8ff authored over 1 year ago by Julia Ogris <[email protected]>
lint: Fix revive linter errors

Fix revive linter errors:

pkg/parser/parser_test.go:248:31: var-declaration: should drop = nil...

5c21352d6ff041fc48cd421efdce90c61b84591e authored over 1 year ago by Julia Ogris <[email protected]>
evaluator: Privatise UnimplementedRuntime.unimplemented method

Privatise UnimplementedRuntime.unimplemented method as it is not needed
outside the evaluator pa...

84e054e1caf8d97937d75e8c7bc3d7717ebc578c authored over 1 year ago by Julia Ogris <[email protected]>
wasm: Fix comment in wasm main package

Fix comment in wasm main package that accidentally referred to onDown
with onUp.

2fd4ed8ca555789fa6a8aa278bdf4d085257076f authored over 1 year ago by Julia Ogris <[email protected]>
evalutor: Privatise Value interface

Privatise Value interface and all its implementations such as Num as
they are no longer needed t...

ff66781ca1c0f7d23a1fcec4396af3a9a55818b8 authored over 1 year ago by Julia Ogris <[email protected]>
lint: Add linters to golangci config

Add linters to golangci config that seem to have no warnings or errors.

1f55486c1875836d8604430e2678199781e25549 authored over 1 year ago by Julia Ogris <[email protected]>
evaluator: Revise godocs for evaluator package

Revise godocs for evaluator package, introduce proper package in doc.go
and ensure every public ...

33406cc5bf985a739937df95dee35ed3649bd992 authored over 1 year ago by Julia Ogris <[email protected]>
evaluator: Fix revive linter errors for Runtime

Fix revive linter errors for Runtime:

pkg/evaluator/runtime.go:84:38: unused-parameter: parame...

9575e408eaa8a530b57e77240f0ff9c149027558 authored over 1 year ago by Julia Ogris <[email protected]>
evaluator: Remove DefaultBuiltins

Remove DefaultBuiltins as the idea of byo builtins is not well thought
out yet. There is only on...

4c1afdbc6832f8d31beec9face07c4bc2af1a1b5 authored over 1 year ago by Julia Ogris <[email protected]>
all: Change compiler to interpreter

Change compiler to interpreter in docs as it most accurately describes
what the Evy Interpreter ...

c0fd2472fed5c9412d11163c4db795d3db391d37 authored over 1 year ago by Julia Ogris <[email protected]>
๐Ÿ“š parser: Improve godocs (#194)

Improve godocs for parser package.

Pull-Request: https://github.com/foxygoat/evy/pull/194

444fd8a846fba84f26a4c23fdbad1044ac05491a authored over 1 year ago by Julia Ogris <[email protected]>
๐Ÿž all: Fix len func and improve errors (#197)

- Fix built-in len function for strings, especially for emojis
- Improve ErrVarNotSet error if f...

db04c2ab736f58a5be5b6740e8a8bdcfcc436260 authored over 1 year ago by Julia Ogris <[email protected]>
builtin: Fix built-in len function for strings

Fix built-in len function for strings to use rune code, rather than
bytes count. That means `len...

85852d703761c8db126fb292c22dd17bb82c9f2b authored over 1 year ago by Julia Ogris <[email protected]>
all: Improve ErrVarNotSet error

Improve ErrVarNotSet error by changing it from an internal error to a
runtime panic as there are...

86a09ecfcfa979f7733754bf386125d54dbb33bf authored over 1 year ago by Julia Ogris <[email protected]>
๐Ÿ“š docs: Prepare for parser godoc revision (#193)

Prepare for parser godoc revision by renaming some types and functions, making
others private an...

c4721457eca3c8a6662fcf24145ec08fc3d2c206 authored over 1 year ago by Julia Ogris <[email protected]>
parser: Privatise Type methods

Privatise Type methods that aren't used outside of the parser package
and don't make sense to be...

4cb0ca33607bacb03421d5d9363008abf924038c authored over 1 year ago by Julia Ogris <[email protected]>
parser: Remove GoString method from Operator

Remove GoString method from Operator, as it does not correctly implement
to fmt.GoStringer inter...

d5ec126d0b1676a0a5f7cf32d7780dc4735a04ae authored over 1 year ago by Julia Ogris <[email protected]>
parser: Remove TruncateError function

Remove TruncateError function as it really makes more sense to use it
where needed together with...

67d754cf68e615f1d61fce2731051fbb04b5a5f7 authored over 1 year ago by Julia Ogris <[email protected]>
parser: Remove GoString method from TypeName

Remove GoString method from TypeName, as it does not correctly
implement to fmt.GoStringer inter...

6acd644caab8d81f96437ec29fbe7be89c27375a authored over 1 year ago by Julia Ogris <[email protected]>