Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Bug or PEBKAC in Eclipse DLTK + Ruby IDE 5.8.0?
Bug or PEBKAC in Eclipse DLTK + Ruby IDE 5.8.0? [message #1771984] Sat, 02 September 2017 11:43
Adam Nealis is currently offline Adam NealisFriend
Messages: 1
Registered: September 2017
Junior Member
Bug or PEBKAC?

Using

$uname -a
Darwin Adams-iMac-15 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64

$ ruby --version
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]

Eclipse Platform
Version: Oxygen (4.7)
Build id: I20170612-0950

Dynamic Languages Toolkit - Ruby Development Tools
5.8.0.201706030400


This code snippet is legal ruby (the script runs), but eclipse doesn't like it.

history_req = {
   since: tsince,
   until: tuntil,
   limit: 500,
   wallet: "deposit"
}

Description	Resource	Path	Location	Type
syntax error, unexpected ':'	wtf.rb	/Bitfinex Account Inquisitor	line 70	DLTK Problem


I am guessing the parser is objecting to the word
until
, incorrectly determining it to be a ruby keyword.
Previous Topic:Unable to change python main foreground color from black
Next Topic:tcl expansion syntax usage is flagged as DLTK error
Goto Forum:
  


Current Time: Sat May 04 08:14:05 GMT 2024

Powered by FUDForum. Page generated in 0.02474 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top