Logs: freenode/#haskell
| 2020-10-21 18:02:16 | × | GyroW quits (~GyroW@d54C03E98.access.telenet.be) (Changing host) |
| 2020-10-21 18:02:16 | → | GyroW joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-21 18:02:18 | → | jespada joins (~jespada@90.254.245.15) |
| 2020-10-21 18:03:00 | → | Kolkrabe joins (~user@unaffiliated/siracusa) |
| 2020-10-21 18:03:04 | → | conal joins (~conal@ip-66-115-176-174.creativelink.net) |
| 2020-10-21 18:03:09 | → | borne joins (~fritjof@200116b864c00d0000dd0a7f6ac41015.dip.versatel-1u1.de) |
| 2020-10-21 18:04:14 | × | Plantain quits (~mdomin45@cpe-24-211-129-187.nc.res.rr.com) (Ping timeout: 260 seconds) |
| 2020-10-21 18:04:47 | × | xff0x quits (~fox@2001:1a81:529c:a900:2bcb:163b:75a7:c7de) (Ping timeout: 260 seconds) |
| 2020-10-21 18:05:46 | × | invaser quits (~Thunderbi@31.148.23.125) (Ping timeout: 246 seconds) |
| 2020-10-21 18:05:51 | → | alp joins (~alp@2a01:e0a:58b:4920:5496:1877:65f3:df3d) |
| 2020-10-21 18:06:10 | × | cr3 quits (~cr3@192-222-143-195.qc.cable.ebox.net) (Ping timeout: 256 seconds) |
| 2020-10-21 18:06:12 | → | howdoi joins (uid224@gateway/web/irccloud.com/x-qkgpowqaqjtdktyy) |
| 2020-10-21 18:06:25 | → | xff0x joins (~fox@141.98.255.143) |
| 2020-10-21 18:06:33 | → | hiroaki joins (~hiroaki@ip4d176049.dynamic.kabel-deutschland.de) |
| 2020-10-21 18:11:06 | → | takuan joins (~takuan@178-116-218-225.access.telenet.be) |
| 2020-10-21 18:11:28 | → | DataComputist joins (~lumeng@static-50-43-26-251.bvtn.or.frontiernet.net) |
| 2020-10-21 18:11:36 | × | xff0x quits (~fox@141.98.255.143) (Ping timeout: 256 seconds) |
| 2020-10-21 18:12:35 | → | notnatebtw joins (~nate@110.138.18.157) |
| 2020-10-21 18:13:08 | <hyperisco> | tsc: createProcess: does not exist (No such file or directory) I know tsc is on my PATH, why might it not be found? Other executables are found… I am on Windows |
| 2020-10-21 18:13:36 | → | xff0x joins (~fox@2001:1a81:529c:a900:2bcb:163b:75a7:c7de) |
| 2020-10-21 18:13:44 | <hyperisco> | or am I reading this error wrong? I am reading it as tsc does not exist |
| 2020-10-21 18:13:46 | × | falafel quits (~falafel@71-34-132-121.clsp.qwest.net) (Ping timeout: 260 seconds) |
| 2020-10-21 18:14:13 | × | lep-delete quits (~lep@94.31.83.149) (Read error: Connection reset by peer) |
| 2020-10-21 18:14:38 | → | falafel joins (~falafel@71-34-132-121.clsp.qwest.net) |
| 2020-10-21 18:15:16 | → | lep-delete joins (~lep@94.31.83.149) |
| 2020-10-21 18:16:10 | <geekosaur> | does createProcess search %PATH% as you are invoking it? (there are two modes, one searches the PATH and the other wants a full pathname) |
| 2020-10-21 18:18:54 | <geekosaur> | nemmind, I see it currently does PATH search if there's no slash in the name |
| 2020-10-21 18:19:58 | → | AceNovo joins (~chris@67-42-33-191.phnx.qwest.net) |
| 2020-10-21 18:20:00 | <geekosaur> | proc on windows has some extra behaviors but it should try %PATH% eventually |
| 2020-10-21 18:20:22 | <hyperisco> | it says it uses whatever the system's resolution is |
| 2020-10-21 18:21:06 | <hyperisco> | "on Windows systems the Win32 CreateProcess semantics is used" |
| 2020-10-21 18:21:20 | → | isovector1 joins (~isovector@172.103.216.166.cable.tpia.cipherkey.com) |
| 2020-10-21 18:21:35 | <hyperisco> | wait... " An .exe extension is added if the filename does not already have an extension. " what?! |
| 2020-10-21 18:21:51 | <koz_> | hyperisco: Gotta love dem Windows conventions. |
| 2020-10-21 18:21:56 | <monochrom> | That should be harmless IME. |
| 2020-10-21 18:22:05 | <koz_> | Although I think your Windows executable already has a .exe? |
| 2020-10-21 18:22:08 | → | zigapeda1 joins (~zigapeda@195.140.213.38) |
| 2020-10-21 18:22:09 | <hyperisco> | but tsc.exe does not exist |
| 2020-10-21 18:22:13 | <hyperisco> | no it is called tsc lol |
| 2020-10-21 18:22:18 | <hyperisco> | it works fine in cmd.exe |
| 2020-10-21 18:22:20 | <geekosaur> | glwt |
| 2020-10-21 18:22:47 | <hyperisco> | shoot me |
| 2020-10-21 18:22:50 | <monochrom> | Oh, then make your own alias tsc.exe |
| 2020-10-21 18:22:51 | × | notnatebtw quits (~nate@110.138.18.157) (Quit: WeeChat 2.9) |
| 2020-10-21 18:23:04 | <hyperisco> | it isn't that simple… |
| 2020-10-21 18:23:08 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-21 18:23:14 | <monochrom> | Or make the builder of tsc name it tsc.exe in the first place. |
| 2020-10-21 18:23:16 | → | notnatebtw joins (~nate@110.138.18.157) |
| 2020-10-21 18:23:46 | <monochrom> | Windows symlink is different from Linux symlink, but such a thing exists since 15 years go, no? |
| 2020-10-21 18:23:47 | lep-delete | is now known as Guest88073 |
| 2020-10-21 18:23:48 | <hyperisco> | is it because cmd.exe will look for tsc.cmd |
| 2020-10-21 18:24:04 | Guest88073 | is now known as lep-delete |
| 2020-10-21 18:24:15 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2020-10-21 18:24:21 | <hyperisco> | well whatever this stopped being a Haskell question |
| 2020-10-21 18:24:32 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-21 18:24:38 | <hyperisco> | unless it is Haskell that is adding ".exe" |
| 2020-10-21 18:24:44 | <hyperisco> | in which case… why… why do this |
| 2020-10-21 18:25:32 | × | geowiesnot quits (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 258 seconds) |
| 2020-10-21 18:25:50 | × | falafel quits (~falafel@71-34-132-121.clsp.qwest.net) (Ping timeout: 256 seconds) |
| 2020-10-21 18:25:51 | <monochrom> | I don't know but I'm sure it's explained in some changelog or commit/PR comment. |
| 2020-10-21 18:25:55 | <monochrom> | or source code |
| 2020-10-21 18:26:31 | <monochrom> | and most likely it's "breaks some other vocal minority if not added" |
| 2020-10-21 18:26:46 | → | jneira joins (501e64fa@gateway/web/cgi-irc/kiwiirc.com/ip.80.30.100.250) |
| 2020-10-21 18:27:13 | <geekosaur> | for grins and giggles, try it as "tsc." |
| 2020-10-21 18:27:56 | <hyperisco> | I am attempting to not create this twice because I need a dot on one platform and not another |
| 2020-10-21 18:28:18 | <geekosaur> | this is not going to end well, I suspect |
| 2020-10-21 18:28:28 | <hyperisco> | I stopped using shelly because of this weirdness lol |
| 2020-10-21 18:28:35 | <hyperisco> | apparently it goes deeper than I expected |
| 2020-10-21 18:29:13 | → | Plantain joins (~mdomin45@cpe-24-211-129-187.nc.res.rr.com) |
| 2020-10-21 18:29:25 | × | alp quits (~alp@2a01:e0a:58b:4920:5496:1877:65f3:df3d) (Ping timeout: 272 seconds) |
| 2020-10-21 18:29:37 | → | cr3 joins (~cr3@192-222-143-195.qc.cable.ebox.net) |
| 2020-10-21 18:29:39 | <geekosaur> | windows likes its extensions. but in this case I did not mean naming the file with a dot, just specifying the filepath that way. then again, depending on what you're doing, that may still not be what you intend |
| 2020-10-21 18:29:53 | → | ishutin joins (~Ishutin@80-95-82-226.pool.digikabel.hu) |
| 2020-10-21 18:30:42 | <geekosaur> | you may just have to call it "tsc." everywhere to make both platforms happy |
| 2020-10-21 18:31:08 | <hyperisco> | stop making me cry |
| 2020-10-21 18:31:09 | <geekosaur> | (unix won't care if the name happens to contain a dot) |
| 2020-10-21 18:31:19 | × | Pitaya quits (~mdomin45@cpe-24-211-129-187.nc.res.rr.com) (Ping timeout: 246 seconds) |
| 2020-10-21 18:31:30 | <geekosaur> | you're trying to do crossplatform, you _will_ cry |
| 2020-10-21 18:31:31 | <hyperisco> | why wouldn't it? |
| 2020-10-21 18:32:42 | × | ishutin_ quits (~Ishutin@94-21-82-21.pool.digikabel.hu) (Ping timeout: 272 seconds) |
| 2020-10-21 18:33:09 | × | isovector1 quits (~isovector@172.103.216.166.cable.tpia.cipherkey.com) (Quit: Leaving) |
| 2020-10-21 18:33:21 | × | conal quits (~conal@ip-66-115-176-174.creativelink.net) (Quit: Computer has gone to sleep.) |
| 2020-10-21 18:33:59 | × | stefan-__ quits (~cri@42dots.de) (Read error: Connection reset by peer) |
| 2020-10-21 18:34:07 | × | bartemius quits (~bartemius@109-252-19-142.nat.spd-mgts.ru) (Remote host closed the connection) |
| 2020-10-21 18:34:10 | → | stefan-__ joins (~cri@42dots.de) |
| 2020-10-21 18:34:39 | → | alp joins (~alp@88.126.45.36) |
| 2020-10-21 18:37:10 | × | geekosaur quits (82659a09@host154-009.vpn.uakron.edu) (Ping timeout: 245 seconds) |
| 2020-10-21 18:38:01 | → | conal joins (~conal@ip-66-115-176-174.creativelink.net) |
| 2020-10-21 18:39:58 | fendor_ | is now known as fendor |
| 2020-10-21 18:40:30 | <hyperisco> | it seems like it is Haskell that adds this "exe" thing |
| 2020-10-21 18:40:52 | <hyperisco> | though I can't trace down where in the source it does it |
| 2020-10-21 18:41:30 | <hyperisco> | I am floored… that seems pretty ridiculous |
| 2020-10-21 18:46:02 | × | christo quits (~chris@81.96.113.213) (Remote host closed the connection) |
| 2020-10-21 18:46:50 | <monochrom> | unix has the executable bit already. |
| 2020-10-21 18:49:09 | <hyperisco> | it doesn't say tsc. = tsc though |
| 2020-10-21 18:49:23 | <monochrom> | Oh, no. |
| 2020-10-21 18:49:42 | × | thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 260 seconds) |
| 2020-10-21 18:49:45 | <monochrom> | The hope is that "tsc." helps Windows. |
| 2020-10-21 18:50:45 | × | justsomeguy quits (~justsomeg@unaffiliated/--/x-3805311) (Ping timeout: 240 seconds) |
| 2020-10-21 18:50:51 | → | wroathe_ joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
All times are in UTC.