Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe ARGS in the documentation #535

Closed
ViralBShah opened this issue Mar 7, 2012 · 4 comments
Closed

Describe ARGS in the documentation #535

ViralBShah opened this issue Mar 7, 2012 · 4 comments
Assignees
Labels
docs This change adds or pertains to documentation
Milestone

Comments

@ViralBShah
Copy link
Member

From Patrick's youtube video - describe ARGS in the documentation.

@ghost ghost assigned StefanKarpinski Mar 7, 2012
@raggi
Copy link
Contributor

raggi commented Mar 11, 2012

I had a look into the other thing he mentioned, which was being able to do the equivalent of:

if $0 == __FILE__
end

It appears that the values are copied through flmain.c, and so access isn't really available. I've got a bit more learning to do before I might be able to get this working.

@raggi
Copy link
Contributor

raggi commented Mar 11, 2012

I'm incorrect, I hadn't read ui/repl.c yet.

@pao
Copy link
Member

pao commented Mar 12, 2012

@raggi, I've gone ahead and split that over to #572 so we can track it separately. Thanks!

@StefanKarpinski
Copy link
Member

KristofferC added a commit that referenced this issue Jul 27, 2018
…535)

also put deps in Manifest even for stdlibs and use them in the resolver
KristofferC added a commit that referenced this issue Jul 27, 2018
…535)

also put deps in Manifest even for stdlibs and use them in the resolver
KristofferC added a commit that referenced this issue Jul 27, 2018
…535)

also put deps in Manifest even for stdlibs and use them in the resolver
KristofferC added a commit that referenced this issue Jul 27, 2018
…535)

also put deps in Manifest even for stdlibs and use them in the resolver
KristofferC added a commit that referenced this issue Jul 27, 2018
…535)

also put deps in Manifest even for stdlibs and use them in the resolver
KristofferC added a commit that referenced this issue Feb 11, 2019
…535)

also put deps in Manifest even for stdlibs and use them in the resolver
Keno pushed a commit that referenced this issue Oct 9, 2023
* Re-impose "no double lookup" for invoke

This was added in #442 and inadvertently removed in #532.
However, the test in #442 was not stringent enough; the test added here
comes from #535.

Fixes #535
Fixes timholy/Revise.jl#695
ViralBShah pushed a commit that referenced this issue Jun 25, 2024
Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: main
Julia branch: master
Old commit: 82b385f
New commit: e61663a
Julia version: 1.12.0-DEV
SparseArrays version: 1.12.0
Bump invoked by: @ViralBShah
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@82b385f...e61663a

```
$ git log --oneline 82b385f..e61663a
e61663a Update to SuiteSparse 7.7 (#545)
4141e8a Update gen/README.md (#544)
45dfe45 Update ci.yml to ot fail if codecov fails (#541)
0888db6 Bump julia-actions/cache from 1 to 2 (#540)
740b82a test: Don't use GPL module when Base.USE_GPL_LIBS=false (#535)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
KristofferC pushed a commit that referenced this issue Nov 20, 2024
…to 2420351 (#56608)

Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: release-1.11
Julia branch: backports-release-1.11
Old commit: cb602d7
New commit: 2420351
Julia version: 1.11.1
SparseArrays version: 1.11.0(Does not match)
Bump invoked by: @dkarrasch
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@cb602d7...2420351

```
$ git log --oneline cb602d7..2420351
2420351 Allow for duplicate docstrings in linalg docs (#584)
0a1c886 Merge pull request #571 from JuliaSparse/backports-release-1.11
298f5e1 Break recursion (#579)
7bc65ab Update CI
fcc6102 Do not use nested dissection by default. (#550)
8534357 Update ci.yml: run CI and docs on v1.11
66d65fd Change default QR tolerance to match SPQR (#557)
8a48327 test: Don't use GPL module when Base.USE_GPL_LIBS=false (#535)
8dd8300 SparseMatrixCSC constructor with a Tuple of Integers (#523)
aa66624 doc: move solvers doc to `src\solvers.md` (#576)
8a85fbe Inline sparse-times-dense in-place multiplication
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

No branches or pull requests

4 participants