lexi-lambda changed the topic of #racket to: Racket v7.1 has been released: http://blog.racket-lang.org/2018/10/racket-v7-1.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
zv has quit [Ping timeout: 250 seconds]
YuGiOhJCJ has joined #racket
notzmv has joined #racket
libertyprime has joined #racket
notzmv has quit [Ping timeout: 244 seconds]
libertyp1ime has joined #racket
libertyprime has quit [Ping timeout: 245 seconds]
notzmv has joined #racket
<libertyp1ime> Hey guys. When searching for modules online, I am able to get results. (i.e. http://docs.racket-lang.org/search/index.html?q=H:memo) But when trying to search my installed packages, I don't seem to get nearly as many useful results, even for modules I know are installed. (e.g. http://racket/search/index.html?q=H:memo). Any reason why this may be?
logicmoo is now known as dmiles
orivej has quit [Read error: Connection reset by peer]
orivej has joined #racket
selimcan has joined #racket
libertyp1ime has quit [Ping timeout: 240 seconds]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
libertyprime has joined #racket
pera has quit [Ping timeout: 250 seconds]
pera has joined #racket
<lexi-lambda> libertyprime: Try running `raco setup --doc-index`.
<libertyprime> thanks lexi!
badkins has joined #racket
_whitelogger has joined #racket
_whitelogger has joined #racket
Sgeo__ has joined #racket
Sgeo_ has quit [Ping timeout: 250 seconds]
_whitelogger has joined #racket
kotrcka has left #racket [#racket]
selimcan has quit [Ping timeout: 245 seconds]
Sgeo_ has joined #racket
keep_learning_M has quit [Quit: Leaving]
pie__ has quit [Remote host closed the connection]
Sgeo__ has quit [Ping timeout: 245 seconds]
pie__ has joined #racket
keep_learning_M has joined #racket
zv has joined #racket
FreeFull has quit [Ping timeout: 244 seconds]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
endformationage has quit [Quit: WeeChat 2.3]
pie__ has quit [Ping timeout: 250 seconds]
pierpal has quit [Quit: Poof]
pierpal has joined #racket
orivej has quit [Ping timeout: 250 seconds]
pie__ has joined #racket
sobhan has quit [Ping timeout: 250 seconds]
pie__ has quit [Ping timeout: 250 seconds]
pera has quit [Ping timeout: 246 seconds]
meepdeew has joined #racket
notzmv has quit [Ping timeout: 240 seconds]
notzmv has joined #racket
pierpal has quit [Quit: Poof]
pierpal has joined #racket
meepdeew has quit [Remote host closed the connection]
notzmv has quit [Ping timeout: 250 seconds]
evdubs has quit [Remote host closed the connection]
evdubs has joined #racket
YuGiOhJCJ has joined #racket
zv has quit [Ping timeout: 250 seconds]
zv has joined #racket
libertyprime has quit [Ping timeout: 250 seconds]
iyzsong has joined #racket
selimcan has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
Sgeo__ has joined #racket
Sgeo_ has quit [Ping timeout: 272 seconds]
hjek has joined #racket
orivej has joined #racket
hjek has quit [Read error: Connection reset by peer]
FreeFull has joined #racket
hjek has joined #racket
iyzsong has quit [Ping timeout: 240 seconds]
hjek has quit [Quit: Leaving.]
dbmikus has joined #racket
zv has quit [Ping timeout: 252 seconds]
badkins has joined #racket
zv has joined #racket
pierpal has quit [Quit: Poof]
pierpal has joined #racket
endformationage has joined #racket
keep_learning_M has quit [Quit: This computer has gone to sleep]
dbmikus has quit [Ping timeout: 245 seconds]
pierpal has quit [Quit: Poof]
pierpal has joined #racket
dbmikus has joined #racket
keep_learning_M has joined #racket
Sgeo_ has joined #racket
Sgeo__ has quit [Ping timeout: 250 seconds]
iclon has quit [Remote host closed the connection]
pierpal has quit [Quit: Poof]
pierpal has joined #racket
pierpal has quit [Quit: Poof]
pierpal has joined #racket
orivej has quit [Ping timeout: 250 seconds]
ziyourenxiang has quit [Ping timeout: 246 seconds]
pierpal has quit [Quit: Poof]
pierpal has joined #racket
dbmikus has quit [Ping timeout: 250 seconds]
orivej has joined #racket
pie__ has joined #racket
dbmikus has joined #racket
pie__ has quit [Remote host closed the connection]
pie__ has joined #racket
<cemerick> After a week or so away, `racket` no longer wants to run, rather prefers to emit a spool of errors:
<cemerick> I've wiped my installation and ~/.racket, re-installed, and gotten the same thing again. Any ideas?
orivej has quit [Ping timeout: 246 seconds]
notzmv has joined #racket
hjek has joined #racket
orivej has joined #racket
_whitelogger has joined #racket
selimcan has quit [Remote host closed the connection]
hjek has quit [Quit: Leaving.]
selimcan has joined #racket
sauvin has quit [Ping timeout: 245 seconds]
<tautologico> cemerick: maybe something in the environment?
pie__ has quit [Ping timeout: 250 seconds]
<cemerick> tautologico: I'm open to suggestions. I've started a new shell, etc., and haven't changed my .bashrc and such for some weeks...
<tautologico> what I've found funny is that the error says "in collection directories: /home/chas/.racket/7.1/collects"
<tautologico> and it's looking for core packages there
<tautologico> I think the core packages are usually installed in more "global"/shared locations
<tautologico> just checked, in my machine .racket/7.1 does not even have a "collects" dir
orivej has quit [Ping timeout: 244 seconds]
<cemerick> one thing that I did this morning was build racket-on-chez, but surely `make cs` shouldn't touch anything outside of that source directory?
<cemerick> tautologico: ^
<lexi-lambda> cemerick: How did you install Racket? And is the PLTCOLLECTS environment variable set to anything?
<cemerick> lexi-lambda: the generic linux .sh archive, installed to a subdirectory under ~
<cemerick> PLTCOLLECTS is unset
<lexi-lambda> cemerick: Using the “in-place” installation scheme?
<cemerick> lexi-lambda: correct
<cemerick> all of which worked just fine....Thursday?
<cemerick> interestingly, drracket appears to work still
<lexi-lambda> Did you install it specifically into the ~/.racket/7.1 directory? Or did Racket create that?
<cemerick> racket must have created that; I put it into ~/bin/racket
<lexi-lambda> If it’s an in-place installation, I would not expect Racket to be looking inside of ~/.racket/7.1/ for the collects/ dir, but I don’t know enough to know what’s gone wrong.
<lexi-lambda> cemerick: Are you sure you’re invoking the right `racket`? What happens if you run `which racket`?
<cemerick> lexi-lambda: I don't have racket on PATH at all, I'm invoking `~/bin/racket/bin/racket`
<lexi-lambda> cemerick: Does `~/bin/racket/bin/racket -e "(simplify-path (find-system-path 'collects-dir))"` print without errors?
<cemerick> lexi-lambda: no:
pera has joined #racket
selimcan has quit [Ping timeout: 250 seconds]
<lexi-lambda> cemerick: What about `~/bin/racket/bin/racket -I racket/base -e "(simplify-path (find-system-path 'collects-dir))"`?
didoerpl has joined #racket
libertyprime has joined #racket
<cemerick> lexi-lambda: exactly the same result AFAICT
didoerpl has left #racket [#racket]
orivej has joined #racket
pie__ has joined #racket
pie___ has joined #racket
pera has quit [Ping timeout: 272 seconds]
pie__ has quit [Read error: Connection reset by peer]
pera has joined #racket
pie___ has quit [Remote host closed the connection]
pie___ has joined #racket
pie___ has quit [Remote host closed the connection]
pie__ has joined #racket
pie___ has joined #racket
pie__ has quit [Ping timeout: 252 seconds]
pie__ has joined #racket
pie___ has quit [Ping timeout: 252 seconds]
fernando-basso has joined #racket
hjek has joined #racket
pera has quit [Ping timeout: 250 seconds]
hjek has quit [Ping timeout: 245 seconds]
_whitelogger has joined #racket
dbmikus has quit [Quit: WeeChat 2.3]
pie__ has quit [Ping timeout: 250 seconds]
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #racket
Arcaelyx has quit [Quit: Textual IRC Client: www.textualapp.com]
pera has joined #racket
odanoburu has joined #racket