Ecosyste.ms: OpenCollective

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

github.com/JuliaLang/JuliaParser.jl

A rewrite of Julia's parser in Julia
https://github.com/JuliaLang/JuliaParser.jl

fix

d993da130d2cc89801f9a9f9b5f62f44053b3104 authored over 5 years ago
Update README.md

1fa4840939e9187dfb7cbe51dc07d9ed5ae1329c authored over 5 years ago
fix typo that caused an error in parsing (#72)

f15bb47ff00536c72bb1cdb414baad22dede44c7 authored about 8 years ago
Merge pull request #74 from JuliaLang/tk/require

fix Compat minimum requirement for take!

8bd59fc35f1117d9e8b076b3a28b2f98301a283b authored about 8 years ago
fix Compat minimum requirement for take!

ref #71
and drop support for prereleases of 0.5

36e5a2f6e0689e622e70ee11a1aa227d07f3ca6a authored about 8 years ago
Merge pull request #66 from habemus-papadum/patch-1

Small typo: Base.include_string

b62e117a7dd762f30376d5e12a60e8e0e2176c62 authored about 8 years ago
Merge pull request #68 from ZacLN/depfix

remove use of is()

97f61f070650b942af2b6c5ef44551950b91cff9 authored about 8 years ago
Merge pull request #71 from JuliaLang/aa/0.6

Address more 0.6 deprecations

26067945bca775dfa6274f8cd9c1f8a8f1fcdd96 authored about 8 years ago
Remove unnecessary copy in test

b8a5daeba615866d3d1875d59f56e3a8df687c69 authored about 8 years ago
Address more 0.6 deprecations

077254d9d5a153acfabac70ed41258c0a5ddb2ac authored about 8 years ago
fix typo

a3a152547a84748e266cbce330f64cd1820e0bde authored about 8 years ago
Merge pull request #69 from davidanthoff/pkgdir-agnostic

Make code agnostic with respect to the package directory

f9325e6e5afee86b5a7990abd1672515b61e218e authored about 8 years ago
update array constructor syntax

fd82d6181f43548b2fdf51652f41a878781ad538 authored about 8 years ago
Make code agnostic with respect to the package directory

d5f3ed8fd53b5bf88a82cdae914e75be8ebd1dd2 authored about 8 years ago
remove use of is()

fbd5fbf28df6571d32fe12fb5ec5279992bc206e authored about 8 years ago
Small typo: Base.include_string

"string" rather than string: Base.include_string(code, filename = "string") (which matches the o...

54b4cceea2a6337ce32dd0a8c4dbbe8321fc6e86 authored over 8 years ago
Reality

dae9ddb3f7160d1249fcdb7e623e44750374dba5 authored over 8 years ago
add a note on --sl command line flag to testshell

51ec76163936e0b4ecf39e46e63fa5ac6c2842a2 authored over 8 years ago
on_enter takes a function, make quitting with ^D not raise an error

f648624bb873f7d78166a6d845802608dbb2bdcf authored over 8 years ago
srcloc tracking only works for single lines

883aeab6436c671486b37fe8619e3de2e517b992 authored over 8 years ago
support multi-line input in the testshell

closes https://github.com/JuliaLang/JuliaParser.jl/issues/61

9515dc894834594065417ef59e27beec1b521345 authored over 8 years ago
Merge pull request #59 from JuliaLang/jcb/fixcomp

Fix tests

5eec3b1afb85bfbb366d98887bc09dbb70d286c7 authored over 8 years ago
julia reports the wrong line number here, turn off test for now

46c3634c4e51ffaa6a25e172a3ae8270cd9f48b7 authored over 8 years ago
try catch fixes

0abfa993a8d7d3ffa7a45cff69c586096518eece authored over 8 years ago
fix comprehension test failure for 0.5

83d2df7d496acad0a3efce68a0eb0861934e9c97 authored over 8 years ago
suppress method override warning in tests

d0f1c141bc710a4ac84cc28f95c6b24b77403295 authored over 8 years ago
Update README.md

0595c104991134a5d4407d49de97a60053c423ec authored over 8 years ago
todo

693d468c41eac33f6b5fbe0eb28acb7e51c5bfa8 authored over 8 years ago
Merge pull request #57 from JuliaLang/jcb/fix47

Report the correct column number for diagnostic printing with unicode

985c2b5e23af26b9a4f1c66b3da5ea96c90f4eb2 authored over 8 years ago
add some tests

cf49ca58a7dac85d57dffd949963a51549ab74e8 authored over 8 years ago
Report the correct column number for diagnostic printing with unicode

Fixes #47

d70f0e208c52c6f7b98a1fec62be45bdfe6dd0f0 authored over 8 years ago
Merge pull request #56 from JuliaLang/KristofferC-patch-1

enable precompilation

8fb044ae03cc5973a71e4b326b97bd9fbedce299 authored over 8 years ago
Merge pull request #54 from JuliaLang/kc/updates

Deprecation fixes and other updates

b76e3286c7a6d7aaeb1c31f0e2de6024931df189 authored over 8 years ago
enable precompilation

541c242dc546467308152fd06184c0036f50bbda authored over 8 years ago
Merge pull request #51 from JuliaLang/KristofferC-patch-1

remove duplicated function

be234c405efc23acd65d41ea11704b46dc3d3dec authored over 8 years ago
change a const to typealias

2f7e334e4f31f0e0c2698e5f07fb3faa539a46a0 authored over 8 years ago
remove duplicated type in Union

1e1f9eb9ef8b4dba17261a6f64a997e9e3dedcb1 authored over 8 years ago
specialize on IO type in TokenStreamer

54c1fbe29e2d9b3aedfa7e926ca4617b9155e8a7 authored over 8 years ago
update syntax for Any Vector

3cbd4633fd67238159b296da15c4566d4ba585c9 authored over 8 years ago
fix char comparison deprecations

6bcab04397126a0e346918b626e69b99ef229d44 authored over 8 years ago
Updates for JuliaLang/julia@814c974026b8c5dc1a19a19f403e8a49395455ea

Fixes https://github.com/Keno/Gallium.jl/issues/136

1f57790730f847d75811dbaf758f9d4789c98f31 authored over 8 years ago
remove duplicated function

94b01043c437750cd8b50ff7a52b34fc779a1319 authored over 8 years ago
utf32 -> String

4d1723841e4bce30bf113c5d5702a7deb958a34a authored over 8 years ago
Adjustments for recent line number changes

ce9e99484254b9d6c24a5eba7bedf028b497aa64 authored over 8 years ago
Explicitly handle windows-style newlines

This used to mostly work before since we ignore arbitrary whitespace
in most cases. However, in ...

a5002a6ec4fe9746fad4d17d0d69e1c5967ca354 authored over 8 years ago
Improve repl.jl

044b6074a6f31da395838241f429b1ac5db6d54a authored over 8 years ago
update for LineNumberNode change

5697ab88476490315d27aba4fe3913660359a85f authored over 8 years ago
Add GlobalRef to ASTExprs list

b199e5a358735ea465671eef95c1509aac609415 authored over 8 years ago
Follow https://github.com/JuliaLang/julia/commit/5eab77ac422d2d68f9a6fc64f2df8294b2042c85

Also remove obsolte support for cell expressions.

77e1f403536a39f09ebc62b158459d20980fa5e8 authored over 8 years ago
Adjust to recent upstream changes

49fd298b918a166e1689841de297488230d61620 authored over 8 years ago
symbol -> Symbol

01da60f3da8bedcfdcb6682ed76feb5268c9d141 authored almost 9 years ago
Refactor lexer (#45)

214cffc716294174921598cd7faf857d4bd57d09 authored almost 9 years ago
Merge pull request #46 from waldyrious/patch-1

capitalize headings & spell built-in consistently

9e1173941877181b2f9989cbe2b085284b36a594 authored almost 9 years ago
capitalize headings & spell built-in consistently

ref: https://en.wiktionary.org/wiki/built_in#Usage_notes

88c395ed66d3edd41bf38c661cac9991c8f49ad3 authored almost 9 years ago
Fix display of incomplete diagnostic in repl.jl's include

6747759119bc3af6ba240d879e670cba9855c8c9 authored almost 9 years ago
Restore the ability to use repl.jl in userimg.jl

9967c4fdd6fb21da913466f96c2f859df040a4d6 authored almost 9 years ago
Fix diagnostic for ccall Error message

Before we had
```
error: Expected ')' or ','
ccall((:SetVarDeclInit, libcxxffi), Void, (Ptr{Void...

388ed3da7da65dcf8ceb79f063faa86ba452a144 authored almost 9 years ago
Fix repl.jl after adf986f50a1b768d19be69c2e5f418d6a21b5e9d

88fb5be3b853ba01800b72ac1bf2aac92875fdac authored almost 9 years ago
Fix bug in showing diagnostic for `for i = 1:`

7a3f721a8231846fcffafcad1364370178780765 authored almost 9 years ago
Merge pull request #43 from waldyrious/patch-1

add links, format code, fix typo

9f8f5dfd9b18d9d0d9dc47676dd31a55afc29705 authored almost 9 years ago
remove references to flisp

86a584a82f4396f1e8c732588a1dd6ed6841713c authored almost 9 years ago
add links, format code, fix typo

f1f093791d74bbaba0c6bc19147210bd01204d87 authored almost 9 years ago
Fix #42

e9d196bbe17693cba7ccd620180c110812f59089 authored almost 9 years ago
Merge pull request #40 from Ismael-VC/patch-1

Fix kwarg instead of optional positional arg.

30d257d489eacfbb84eefb55ccbaed7d35db2c12 authored almost 9 years ago
Fix kwarg instead of optional positional arg.

This fixes:

* https://travis-ci.org/JuliaLang/JuliaParser.jl#L287

`ERROR: LoadError: LoadE...

adf986f50a1b768d19be69c2e5f418d6a21b5e9d authored almost 9 years ago
Make no-newline after if an error again, cf https://github.com/JuliaLang/julia/pull/15813

24b724a5f1b8625f844800ea5c1403d3e17cd290 authored almost 9 years ago
Support for non-greedy parsing

215c58be42c3301a5cd0761edebc3256b1472718 authored almost 9 years ago
Merge pull request #38 from JuliaLang/teh/more_precompiles

Add precompiles for Gallium

47101bb7688e60a778ac73dcbc81164721c460cb authored almost 9 years ago
Add precompiles for Gallium

b33d974bd0ab5e6c05d2650c93eb61eab732d51b authored almost 9 years ago
Fix several more bugs

d02dfa4e09129d96bcdf03811bdefad8886082bb authored almost 9 years ago
LineNumbers moved to JuliaParser

b93b653b4fcd37f07a35c1484a0e732b04f3e7b7 authored almost 9 years ago
Fix repl add-in

1af95e78f79e090b108da48369fa33af921d1173 authored almost 9 years ago
Don't test on release versions

9b03c66fdbf79b53ffe5ebfaefa74e382196d310 authored almost 9 years ago
Don't rely on an unexported function

5849034f9dbf3264649f747365dad004c0c981a4 authored almost 9 years ago
Update README and add instructions for repl.jl

0c00165108801764e3de02a185f6467ad2354aa8 authored almost 9 years ago
Add AbstractTrees dependency

44eed14ed67de76c68fc27e7cbf4b1a3c1866998 authored almost 9 years ago
Merge in LineNumbers

61ed9a5e6cb206179febd36a59d574e743877857 authored almost 9 years ago
Change version requirement to 0.5

4c07f8d81642e5f0c9675dd8d1c021a201847f51 authored almost 9 years ago
Add precompile file that does some parsing

502371cf75b681a99995e5344e5eb3fb6147846b authored almost 9 years ago
Fix tests again

c3f397266db1ef1eec27a59896d10ded3ca9389f authored almost 9 years ago
Reorganize a bit

fd853094045292a575c6d18d213e08a6c4c4bc20 authored almost 9 years ago
Pass allsrc

292e3505da794f920e02483e2f0f3d7c174f32c4 authored almost 9 years ago
Fix errors found in packages

9852961da97c1bbe7e016c0276e85fdf1d57e4da authored almost 9 years ago
Most of the remaining base bugs

82870b01f8c7b576fb9d0e7d7cf7766a603ca083 authored almost 9 years ago
Make the same adjustments as in JuliaLang/julia@40dd1961efc7ee7a50d461c38cc7a1b9d09ad5fb

8c4f81d614b01ffa11e00404627b5b305fbc3d1f authored almost 9 years ago
Start progress on making this parse Base again

91b470687f8b38cf14b2de33282a8e990f75974d authored almost 9 years ago
Bugfixes to make tests pass again

8d5b70da1c7b1d543664122397b2ff2921e3a4b0 authored almost 9 years ago
fix to match lengths in `zip`

3ed7631db67534ca5686c4bc80067f8dc8d28fe3 authored almost 9 years ago
Add simple hacking docs

3bedc66781e43794fd799621da97f9ba24c7d8e5 authored almost 9 years ago
Upgrade diagnostics

c7307e1cc88b77464963c0b7598301dc9acb6a57 authored almost 9 years ago
More work on diagnostics

16497e95d71a21406ca70f85ba8479260d910065 authored almost 9 years ago
Update for new parser syntax

ef6755603a0b7f5ef540410bc1effce57df29e88 authored almost 9 years ago
More loctrack bugfixes

00f9ab53a9f426cedeb510e20d608641458207e5 authored almost 9 years ago
Fix tests and add diagnostic engine

8b1b423f39dc86f47692ec6c09abfd55ee52a7ac authored almost 9 years ago
WIP towards gettings tests passing

27c9b339b2cfe0d881cc1b2ff11a96635daea137 authored almost 9 years ago
Detoken isnewline arguments

3a48d1e887644dc0b119cfec0670b9d3963130c1 authored almost 9 years ago
A couple more cases, (a.b, negative integers)

ce5da7bf7772668656bf7082d2c5520554dfffe8 authored almost 9 years ago
Fix another instance of deprecated syntax

885b9e107889c66e2bd15f62299723d930c5c41b authored almost 9 years ago
WIP on location tracking

9cde908a6153c28ca20bb52fbc333a279f7b893d authored about 9 years ago
Fix #15

8952c2604a536c1dff36a6dcff395e78cfa06ff0 authored about 9 years ago