01:03:27 -!- tunes [~Fare@ita4fw1.itasoftware.com] has quit [Quit: Leaving] 01:53:47 -!- hargettp [~hargettp@pool-71-184-183-245.bstnma.east.verizon.net] has quit [Quit: Leaving...] 03:08:27 rpg [~rpg@216.243.156.16.real-time.com] has joined #sbcl 13:20:11 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #sbcl 13:20:11 13:20:11 -!- names: ccl-logbot hargettp_ tWip @Krystof jsnell peddie tcr1 hlavaty cmm flip214 rpg pchrist tsuru christoph_debian deepfire luis loke fe[nl]ix ASau cow-orker pkhuong mtd Xof_ slyrus Quadrescence foom redline6561_ |3b| jiacobucci _8david antoszka joshe pp206 lisppaste2 antifuchs 13:40:46 -!- flip214 [~marek@unaffiliated/flip214] has quit [Remote host closed the connection] 13:46:17 is there anyone here who can give me foolproof instructions for how to convert an old-school boinkor checkout to a shiny new sourceforge checkout without risking putting tags in all the wrong places? 13:46:35 or point to them -- did I see an e-mail about that go past? 13:47:36 git remote set-url origin git://sbcl.git.sourceforge.net/gitroot/sbcl/sbcl.git 13:49:17 or ssh://username@sbcl.git.sourceforge.net/gitroot/sbcl/sbcl.git 13:56:50 antgreen [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has joined #sbcl 13:57:05 homie [~levgue@xdsl-78-35-131-252.netcologne.de] has joined #sbcl 14:01:21 fe[nl]ix: ah but I seem to remember some issue with deleted tags 14:01:49 git remote prune origin 14:04:23 thank you 14:17:16 ah, yes. maybe I should figure out this stuff so that I can make a release 14:22:30 hm, I'm not sure that "git remote prune" thing will work -- isn't the issue that there are tags in master that we don't want to push to origin? 14:22:54 if it will work, I need to update my model of how git works (which wouldn't be a total surprise) 14:26:53 tags aren't "in" a branch 14:27:10 tags are refs that live under refs/tags 14:27:54 ok, that makes sense 14:28:46 I'm not sure what push does about tags (I thought it didn't push unless you asked it to), but pull by default will copy over all tags that point at a revision that you've downloaded. 14:30:49 fwiw I have found nikodemus' suggestion to simply clone a new repo and push branches from the old one that you care about 14:30:54 which is probably what I will end up doing 14:31:40 Krystof: tags are constant pointers, branches are pointers that get updated by commits/merges 14:33:42 right. And the question is, approximately, "what happens when you push in a repository that contains tags?" 14:33:46 fe[nl]ix: I see "remote prune" deletes remote tracking branches 14:33:58 Krystof: bare git push won't ever push tags 14:34:01 the release.sh does push tags 14:34:07 aha 14:34:32 git push with either --tags will push tags, I believe 14:34:36 or --mirror 14:34:56 ok. Understanding updated. Thanks! 14:35:26 I think you could delete all tags, and just pull stuff from the new origin (: 14:35:32 antifuchs: not here. I just pruned origin and all tracked branches are still as they were 14:36:17 fe[nl]ix: ah, "stale remote tracking branches" 14:36:37 but I didn't see it documented to delete tags 14:37:35 I think its docstring is a bit imprecise 14:37:53 instead of "Deletes all stale remote-tracking branches" should be "Deletes all stale remote-tracking refs" 14:37:56 which includes tags 14:38:47 anyway, it's lichtblau who found out that it does :) 14:45:12 -!- loke [~elias@bb220-255-249-12.singnet.com.sg] has quit [Quit: Leaving] 14:45:41 loke [~elias@bb220-255-249-12.singnet.com.sg] has joined #sbcl 14:48:17 -!- antgreen [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has quit [Read error: Operation timed out] 14:49:12 antgreen [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has joined #sbcl 15:00:17 nice! 15:00:23 so yeah, prune it is, then (: 15:03:20 http://www.serpentine.com/blog/2011/06/29/here-be-dragons-advances-in-problems-you-didnt-even-know-you-had/ 15:04:47 Krystof: yup. Must focus on the phd, unfortunately ;) 15:07:30 ah but what will you do after? 15:09:03 might take a second stab at software write barriers. 15:20:22 -!- Krystof [~csr21@host86-141-133-140.range86-141.btcentralplus.com] has quit [Ping timeout: 246 seconds] 15:53:48 yay... finally got MOP to somewhat agree with me 16:05:42 scymtym [~user@2001:638:504:2093:21a:a0ff:fe34:2d7d] has joined #sbcl 16:17:11 pdlogan [~patrick@174-25-37-137.ptld.qwest.net] has joined #sbcl 16:43:06 -!- hlavaty [~user@91-65-223-81-dynip.superkabel.de] has quit [Ping timeout: 276 seconds] 17:04:20 -!- tcr1 [~tcr@217-162-207-189.dynamic.hispeed.ch] has quit [Quit: Leaving.] 17:12:15 -!- tsuru [~charlie@adsl-74-240-217-227.bna.bellsouth.net] has quit [Remote host closed the connection] 17:27:56 tsuru [~charlie@adsl-74-240-217-227.bna.bellsouth.net] has joined #sbcl 17:29:18 ahahaha, the Grisu3 algorithm! 17:40:13 -!- pdlogan [~patrick@174-25-37-137.ptld.qwest.net] has left #sbcl 17:41:09 -!- rpg [~rpg@216.243.156.16.real-time.com] has quit [Ping timeout: 276 seconds] 17:43:33 -!- redline6561_ [~redline65@li69-162.members.linode.com] has quit [Ping timeout: 276 seconds] 17:43:54 redline6561 [~redline65@li69-162.members.linode.com] has joined #sbcl 17:53:52 prxq [~mommer@mnhm-4d013c65.pool.mediaWays.net] has joined #sbcl 17:58:19 rpg [~rpg@mpls.sift.info] has joined #sbcl 18:26:09 homie` [~levgue@xdsl-78-35-153-153.netcologne.de] has joined #sbcl 18:28:19 -!- homie [~levgue@xdsl-78-35-131-252.netcologne.de] has quit [Ping timeout: 246 seconds] 18:28:29 -!- hargettp_ [~hargettp_@dhcp-161.mirrorimage.net] has left #sbcl 18:38:41 -!- homie` [~levgue@xdsl-78-35-153-153.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 18:40:52 homie [~levgue@xdsl-78-35-153-153.netcologne.de] has joined #sbcl 19:18:52 tcr1 [~tcr@84-72-20-159.dclient.hispeed.ch] has joined #sbcl 20:24:30 -!- homie [~levgue@xdsl-78-35-153-153.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 21:03:46 -!- rpg [~rpg@mpls.sift.info] has quit [Ping timeout: 252 seconds] 21:33:42 slyrus_ [~chatzilla@173-228-44-88.dsl.static.sonic.net] has joined #sbcl 22:09:48 -!- tcr1 [~tcr@84-72-20-159.dclient.hispeed.ch] has quit [Ping timeout: 255 seconds] 22:17:55 Phoodus [~foo@wsip-24-234-75-217.lv.lv.cox.net] has joined #sbcl 22:17:57 -!- prxq [~mommer@mnhm-4d013c65.pool.mediaWays.net] has quit [Quit: Leaving] 22:18:52 what conditions initially trigger a GC beyond exceeding bytes-consed-between-gcs? 22:21:56 lack of space, I think. 22:22:36 we use (time (sleep 30)) etc to try to get a sense for how much time GC is taking in our threaded system 22:22:56 you could also use the recently committed gc log file 22:23:13 yeah, we're updating versions as we didn't see that in our build, but saw it in the online manual 22:23:44 basically, lots of time is being spent in GC when not enough memory has been allocated to warrant one